Skip to content
View QuestioWo's full-sized avatar
😸
Workin' hard
😸
Workin' hard
Block or Report

Block or report QuestioWo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
QuestioWo/README.md

Hi, I'm Jim - aka QuestioWo 👋

I'm a Software Developer 1 at Amazon and First-Class Honours Graduate!

  • 🔭 I’m currently working at Amazon working on their Sponsored Display advertising auction bidder!
  • 🌱 I’m currently learning about Amazon and how they write code to handle up to 30 Million API calls a second!
  • 🥅 2023 Goals: Learn about new technologies and get back in shape!
  • ⚡ Fun fact: I've broken my arm on a hammock!

Projects :

A recreation of the Sigma16 IDE in React

A project thought up to more rigorously test the Sigma17 project, I wrote a maze generator with psuedo-random number generation and a recursive backtracking algorithm in Sigma16

A project to create software for a driverless racing car. I left the team in July 2023 after I had graduated, steeping down from the role of Head Software Engineer.

A C++ rendering of the buddhabrot fractal using the OpenGL and OpenCL libraries

My dissertation project novelly applies the Perceiver IO network architecture to the domain of medical image segmentation. Supervised by Dr Ali Gooya, graded as an A5, granting me a First Class Honours qualification as a Bachelor of Computer Science with a specialisation in Data Management

A basic Angular project to learn the framework for my internship at SAS after graduating. Makes use of publicly available APIs to show facts about cats and allow you to collect cats with randomly generated stats to build the strongest and loudest roster

Connect with me :

questiowo.github.io Jim Carty | LinkedIn QuestioWo | GitLab

Jim Carty | Email: cartyjim1@gmail.com

I have experience with :

  • Bash Bash
  • CSS3 CSS
  • C++ C++
  • Django Django
  • Docker Docker
  • Flask Flask
  • Git Git
  • HTML5 HTML
  • Java Java
  • JavaScript JavaScript
  • JSON JSON
  • Jupyter Notebook Jupyter Notebook
  • Latex LaTex
  • Maven Maven
  • Markdown Markdown
  • MongoDB MongoDB
  • Python Python
  • R R
  • React React
  • Spring Boot Spring Boot
  • Terminal Terminal
  • TypeScript TypeScript

Recent GitHub Statistics

QuestioWo's GitHub Stats

Pinned

  1. Sigma17 Sigma17 Public

    Rewrite of the Sigma16 web development environment

    JavaScript 2 1

  2. buddhabrot buddhabrot Public

    C++ buddhabrot fractal rendering program that uses the OpenGL and OpenCL libraries

    C++ 1

  3. Daedalus Daedalus Public

    A maze generating and rendering program using recursive backtracking written in Sigma16

    Python