Pinned Repositories
collab-story-assignment
A Collaborative Story Writing API in Go
connect-four-javascript-jquery
Repo for a Connect Four game made using JavaScript and jQuery (with Bootstrap 4 navbar).
dataset-visualizer-react-assignment
A repo for ReactJS assingment for visualizing a sample dataset
dockerized-rest-db-service
A Basic REST Service with MySQL DB - Containerized with Docker
geolocation-service-assignment
A Geolocation Info Service with CSV parser library and MySQL DB. Containerized with multi-stage build using Docker.
go-collider
A 2D Collision Detection Library in Go
go-problem-solving-hackerrank
Go problem solving practice exercises from hackerrank
go-problem-solving-leetcode
Using Golang To Solve Problems In LeetCode
sp-cv-latex
LaTeX source for my single page CV
square-pattern-memorization-game
A pattern memorization game project in React and Pixi.js
shubhamdwivedii's Repositories
shubhamdwivedii/collab-story-assignment
A Collaborative Story Writing API in Go
shubhamdwivedii/connect-four-javascript-jquery
Repo for a Connect Four game made using JavaScript and jQuery (with Bootstrap 4 navbar).
shubhamdwivedii/dataset-visualizer-react-assignment
A repo for ReactJS assingment for visualizing a sample dataset
shubhamdwivedii/dockerized-rest-db-service
A Basic REST Service with MySQL DB - Containerized with Docker
shubhamdwivedii/geolocation-service-assignment
A Geolocation Info Service with CSV parser library and MySQL DB. Containerized with multi-stage build using Docker.
shubhamdwivedii/go-collider
A 2D Collision Detection Library in Go
shubhamdwivedii/go-problem-solving-hackerrank
Go problem solving practice exercises from hackerrank
shubhamdwivedii/go-problem-solving-leetcode
Using Golang To Solve Problems In LeetCode
shubhamdwivedii/sp-cv-latex
LaTeX source for my single page CV
shubhamdwivedii/square-pattern-memorization-game
A pattern memorization game project in React and Pixi.js
shubhamdwivedii/golang-learning
Go-Lang snippets and examples for learning.
shubhamdwivedii/gopher-engine
A collection of utils for developing 2D games with Ebitenengine
shubhamdwivedii/kafka-go-basics
Kafka Basic Producer and Consumer in Go
shubhamdwivedii/lua-programming
Repo for various lua based code (cheetsheets, algos, utils etc.)
shubhamdwivedii/radical-skiing-prototype-one
A prototype of skiing game I tired to make in MonoGame (XNA 4) with C#
shubhamdwivedii/react-native-advance-image-cropper
Image cropper for react native using Animated API with custom Footer
shubhamdwivedii/react-video-chat-app-twilio
Repo for a Video Chat applicaion made in React using Twilio
shubhamdwivedii/shubh-link
A repo to test CI/CD workflow plus a VueJS portfolio (of sorts) deployed to gh-pages
shubhamdwivedii/simple-go-cli
A Simple CLI tool created using Go and Cobra
shubhamdwivedii/simple-go-microservice
Patterns for a simple microservice in Go
shubhamdwivedii/simple-go-service
A simple REST service written in Go
shubhamdwivedii/stackman-prototype-monogame
A prototype I made over a weekend. Uses C# and MonoGame Library (XNA4 fork)
shubhamdwivedii/system-design-notes
Some notes for system design study
shubhamdwivedii/user-api-assignment-node
Repo for a user-login service created in node/express/mongoose for a job interview assignment.
shubhamdwivedii/user-api-assignment-react
Repo for a user-login app created in React for a job interview assignment.
shubhamdwivedii/vuejs-learning
VueJs snippets and examples for learning