Skip to content
View GoluScriptMage's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report GoluScriptMage

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
GoluScriptMage/README.md
  ___  __   __   _   _  //  ___   ___ _   _
 / __|/  \ /  \ | | | |    |   \ | __| \ / /
| (_ | () | () || |_| |    | |) || _| \ ' / 
 \___|\__/ \__/  \___/     |___/ |___| \_/  
=============================================

nexus: https://golu.dev | status: online


๐Ÿ‘จโ€๐Ÿ’ป About Me

  • TCP/IP Tinkerer: Successfully crashed my OS kernel trying to hold 1,000,000 concurrent socket connections.
  • Plumbing First: I build raw TCP socket servers, custom database engines, and VCS systems from scratch to learn the physics of software.
  • Late Starter, Fast Run: Got into the game a bit late at 17, now grinding the hard stuff first.
  • Core Focus: Systems engineering, network protocols, and high-performance runtimes.

๐Ÿ› ๏ธ The Arsenal (Tech Stack)

  • Languages: TypeScript, JavaScript
  • Backend: Node.js, Express, Sockets
  • Frontend: React, Next.js, HTML5/CSS3, TailwindCSS
  • Storage: PostgreSQL, Redis (RESP), MongoDB
  • Infrastructure: Docker, Docker Compose, Linux, Git

๐Ÿšง Active Modules (Featured Projects)

๐Ÿ“‚ video-streamer (Primary Build)

A high-concurrency seekable HLS video streaming server.

  • AES-128 HLS Security: Generates dynamic cryptographic keys on-the-fly to deliver secure, encrypted segment files for live HLS streams.
  • GOP-Aligned Transcoding: Spawns concurrent FFmpeg child pipelines enforcing strict keyframe intervals to align multi-bitrate resolution chunks.
  • O(1) L2 Cache: Bypasses costly disk access by implementing an in-memory L2 Cache utilizing a Map combined with a Doubly-Linked List (LRU eviction).

๐Ÿ“‚ git-lite

A custom version control system written in TypeScript.

  • Implements local content-addressable storage and serializes directory hierarchies into Merkle tree structures to guarantee absolute state immutability.

๐Ÿ“‚ proto-redis

An in-memory TCP socket cache database mimicking Redis server specifications.

  • Implements a custom RESP parser to handle TCP stream packet fragmentation, command pipelining, and keys eviction.

๐Ÿ“‚ sync-cli

An AI-powered local documentation synchronizer CLI utility.

  • Watches local git diff change events and interfaces directly with the Google Gemini LLM API to write codebase architecture updates to system README files.

๐Ÿ”ฎ Next Phase & Collaboration

  • ๐Ÿš€ Currently on a backend grind to become undeniable.
  • ๐Ÿค Open for backend/systems engineering opportunities, open-source contributions, and high-performance systems collaboration.
  • ๐Ÿ”— Portfolio: golu.dev | LinkedIn: Chitranshu Dhakad | Twitter: @TheWebGolu

Pinned Loading

  1. video-streamer video-streamer Public

    TypeScript 1

  2. sync-cli sync-cli Public

    TypeScript

  3. proto-redis proto-redis Public

    TypeScript

  4. git-lite git-lite Public

    TypeScript