Skip to content
View DEMiHAT's full-sized avatar

Organizations

@ait-svce

Block or report DEMiHAT

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.

Content in all repositories owned by your account will be closed.
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
DEMiHAT/README.md

Typing SVG

GitHub followers LinkedIn Kaggle LeetCode

📍 India  ·  🏢 Aperture Intelligence  ·  ✉️ sanjeev@apertureintel.com


sanjeev@sanjeev-01:~$ neofetch
              =iZ)LoV&D8pqex1jSyui*=
           =Cd6Ogtkqk@qEqwS2Gk6kphy]l)^
         v]x6WbGVPGZ66L>.-:,>/*}8K9UP9q1>
       ^E8V]6Dq2e{z=_ ``` `     ci3h6gHeh|:
      /PN6w6Vw}/,               `.`z7aA]nPA+
     zk$Nd]6XC'                    '+1]BaqMS:
    =]2N0dxt1[//?>.      ``..`       c[hdYhh{'
    tqANbE)rzdfTfT!  `'^^;+c*!,-`   _<J9KtxAtJ
   .x4%RwCc!/>=!>+-.^>;^_,<T}|?!, ``;<3]VftDot
   'nXBPKn<++:_,,-,/si}L';-`',zv!'J1jyyEqy}0P3
   .oBmawq[*_:... +LvFou[o|z/,`-;IY6PXk2yPiOOY
    uDdkE6hww?'  `:;/LL*Tiiiv]nzInJEqGAXy4foU]
    >tt[5a4Up): ---=<zLT*zr*|yEwY}ZAAVXjnd5IGJ
     *7vz*|aer, '-'^</z!>!<'_:nVnS6kHkA]YSx7}.
     `vqw}?//!+-   `'_'^s!>;>vH$00$9V6Pa[66T`
      -ZQ@9J,^rr^-     ';=-.)qGDQ@@%DS2qt5l.
        *h@@Vi>=<<,-       =PX6AQ&@@&BKm5=
          ?wN@8o/^:.-*Tc*i?q&&W8AQ@@@N67-
            ^iw8Dh}fYxZeKDxm@gR8OGXw}+z:
               .!injxaPU0BVpAkuFs<.   v=
sanjeev@sanjeev-01
────────────────────────────────────────────────
OS:            Linux
Host:          Aperture Workstation
Role:          Founder & CTO
Organization:  Aperture Intelligence
Shell:         zsh
Terminal:      alacritty

Languages:     Python · JavaScript · TypeScript · C++ · SQL
Backend:       FastAPI · Node.js · REST · gRPC
Frontend:      React · Next.js · Tailwind
Data/Infra:    PostgreSQL · Redis · Docker · AWS
AI/ML:         LLM orchestration · RAG · Agentic systems

Focus:         AI Automation · SaaS Architecture
               Distributed Systems · Technical Leadership

Contact
────────────────────────────────────────────────
Email (Work):     sanjeev@apertureintel.com
Website:          apertureintel.com
LinkedIn:         linkedin.com/in/sanjeev-sriram
Kaggle:           kaggle.com/sanjeevsriram06
LeetCode:         leetcode.com/u/sanjeev_here
GitHub:           github.com/DEMiHAT

$ skillicons --list


$ cat leadership.md

🏗️ Systems Thinking Design architecture before writing code. Every service ships with scale, failure modes, and cost in mind — not just "does it work."

⚡ Execution Speed Bias toward shipping. Prototype fast, validate with real users, harden what survives contact with production.

🧭 Technical Ownership End-to-end accountability — from architecture decisions and code review to infra costs and client delivery timelines.


$ ls ./organizations


$ github stats


"Think deeply. Build relentlessly. Ship intelligently." — Aperture Intelligence

Popular repositories Loading

  1. IMS IMS Public

    A full-stack Insurance Management System using Python, Flask, and MySQL. This web application provides a complete interface for administrators and agents to perform CRUD operations on customers, po…

    Python 1

  2. c-vtable-demo c-vtable-demo Public

    A demonstration of OOP in C implementing dynamic polymorphism with manual v-tables (function pointers) and inheritance via struct composition.

    C 1 1

  3. leetcode-patterns leetcode-patterns Public

    A systematic repository of algorithmic design patterns and computational logic. Focuses on memory optimization, rigorous Big-O analysis, and reusable frameworks for high-performance software engine…

    Python 1

  4. utility_v1 utility_v1 Public

    A C utility library providing a comprehensive toolkit for array manipulation and analysis. Includes routines for sorting (bubble_sort), searching (linear, first/last occurrence), in-place modificat…

    C

  5. javascript-basics javascript-basics Public

    This project is a collection of beginner-friendly JavaScript programs demonstrating core concepts like DOM manipulation, event handling, user input, and form validation. It includes examples such a…

    HTML

  6. php-basics php-basics Public

    A collection of PHP scripts demonstrating core backend fundamentals. Covers server-side logic (factorial, prime, fibonacci), form data processing ($_POST/$_GET), session-based user login, and input…

    PHP