Hello,
I'm Kashif
I'm the founder of NameGrab, Mono, and OneDomain
I've been working in tech for about 11 years, and I love building startups from scratch and sharing my thoughts here.
You can find me on Twitter, GitHub as @HelloKashif.
Why I don’t use NoSQL databases for new projects?
While NoSQL databases have great features, in practice, I haven’t found a valid reason to use them over an SQL instance like MySQL (or Postgres) when starting a new project. Here are some thoughts on that.
Simple automated DB migrations and seeding
One of biggest hurdles when using any SQL database is the act of changing database schema aka DB schema migration. This is probably one of the major ...
Dec 20, 2022Running NextJS outside Vercel is actually awesome
When it comes to deploying NextJS based apps, Vercel is assumed to be the best way to go by most developers. But that’s not a requirement from NextJS,...
Dec 22, 2022SaaS Design Patterns: Cron jobs using api routes
Cron jobs are one of the most common patterns used in web apps. Today I want to show you how to design a cron jobs system for your app that can simpli...
Jan 3, 2023