Shuvrojit Biswas
WorkBlogAboutCVContact
WorkBlogAboutCVContact

Full-stack Product & AI Engineer

Have a project in mind? Let's talk.

[email protected]

Sitemap

WorkBlogAboutContact

Elsewhere

GitHubLinkedInDribbbleEmail
© 2026 Shuvrojit Biswas

From the Blog

Welcome to my corner of the internet. Here are some of my thoughts and findings.

June 17, 2026•3 min read

Fast AI is about to change how we work

How real-time AI will turn waiting into flow, and why speed may become the next big advantage in work software.

Read more →
March 26, 2026•11 min read

The Rise of the Design Engineer in 2026

Why high-conversion websites now depend on systems thinking, AI-assisted UI, and production-ready design.

Read more →
March 24, 2026•10 min read

Is OpenClaw just hype?

Despite its viral success and OpenAI acquisition, the reality of this open-source AI agent is more complex than the hype.

Read more →
December 3, 2025•2 min read

When Does Your App Actually Read .env Files?

A clear look at when software applications read environment variables from .env files.

Read more →
December 2, 2025•4 min read

How to set up a simple continuous deployment workflow using GitHub Actions with AWS

Learn how to set up a GitHub Actions deployment workflow for an AWS EC2 server.

Read more →
September 22, 2025•3 min read

How to add swap memory to your linux server

Boost your server’s stability and prevent application crashes caused by low memory. Create a safety net for your servers.

Read more →
September 15, 2025•3 min read

Why designing will be the key skill in the age of AI

More and more jobs will be automated by AI, but the skills that make us human are here to stay. Design, which blends creativity with empathy, is a skill that won't be going away anytime soon

Read more →
July 20, 2025•5 min read

Why You Might Not Need LangChain for Your Next AI App

Despite LangChain & friends offering 10× productivity, I build with nothing but the model SDK, plain HTTP, and a few hundred lines of my own code.

Read more →
June 24, 2025•5 min read

The Creative Paradox: How to Use AI Without Losing Your Uniqueness

A practical guide to leveraging artificial intelligence as a tool, not a crutch, in your creative process

Read more →
April 26, 2025•5 min read

On Writing Good Commit Messages: Why They Matter and How to Master Them

A developer's confession: How I learned to stop writing terrible commit messages and actually help my team

Read more →
September 20, 2024•16 min read

Node.js TypeScript production-grade setup template

Build a production-grade Node.js and TypeScript setup template.

Read more →
May 31, 2024•3 min read

Changing directories faster with fzf, find and cd

Have you ever had this problem when you had to change directories but didn’t want go there by using cd <relative-path>. We can somehow use pushd and popd. But it's not going to solve the problem. You still need to push the directory. What if you just write the directory name and press enter and voila you're there. No matter how many levels deep your directory is, it's still going to find it.

Read more →
May 17, 2024•2 min read

The easiest way to run an LLM locally on your own machine

A practical introduction to running local language models on your own machine.

Read more →