RSSAmplifier

Blog

akmittal.dev

A minimal, responsive and SEO-friendly Astro blog theme.

akmittal.devRSS feed ↗19 posts

Latest posts

The Relentless Pace of AI Progress: A Comprehensive Benchmark Timeline

A deep dive into the rapid evolution of frontier AI models from 2022 to mid-2026. We track how OpenAI, Anthropic, and Google moved from basic MMLU saturation to mastering complex agentic benchmarks like SWE-bench and CyberGym.

Mastering Agent Skills in Antigravity IDE: A Guide to Supercharging Your AI Pair Programmer

Learn how to leverage specialized Agent Skills in Antigravity IDE to get better results, write cleaner code, and accelerate your development workflow.

You can run AI models in your browser using transformers.js and WebGPU

A comprehensive guide to running AI models directly in the browser using transformers.js and WebGPU, with practical examples using the Qwen2.5-0.5B model

Stop using expressjs in 2023

Express has lots of footguns and lags behind modern frameworks like fastify, So it good time to ditch express for a modern nodejs framework

Improve performance of nextjs app

With few minor changed you can improve your nextjs website performance and decrease load time

You might not need SSG with Remix

Get SSG like performance with remix using cache control headers. Remix can be as fast as nextjs.

Add nprogress in Remix app

Learn how to add navigation progress bar in a remix app

Nextjs: show loading progress on page navigation

How to show custom progress bar while navigating pages using nextjs Link component

Nextjs use any domain for image optimization

Use any domain for image optimization in nextjs. next/image

NextJS authentication with existing cookie/token secured backend

How to implement authentication with existing cookie/token secured backend in nextjs

Implement dark mode on web with user override option

Implement dark mode in website using CSS

Cross browser automation testing using Nodejs

How to test a webapp using nodejs frameworks like puppeteer and playwright

JavaScript promises in detail with examples

How to create a Javascript promise and multiple ways to execute promises.

Most common mistakes new JavaScript developers make

Most common mistakes new JavaScript developers make

7 ways to improve React app performance

Make react application production ready. Teachniques to improve react application performance.

Build hotwire applications using Go

Hotwire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.

Golang embed files in binary (with React build example)

With Go 1.16 Go can be used to embed static assets in binary

Setup VSCode for deno with autocomplete & Debugging support.

How to setup deno with autocomplete and debuggung support

Move over flex, CSS grid is (almost)here.

layout your website using CSS grid