Sunday, September 27, 2026
NiharDailyTomorrow's tech, explained today
I build the software I write about
I'm Nihar Ranjan Das — a software developer and the person behind NiharDaily. The analyses on this site are the same work I do for clients: reading what a technology actually does, then shipping something that uses it. If a post here answered your question, the build is the next step.
Projects start at $2,500. Smaller pieces of work are usually better served by an audit — one of the options below.
What I take on
AI agents and LLM integration
Agent workflows, retrieval over your own documents, and model APIs wired into software you already run — built against what the models actually do today, not the launch-day demo.
- Agent or assistant scoped to one real workflow, with the failure cases handled
- Retrieval over your documents, tickets or catalogue
- Cost and latency budget per request, measured rather than estimated
Full-stack web apps (Next.js / Node)
Product builds from an empty repository to a deployed application: server-rendered front end, API, database, auth, payments, and the deployment pipeline that ships it.
- Next.js App Router front end with real SEO, not a client-side shell
- API and database schema you can hand to another developer
- CI, preview deploys, and production release on Vercel or your own host
Laravel and PHP development
New Laravel builds, and rescue work on PHP applications that have outgrown the person who wrote them — upgrades, queue and job pipelines, API layers, and test coverage where there is none.
- Laravel application or module, tested and deployable
- Framework and PHP version upgrades with a migration path, not a rewrite
- REST or JSON API for an existing PHP codebase
Technical audits and consulting
A fixed-scope read of an existing codebase, site or architecture: what is slow, what is fragile, what is costing you search traffic, and what to do first. Written up so a non-engineer can act on it.
- Prioritised findings with the evidence behind each one
- Core Web Vitals, indexation and technical SEO review
- A sequenced plan your team can execute without me
Automation and internal tools
The dashboards, scripts and scheduled jobs that stop a team doing by hand what software should do — including the content and publishing automation that runs this site.
- Scheduled pipelines with alerting when they fail
- Internal dashboards over data you already collect
- Integrations between the SaaS tools your team already pays for
How it runs
- 1. You send the brief below.What you're building, what is blocking it, and the deadline that matters.
- 2. A call within two working days. Thirty minutes, free, and I tell you plainly if this is not work I should be doing.
- 3. A fixed-scope proposal. Deliverables, price and dates in writing before anything starts — no hourly surprises.
- 4. Weekly demos. You see running software every week, not a status report.
The work behind the writing
Recent deep dives on the subjects I build in. Read one before you write to me — it is the fastest way to tell whether we think about this the same way.

Anthropic signed an $11.6 billion cloud deal with Akamai. Here's what it actually buys — more future capacity, not necessarily fewer outages.
Sun Sep 27 2026 · 4 min read · 0 views

OpenAI disclosed its own AI agents scraped SEC data and misused a Census API. Here's what happened, and the guardrail that was missing.
Sun Sep 27 2026 · 4 min read · 0 views

Claude Code 2.1.277 added AGENTS.md support, but it's a fallback, not a merge. Here's the precedence rule, the /config setting, and the one-line fix.
Sun Sep 27 2026 · 4 min read · 0 views

Your Next.js app is exposed to CVE-2026-94545 only if three things are true. It runs Next.js 16.2.0 through 16.3.5, it calls ImageResponse from next/og on the Node.js runtime, and untrusted input can
Fri Sep 25 2026 · 6 min read · 2 views