Pinned Repositories
datastructures
Created datastructures without libraries (for practice)
file-stream
File (text, image, video) streaming and integration with AWS S3
find-me
real-time location based discovery application
front-end-quick-time-event
A custom vanilla JavaScript-based demo that demonstrates quick time events such as swiping through a path or timing the hit on a target
fuzzy-logic-demo
One of my school projects to demonstrate fuzzy logic. This also runs on my custom built game engine that supports 3D rendering and basic 2D physics.
godatabase
An application to interact with the database using Go
java-multithreading
Worked on practicing coding with multi-threading in Java
oily-bird
A PHP and JavaScript wrapper module that supports caching, websocket and database functionalities
trello-board-clone-front-end
A Trello board clone front-end using JavaScript web components (still work in progress)
websocket-app
A NodeJS real-time websocket application for chat, drawing and getting Twitter feeds
Peanoquio's Repositories
Peanoquio/trello-board-clone-front-end
A Trello board clone front-end using JavaScript web components (still work in progress)
Peanoquio/websocket-app
A NodeJS real-time websocket application for chat, drawing and getting Twitter feeds
Peanoquio/datastructures
Created datastructures without libraries (for practice)
Peanoquio/file-stream
File (text, image, video) streaming and integration with AWS S3
Peanoquio/find-me
real-time location based discovery application
Peanoquio/front-end-quick-time-event
A custom vanilla JavaScript-based demo that demonstrates quick time events such as swiping through a path or timing the hit on a target
Peanoquio/fuzzy-logic-demo
One of my school projects to demonstrate fuzzy logic. This also runs on my custom built game engine that supports 3D rendering and basic 2D physics.
Peanoquio/godatabase
An application to interact with the database using Go
Peanoquio/goserverrequest
A module built on top of Go net/http module to communicate with other servers
Peanoquio/java-multithreading
Worked on practicing coding with multi-threading in Java
Peanoquio/oily-bird
A PHP and JavaScript wrapper module that supports caching, websocket and database functionalities
Peanoquio/gorestserver
REST server written in Go
Peanoquio/goroutines
Practice coding Go Routines
Peanoquio/image-preloader
A JavaScript utility module that will support image preloading for the browser
Peanoquio/menu
Peanoquio/nodejs_http_servers
A NodeJS sample to show how a server makes a HTTP request to another server
Peanoquio/nodejs_soap_server_client
An example to illustrate a SOAP server and a SOAP client set-up and interaction
Peanoquio/oauthserver
Oauth server