
web-crawler
A powerful web crawler built in Golang that utilizes GoRoutines for concurrent and fast crawling. The crawler is designed to prevent duplicated websites and efficiently parse HTML using the HTML Tokenizer.
inmem-db
A fast Memory Database used for fast read, delete and write operations developed using Golang. It can serve as a cache and has the ability to compress data in memory.


go-torrent
A Bit Torrent Client-Server written with Golang, that can participate as a peer for BitTorrent

log-analyzer
This Node.js application is designed to efficiently parse and analyze log files, supporting both JSON and text formats. Whether you're dealing with small logs or large files, this CLI tool is optimized for speed and simplicity

go-load-balance
A HTTP Load Balancer programmed with Golang, it supports all Load Balancing Algorithms used in products

rate-limiter
A HTTP Rate Limiter programmed using Nodejs that rate-limit clients and prevent DDOs attacks, it supports most Rate Limiting Algorithms used in applications
