Find exactly what you're looking for with advanced search and filtering
The practical companion to The Topography of Hesitation. A technical case study detailing the implementation of the dual-stream GraceJoin architecture, Neural ODE effort streams, and integrating hesitation topology into LLM agents via MCP.
An empirical and conceptual critique of the 'verification gap' in machine unlearning, demonstrating that passing a membership audit does not imply actual forgetting of generalizable relationships.
A formal argument that autoregressive speech models do not merely struggle with stuttered speech but are mathematically mandated to erase it, and a proposed continuous-time latent architecture that encodes hesitation as effort rather than collapsing it into a void.
An algorithmic breakdown of why dense vector retrieval fails on narrative structures, and how to architect stateful, graph-based Multi-Agent Systems for rigorous computational literary analysis, featuring a practical case study on Rabindranath Tagore.
A hands-on guide to deploying high-throughput, self-hosted LLMs using vLLM on Amazon EKS, covering GPU node groups, autoscaling, and performance tuning.
Prompt engineering is a temporary fix for AI slop. True reliability comes from systems engineering. This post explores agent looping, Eval gates, and the GBRAIN architecture.
How to run SQLite in WAL mode on Amazon S3 for serverless applications.
Dying Is an art, like everything else. I do it exceptionally well. I do it so it feels like hell. I do it so it feels real. I guess you could say I have a call.
A complete deep dive into databases message queues authentication and proxies. All the core system design concepts explained simply with real examples and diagrams.
Caching stores frequently used data in fast storage so your app does not hit the database every single time. Here is how it works from scratch with real examples.
Breaking down system design concepts like scaling load balancers and redundancy into plain English. No jargon just common sense.
A deeply personal look at how a simple mechanical tally counter became my greatest tool for finding peace devotion and focus in a noisy world.
A practical guide to building reproducible research notebooks for digital humanities projects, with runnable code, open datasets, and methods for cultural interpretability.
A detailed comparison of digital humanities methods for cultural analysis, covering topic modeling, network analysis, stylometry, and cultural interpretability with practical guidance on choosing the right approach.
A case study applying cultural interpretability methods to examine how language models represent Bengali literary traditions, with full reproducible code and datasets.
A ready-to-use reproducible research notebook template for digital humanities cultural analysis, with pre-configured environments, runnable code examples, and step-by-step instructions.
How I help researchers build reproducible digital humanities projects, from method selection to publication-ready notebooks, with cultural interpretability expertise.
I ran all six major AI coding tools through the same five real infrastructure tasks. Terraform modules, Go refactors across 12 files, Kubernetes silent failures, Datadog SLO monitors, incident runbooks. Here is every command I ran, every diff I got back, every time a tool failed mid-task, and which one I actually reach for now.
I built a full Bhagavad Gita reader with all 700 verses, audio recitations, and translations in English, Hindi, and Bengali. Here is what I built, what the Gita actually says, and why I felt compelled to make this.
A short, quiet note about stepping away for a while and holding onto small things.
A step by step, beginner to expert guide to building a Neuroinclusive Toolkit MCP server in Python and TypeScript, with four working tools, security and consent guardrails, WCAG mapped audits, ready to paste prompts, and full Claude Desktop and Claude Code setup.
Deploy Next.js 15 to Azure Container Apps with scale-to-zero, Easy Auth, managed identities, Front Door, and OpenTelemetry for production workloads.
A new digital humanities method that reads cultural memory inside large language models using sparse autoencoders, with formal metrics and runnable code.
Build a modern, serverless URL shortener on AWS in 2026. Learn how to use CloudFront, Lambda, DynamoDB, and the new S3 Files feature for high-scale routing.
আইসিসিআর স্কলারশিপের আবেদন প্রক্রিয়া এবং ভারতে জীবনযাপন নিয়ে আমার ব্যক্তিগত অভিজ্ঞতা ও গবেষণার সংকলন। ইন্টারভিউ প্রস্তুতি থেকে শুরু করে এখানকার বাস্তব চ্যালেঞ্জগুলো সহজভাবে বুঝে নিন।
Sharing personal experiences and practical research on the ICCR scholarship. An honest look at the application process, interview preparation, and the real-life adjustments of studying in India.
The definitive manual for engineering Amazon S3 Files on EC2. Step-by-step setup of VPC mounting, IAM trust policies, and NFS v4.1 client installation.
High-authority manual for mounting Amazon S3 Files on AWS Lambda. Engineering persistent storage for serverless using Access Points and POSIX mappings.
High-authority guide to automating Amazon S3 Files with Terraform. Architecting modular storage, ECS Fargate workarounds, and cross-platform automation.
Why stammering belongs in accessibility conversations, and how design choices can remove silent barriers.
Most developer portfolios are one bad commit away from breaking in production. Here's how I added ten practical reliability layers, from CI/CD and API security to dependency policy, performance budgets, observability, and release governance.
A step-by-step walkthrough of building a real feature using Kiro IDE, from installing the tool to shipping tested, documented, convention-compliant code. No theory. Just the build.
I have been accepted into the AWS Community Builders program in the Dev Tools category. Instead of just announcing it, here is a complete guide: what the program is, every benefit you get, how to apply, what the onboarding process looks like, and a practical first-30-days playbook. Bookmark this one.
A look at Amish Tripathi's 2025 epic, focusing on how it handles the history of Mahmud of Ghazni and the Chola response.
A forensic accounting of Arundhati Roy's first memoir. We explore how Mary Roy - the 'shelter and the storm' - shaped the writer who would go on to win the Booker Prize and challenge the Indian state.
Learn protocol engineering by building an HTTP/1.1 server from scratch in Python. Sockets, headers, and concurrency explained simply.
A massive guide to building a modern HTTP/3 and QUIC server from the ground up using Python. We move beyond the limits of TCP into the world of UDP-based protocols.
Why AI speech recognition fails people who stammer. Interrogating Whisper through the lens of Berardi and Fanon to argue that the stammer is a form of political refusal.
Don't let AI agents have access to your whole system. Here's how I built a secure sandbox using Nix and Bubblewrap to keep my coding agents in check.
Struggling with reCAPTCHA's impact on user experience and privacy? This guide walks you through migrating to Cloudflare Turnstile in Next.js-improving speed, security, and mobile UX in under 15 minutes.
Kubernetes networking is notoriously hard. Here is a guide to AWS EKS networking, VPC CNI, and how to debug DNS issues in your cluster.
Monitoring tells you something is broken; observability tells you why. A look at Metrics, Logs, Traces, and how to handle cardinality explosions.
Why would you crash your own server? Because someone else will eventually. Learn how to use AWS FIS for Game Days and build more resilient systems.
RTO and RPO aren't just acronyms-they're the difference between keeping your job and losing it. A guide to surviving AWS outages and ransomware.
The cloud isn't free. Here's my survival guide for AWS cost optimization-Spot instances, Savings Plans, and how to avoid the NAT Gateway trap.
Stop shipping 1GB images for a 5MB app. Learn how to slim down your Docker containers using multi-stage builds and distroless images.
Shipping code shouldn't be stressful. A look at Blue/Green deployments, Canary releases, and how to build a CI/CD pipeline that lets you sleep at night.
Why click when you can script? Learn how to use sed, awk, and grep to parse logs and automate deployments like a pro.
Stop memorizing commands and start understanding the graph. Learn how Git actually works under the hood-blobs, trees, and how to fix a detached HEAD without panicking.
Learn how to move resources in Terraform without breaking production. A guide to using 'state mv', 'rm', and 'import' for refactoring infrastructure safely.
A rigorous computational and theoretical analysis of the 'Glitch' as a site of political refusal. Utilizing High-Dimensional Semantic Analysis (BERT), T-SNE visualization, and post-colonial theory, this research article mathematically proves the semantic identity between 'Glitch Aesthetics' and 'Disability Politics'.
A theological auditing of Artificial Intelligence. By applying Gödel’s Incompleteness Theorem to Islamic Jurisprudence (Fiqh), this study argues that AI is incapable of 'Ijtihad' (Reasoning). It is a machine of 'Taqlid' (Blind Imitation) that threatens to freeze the Islamic tradition in a stasis of historical data.
A rigorous physical and computational analysis of Trauma as a temporal anomaly. Integrating Einstein's Special Relativity (Time Dilation) with Network Engineering (Buffer Bloat), this study proves that Post-Traumatic Stress is not a psychological disorder but a 'Synchronization Failure' between the somatic clock and the colonial clock.
A comprehensive review of Sheima Benembarek's 'Halal Sex', exploring the complex intersection of faith, intimacy, and female identity for Muslims in North America. This essay examines historical context, personal narratives, and the challenges of reconciling tradition with modern desires.
A tribute to Fatima Mernissi, the pioneering sociologist who questioned the Prophetic tradition, exposed the 'Male Elite', and argued for Islamic equality.
An in-depth exploration of Scott Siraj al-Haqq Kugle's seminal work 'Homosexuality in Islam'. This essay deconstructs the traditional interpretation of the Story of Lut, examines the theological validity of same-sex unions through the lens of 'Fitrah', and challenges the legal reliability of Hadith used to condemn queer Muslims.
Exploring the tension between classical fiqh and modern feminist ethics in Kecia Ali's 'Sexual Ethics and Islam'. This essay dissects concepts like 'Milk al-Nikah' (ownership of the marriage tie), the legality of consent, and the urgent need for a new Islamic jurisprudence of intimacy.
My personal field notes from learning Amazon Web Services. I dug deep into the kernel, mastered 'sed', and broke production with Terraform so you don't have to. This is the path I took from 'absolute beginner' to AWS Community Builder.
A practical guide to the first three tasks of the KodeKloud 100 Days of Cloud challenge. meaningful detailed tutorials on configuring non-interactive shells, managing temporary users, and securing SSH root access for production server.
Build a serverless dynamic portfolio from scratch using AWS S3, Lambda, and API Gateway. Complete beginner-friendly guide with step-by-step deployment instructions.
A deep dive into one of the most dangerous and overlooked AWS misconfigurations: the iam:PassRole permission. Learn how we discovered a silent privilege escalation path in our CI/CD pipeline that could have compromised our entire production environment, and the comprehensive, architectural fix we implemented using Attribute-Based Access Control (ABAC) and SCPs.
Master JavaScript's toughest concepts: async flow, closures, 'this' keyword, prototypes, type coercion, and the event loop. Explained with wit, clarity, and real examples.
Master prompt engineering with role-based prompting, system message optimization, and structured frameworks. Learn advanced techniques for ChatGPT and LLMs with practical examples.
A comprehensive deep-dive into my first 30 days as an SRE at Airbnb: automating monitoring for 50+ microservices, building Redis observability tooling, implementing SLO enforcement in CI/CD, conducting chaos engineering experiments, and streamlining incident management using Go, JavaScript, and Kubernetes.
A story for anyone who feels alone in the fight. For those who keep going not because someone's watching, but because quitting was never an option. Motivation for developers.
Your love didn’t calm the storm, but it made me feel less alone. It didn’t erase the pain, but reminded me I have you by my side in the rain. My wounds remain, yet you see beauty in my scars. My fears linger, but your hand makes it safe to be scared. Bad days still come, but your love does so much-it reminds me I’m never on my own.