kg:/g/11yzcqs5ff

The Architect behind
notamitgamer.

I am Amit Dutta. I try to bridge the gap between low-level systems programming in C and modern AI interfaces. Currently optimizing for stability and reputation over speed.

LIVE STATUS
Focus Compiling...
Freelance Unavailable
Open Source Contributing
CURRENT OBJECTIVE Build whatsapp chat logger
C Lang Python CPP Lang HTML5 CSS3 JavaScript Java Markdown Git Firebase Firestore Gemini API Render C Lang Python CPP Lang HTML5 CSS3 JavaScript Java Markdown Git Firebase Firestore Gemini API Render

01. The Mindset

Philosophy & Background

I wrote my first lines of code five years ago. Since then, my journey hasn't been about rushing to learn the newest frameworks, but rather about understanding the primitives of computing. I started with C because I wanted to know exactly how memory is allocated, how pointers navigate hardware, and how a program actually talks to an operating system.

Today, as a B.Sc. Computer Science student, I am actively working to bridge the gap between that low-level systems architecture and modern high-level interfaces like AI and web platforms. I don't just want to consume an API; I want to understand how the server routes the request, how the data is encrypted in transit, and how to sandbox the execution environment.

The Long Game

Code quality is a reputation currency. I consciously avoid premature freelancing because my current focus is pure mastery—building distributed systems, writing C that outlives its author, and creating infrastructure that is robust enough for the real world.

Problem > Syntax

I architect solutions to my own friction. Whether it's securely encrypting source code to prevent theft or building a CLI to test scripts without cloning repos, every tool I build starts as a direct solution to a bottleneck I faced personally.

02. Architecture Labs

Project Deep Dives

Veyrix IDE

PWA

A lightweight, privacy-first progressive web app code editor that runs fully in-browser. Utilizing IndexedDB for massive multi-file storage, it works offline, supports real-time syntax highlighting, and offers serverless peer-to-peer sharing.

Read Engineering Journal
Stack Breakdown
Offline PWA Editor
IndexedDB Local Storage
Firebase Cloud Links

WhatsApp Logger

Self-Hosted

A headless, privacy-first "Companion Device" architecture running 24/7 on Render. It links directly to the WhatsApp Web WebSocket to instantly capture and archive incoming message payloads to Firestore before "delete-for-everyone" packets can execute.

Read Engineering Journal
Stack Breakdown
Node.js / Baileys
Render / Uptime-Bot
Cloud Firestore
Web-Vault UI

Ada AI

Full Stack

A highly stable bridge between systems programming and modern LLM interfaces. Transitioned from brittle Grok web-scraping into a secure, authenticated Python routing layer powered by the official Gemini API.

Read Engineering Journal
Stack Breakdown
Frontend UI Query
Render Server / Auth
Gemini API Router
Firestore Storage

Mojic

CLI Tool

A C source code obfuscator built to defeat static analysis. Completely rebuilt from a weak XOR mask into a memory-hard, 256-bit password-seeded rolling cipher utilizing the Scrypt Key Derivation Function.

Read Engineering Journal
Stack Breakdown
C Standard Lib
Scrypt KDF Engine
Rolling Cipher (256-bit)

Githrun

Dev Tool

A Python CLI designed to eliminate the friction of testing remote scripts. Instead of cloning repos, it bypasses the disk, fetches raw byte strings from GitHub, and executes them instantly inside a local subprocess sandbox.

Read Engineering Journal
Stack Breakdown
Python 3 Core
GitHub Raw API
Subprocess Pipelining

Cloud Compiler

Service API

A remote code execution service built strictly around ephemeral containerization. Untrusted C/C++ payloads are routed into highly restricted, zero-network Linux containers, compiled, and instantly destroyed to prevent RCE vulnerabilities.

Read Engineering Journal
Stack Breakdown
REST API Gateway
Linux Containerization
GCC / G++ Toolchain

03. Project Journals

Engineering Deep Dives

The start-to-finish stories of how I built these systems. The friction that caused them, the architectural decisions, and the technical execution.

04. Hardware Lab

