Gifted-s's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
etcd-io/etcd
Distributed reliable key-value store for the most critical data of a distributed system
surrealdb/surrealdb
A scalable, distributed, collaborative, document-graph database, for the realtime web
Automattic/mongoose
MongoDB object modeling designed to work in an asynchronous environment.
mongodb/mongo
The MongoDB Database
ashishps1/awesome-system-design-resources
Learn System Design concepts and prepare for interviews using free resources.
microsoft/TypeScript-Node-Starter
A reference example for TypeScript and Node with a detailed README describing how to use the two together.
oclif/oclif
CLI for generating, building, and releasing oclif CLIs. Built by Salesforce.
amejiarosario/dsa.js-data-structures-algorithms-javascript
🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook
janishar/nodejs-backend-architecture-typescript
Node.js Backend Architecture Typescript - Learn to build a backend server for production ready blogging platform like Medium and FreeCodeCamp. Main Features: Role based, Express.js, Mongoose, Redis, Mongodb, Joi, Docker, JWT, Unit Tests, Integration Tests.
mongodb/mongodb-atlas-kubernetes
MongoDB Atlas Kubernetes Operator - Manage your MongoDB Atlas clusters from Kubernetes
shreybatra/crankdb
CrankDB is an ultra fast, extreme lightweight Key Value based Document Store.
coyorkdow/wisckey
WiscKey is a highly SSD optimized key-value storage based on LevelDB.
alob-mtc/migrator
A Database Schema migration auto generator for Golang. Based on gorm
Vandathron/pub
A go package based on the publish/subscribe model to execute independently executing functions,tasks or subscribers by sending events to its subscribers
AugustinSorel/multiplayerTicTacToe
simple multiplayer made with react and socket io
Gifted-s/ds-algo-repo
Compilation of over 160 Data Structure and Algorithms implementations, in Javascript and GoLang. https://leetcode.com/_sunkanmi/?showBadge=50-days-badge-2022
Gifted-s/clev-cqrs
An easy and standard framework for incorporating cqrs(command query responsibility segregation) and event sourcing into your project in nodejs
Gifted-s/concurrency
Concurrent network requests using go routines and channels. Limiting the number of concurrent requests using a semaphore(this was implemented as a buffered channel that blocks once threshold is reached).
viamrobotics/viam-orb-slam3
Viam's ORB SLAM3 module
Gifted-s/slick_storage_engine
An experimental implementation of a Wisckey storage engine implemented in C. Was inspired by this paper https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf
Gifted-s/clev-cqrs-ui
Adds middleware to your express app to autogenerate a page that shows all the events that has ever happend to your entity using the clev-cqrs-ui bound to the clev-cqrs framework.
Gifted-s/rust-playground
Progressive compilation of rust programming language concepts and applications. Rust is memory safe and does not have a garbage collector which makes the runtime speed phenomenal.
EshaMaharishi/peoplemaps
A full-stack application and big data processing algorithm for crowdsourced route suggestions
Gifted-s/CPU-Schedular
Process tasks according to specified order for best performance. Supported orders for now are, FIFO, LIFO and Priority
Gifted-s/go
The Go programming language
Gifted-s/migrator
A Database Schema migration auto generator for Golang. Based on gorm
Gifted-s/pub
A go package based on the publish/subscribe model to execute independently executing functions,tasks or subscribers by sending events to its subscribers
Gifted-s/Zoom-Clone
This repository contains both the client and server codebase for a video-chat app using the WebRTC, feel free to clone, pull, fork, or at best contribute :)
yoskini/immufs
Immudb based FUSE filesystem, written in Go