Skip to content
View Jimreed91's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Jimreed91

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
Jimreed91/README.md

Hello, I'm James

Welcome to my GitHub profile!

About me

I started out teaching myself Java (no, not JavaScript), and things just snowballed from there!

jimreed91

I've built some FullStack Rails applications but recently have been working mainly with Node and React.

My pinned projects are all solo ones, but there are a couple of bootcamp projects in my repo if you want to check them out. Nurture actually continued for a few months and participated in an accellerator program which was exciting to be a part of.

I'm from the UK 🇬🇧 but have been located in Japan 🇯🇵 for the last year, it's been an exciting time!

⚠ Right now I'm looking for projects to contribute to! ⚠



Skills

Some of the technologies I work with:

jimreed91

Backend Frontend Languages
Ruby on Rails Ruby on Rails React React JavaScript JavaScript
Node Node Tailwind Tailwind Ruby Ruby
Express Express Bootstrap Bootstrap HTML-5 HTML-5
Postgres Postgres CSS-3 CSS-3
Mongo-db Mongo-db
Docker Docker


Most Recent - not necessarily my most impressive work

Testing

Working through setting up testing for a Node API and React components with Jest and then integration tests in Cypress.

Chirper

Testing out PHP, Laravel and Vue with Laravels 'bootcamp' tutorial and a few of my own experiments.

=> Chirper

Docker-compose (micro project)

I put together a docker-compose file for locally running uptime-kuma, not really necessary unless I change computer since it starts up automatically but I wanted to refresh on how it works a little.

=> Uptime Kuma Compose

Building a Node app with authentication from the ground up

Coming from using primarily RoR, building with node certainly requires a deeper understanding of how all the parts come together eg middleware. Thats what I wanted to get out of this project and exactly what I came away with! Frontend is coming soon for this one :)

=> Node BlogList

A project to scrape my sharewars solutions

I don't think my solutions are anything special but this was a fun project, I may need to refactor after my latest learnings!

=> ShareWars



Blog posts


Pinned Loading

  1. spray_day spray_day Public

    Calculator for air assisted spraying operations (Primarily Orchard/vinyard)

    Ruby

  2. node-blog node-blog Public

    A backend I put together from the ground up to get to know all the parts of a Node backend better and practivce TDD with Jest.

    JavaScript

  3. cocktail-db-react cocktail-db-react Public

    A zany Front end I built for the cocktail database API when I was first testing out React

    JavaScript

  4. ice-cream-truck ice-cream-truck Public

    A rails backend API for an Ice-cream truck or Ice-cream truck company, tracking stock and profits

    Ruby

  5. data-structures-and-algorithms-ruby data-structures-and-algorithms-ruby Public

    Algorithms and Data structures in Ruby. Binary search, linked lists, recursive fibonacci and merge_sort

    Ruby

  6. sharewars sharewars Public

    Backend node app for my 'ShareWars' project, this serves information to a React Frontend . It also responds to a CodeWars webhook and scrapes my accounts solutions when I submit a new one.

    JavaScript