×
Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.
Hey There,

I'm Sanjoy
a Full Stack Developer & Solopreneur.

I build software—but more importantly, I build systems that survive real-world complexity. I’m a father, a problem-solver, and a full-stack developer with 16+ years of experience turning messy ideas into structured, scalable products. After a decade in this field, one thing is clear: Projects don’t fail because of bad code. They fail because of unclear thinking and poor structure. That’s the gap I focus on.

Let's start a discussion Download CV

Blog

How to Scope a Real Estate ERP in 4 Hours: AI-Assisted Product Roadmap Case Study

A step-by-step case study on how 81 targeted questions and AI-assisted product grilling turned a 40-feature ERP wishlist into a 14-week MVP roadmap. Learn scope discipline for SaaS products.

Setup Cloudflare routes email in Gmail send email as

To set up Cloudflare Email Routing with Gmail’s “Send mail as” feature, you’ll first configure Cloudflare to forward incoming mail to your Gmail address, then use Google’s SMTP servers as a bridge for outgoing mail. 1. Configure Cloudflare Email Routing Onboard Domain: In the Cloudflare Dashboard, go to Email > Email Routing and select Onboard […]

How to Install Python 3.10 and pip on Mac, Windows, and Linux: step by step guide

Python 3.10 is easy to install on all major systems, and pip usually comes with it or can be added in a few minutes. Below is a simple step-by-step guide you can copy into your blog. Python 3.10 is supported by pip, and the official pip site confirms compatibility with Windows, macOS, and Linux. Before […]

AI-Augmented Software Engineering Lifecycle

How modern developers build, ship, and evolve products in the AI era There was a time when software development followed a predictable rhythm: Plan → Design → Build → Test → Deploy Today? That model feels… incomplete. We’re no longer just writing code. We’re collaborating with intelligence. Welcome to the era of AI-augmented software engineering—where […]

The AWS Active Program for Startups – step by step in detail

I have been helping and working for several startups. In an AWS Community Builder webinar, I learned that AWS has an awesome program for startups called the AWS Activate Program. I have tried to write this article with my experience and collected information from AWS and the web. I hope this will help you! What […]

Auto format or Masking phone number or te input field

Just take a tel input field, you can take text input also. But as I’m working with phone numbers, I am using tel input as below   <form> <label for=”#phone-number”>Phone number<span class=”required”>*</span></label> <input id=”phone-number” type=”tel” value=”” name=”phone_number” aria-label=”Please enter your phone number” placeholder=”ex. 1(111)-111-1111″ onkeyup=”phoneMask(this) “> </form>   We need to write a few lines […]

How to Apply and Join the AWS Community Builders Program

What is AWS Community Builders (AWSCB)? The AWS Community Builders Program is a prestigious initiative that recognizes and supports individuals who are passionate about AWS and actively contribute to the AWS community. As an AWS Community Builder, you’ll have the opportunity to engage with like-minded professionals, collaborate on projects, and gain valuable exposure in the […]

gitignore .env not working – remove cache from git history

Problem: I want git to ignore the .env file that contains my local development environment configuration. I’m using git in VS Code editor. This is how the .env file is listed in the .gitignore file. *.env .env But it keeps syncing with the git repository. And every time the code has been merged, the staging […]

Wordpress Social Share Plugin powered by Ultimatelysocial