garrowat
I'm a full-stack developer specializing in JavaScript. When I'm not solving puzzles, you'll find me crafting crisp technical documents.
Canada
Pinned Repositories
addonPractice
basic-react-boilerplate
Minimal React Boilerplate with Babel, Webpack, Hot Reloading
flower-shop
A flower shop component using React, Express, and Postgres.
nearby-restaurants-demo
"Gwaihir Delivery" This project takes a legacy codebase (Nearby Restaurants Carousel), and redesigns the backend to handle 10 million restaurant records and 2000 requests per second using Elasticsearch.
quizzm
"Hyper Hacker" Online multiplayer quiz engine using socket.io
related-products-demo
"Wawa Athletica" This is the Related Products component service demo for an athletic wear eCommerce web application.
simple-order-service
A simple order and inventory service using Express and PostgreSQL
zenobot
AI proverb generator, trained on 2000-10000 proverbs using a FastAI, PyTorch LSTM model. Converted to run on CPU for inference.
zenobot-react
standalone react page for zenobot
zenozeno-react
React front end for the Zenozeno quote bot
garrowat's Repositories
garrowat/zenobot-react
standalone react page for zenobot
garrowat/quizzm
"Hyper Hacker" Online multiplayer quiz engine using socket.io
garrowat/addonPractice
garrowat/basic-react-boilerplate
Minimal React Boilerplate with Babel, Webpack, Hot Reloading
garrowat/flower-shop
A flower shop component using React, Express, and Postgres.
garrowat/nearby-restaurants-demo
"Gwaihir Delivery" This project takes a legacy codebase (Nearby Restaurants Carousel), and redesigns the backend to handle 10 million restaurant records and 2000 requests per second using Elasticsearch.
garrowat/related-products-demo
"Wawa Athletica" This is the Related Products component service demo for an athletic wear eCommerce web application.
garrowat/simple-order-service
A simple order and inventory service using Express and PostgreSQL
garrowat/zenozeno-react
React front end for the Zenozeno quote bot
garrowat/cowlist
A CRUD app using React that interfaces with a RESTful API powered by Node (with Express) and a database (mysql),
garrowat/crypto-charts
Cryptocurrency Charting Tool
garrowat/elastic-mtg
Magic: the Gathering Card Search App powered by Elasticsearch and React.js
garrowat/employee-lookup-with-suggestions
VanillaJS employee lookup field with suggesetions
garrowat/fem-layout
Frontend Masters: CSS Grids and Flexbox in Responsive Web Design workshop files
garrowat/freeCodeCamp
The https://freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
garrowat/hyper-hacker
Coding Challenge Racing
garrowat/js-bowling
Bowling scoring simulation
garrowat/mtg-booster-generator
Simple js tool for generating a booster pack of Magic: The Gathering cards
garrowat/nasa-image-search
garrowat/react-weather-widget
A weather widget using React Hooks and CSS
garrowat/recursion-prompts
Repository of prompts to be solved using recursion
garrowat/reduxweeper
Minesweeper in react/redux
garrowat/task-scheduler
A task scheduling API created with NestJs
garrowat/tech-dry-run
garrowat/tictactoe_vanil
Vanilla JS TicTacToe
garrowat/tutorial-nlp-inference
garrowat/zenozeno
Fabulous wisdom from a bot trained on a wikiquotes dataset using the pretrained GPT-2 model
garrowat/zenozeno-flask-server
Flask server for the GPT2 zenozeno quote AI
garrowat/zenozeno-server
Express server for zenozeno quote generator
garrowat/zenozeno-torch
Pytorch conversion of a pretrained GPT-2 model based on the gpt-2-simple project, using Huggingface's transformers