Environment Config

Engineered for deterministic performance and minimized thermal throttling. Calibrated to reduce overhead during heavy LLVM/GCC compilation cycles, ensuring high-throughput builds for C++ and Python-based AI systems.

Compute Core
Intel i5 12th Gen [Load: --%]
Optimized for parallelized multi-threaded compilation and branch prediction efficiency.
Thermal Solution
Ant Esports Cabinet [Fan: --RPM]
Strategic thermal management to prevent frequency scaling during extended I/O-intensive workloads.
Compute Corei5-12400F (6C/12T) [--%]
MainboardGigabyte H610M S2
Memory16GB Corsair 3200MHz [--GB]
Storage512GB EVM NVMe [--MB/s]
GraphicsGigabyte GT 710 (2GB)
Power800W Frontech + Zebronics UPS
Display18.5" Samsung LED (HDMI)

05. Evolution & Education

The Timeline

Formal Education

Academic journey rooted in the Barrackpore region, building a strong foundation from early schooling to advanced computer science.

2025 - PRESENT

B.Sc Computer Science (1st Sem)

Currently pursuing Honors at APC College, focusing on core CS fundamentals and systems architecture.

2025

Higher Secondary (WBCHSE)

New Barrackpur Colony Boys' High School (Science Stream). Major focus on Computer Science and Mathematics.

2023

Secondary (WBSSE)

New Barrackpur Colony Boys' High School. Major focus on Physical Science and Mathematics.

2017 - 2022

Class 5 to Class 10

New Barrackpur Colony Boys' High School.

2013 - 2016

Class 1 to Class 4

Kishalaya Nursery & K.G. School.

2009 - 2012

Early Education

Kishalaya Nursery & K.G. School.

Certifications

Coursera: Build a free website with WordPress Issued Apr 2025 • ID: HT6XTKV390MC
Github security advisory credit Issued Apr 2026 • GHSA-wqq3-wfmp-v85g

Deployment & Achievement

Major software releases, architectural deployments, and verifiable project milestones.

2026 ERA

Veyrix IDE

Launched a mobile-friendly, offline IDE to write code or text anywhere, directly from the browser utilizing IndexedDB.

WhatsApp Logger

Deployed a privacy-first, self-hosted WhatsApp archiver capturing messages in real-time to prevent loss from deletions.

Knowledge Graph Verification

Verified as an Official Entity on Google Search.

NCT Legacy

Archived and published the legacy edition of the original Number System Converter tool.

Githrun CLI

Launched Python CLI for executing remote GitHub scripts instantly in local sandboxes.

Mojic

Released the C Source Code Obfuscator equipped with a 256-bit Scrypt-backed Rolling Cipher.

2025 ERA

ESAL License

Published the Educational Source-Available License (ESAL-1.0) strictly for enforcing academic integrity.

Ada AI

Initial release of the System-LLM bridge architecture.

BSC Repo

Centralized file index and open-source repository for all CS coursework resources.

Cloud Compiler API

Deployed remote code compilation service handling untrusted C/C++ inputs via secure containerization.

Adpkg Library

Published personal Python utility library directly on PyPi.

NCT Tool

Original release of the Number Conversion Tool supporting Binary, Decimal, Octal, and Hex.

06. Side Quests

Misc & Open Source

ESAL License

Legal

EDUCATIONAL SOURCE-AVAILABLE LICENSE (ESAL-1.0) A strict anti-plagiarism license designed for academic submissions.

View License

BSC Repo

Index

A centralized file index and resource repository for B.Sc. Computer Science coursework materials.

Browse Repo

NCT Tool

Utility

Original Number Conversion Tool built to instantly convert between Binary, Decimal, Octal, and Hex bases.

View Tool

NCT Legacy

Utility

Legacy edition of the Number System Converter tool preserved for networking and cryptography basics.

View Code

Adpkg

PyPi

Published python library. A utility package built for simplified statistical operations and mathematics.

View on PyPi

Open for Contribution.

I am actively seeking Open Source Maintainers and Internship Recruiters. I want to solve real problems in established codebases.