PinnedAashish Peepra·Mar 3, 2024How to design clean API interfacesThis is going to be a tough read. This contains too much code to read and no pictures. It’s not for people with faint hearts. So read if…A response icon8A response icon8
Aashish Peepra·Jan 27How to use gen AI tools for metrics at enterprise scaleI will try to write this quick article about a simple setup that I did for using Basedash at Commenda.
Aashish Peepra·Aug 13, 2024How to delete a large number of rows in productionI have been googling about this problem for quite some time now. Finally decided to write how I solved it. Here’s the whole story.
Aashish Peepra·Apr 7, 2024Why can’t you just put Promise.all()If you ever have been in a relationship, I’m sure you would be in a situation where you made just too many promises and now it’s getting…
Aashish Peepra·Mar 31, 2024Understanding Parallelization from Mom’s perspective (Parallelizatio Part 1)How many times have you been told to make your code faster and the first thing that comes to your mind is parallelization? If you’re like…
Aashish Peepra·Feb 25, 2024How to fix homebrew postgreSQL after abrupt shutdownOn my Macbook I installed postgreSQL@14 using homebrew. However, I noticed that sometimes abruptly restarting my MacBook crashes the…A response icon3A response icon3
Aashish Peepra·Feb 21, 2024What’s the default “order by” for a database?I’ve noticed a factor related to Prisma many times and finally decided to figure out the “logical explanation” behind it.A response icon1A response icon1
Aashish Peepra·Nov 14, 2023The right way to use environment variablesIt’s 2 PM, and you transformed all the caffeine into code and created a new bank integration feature. Everything works great on your local…A response icon1A response icon1
InPython in Plain EnglishbyAashish Peepra·Nov 11, 2023Folder Structure for Your Backend and How to Keep it Clean (Outdated)Structuring your code base seems like the last thing standing between you and scalability issues, but it is way more important than you…A response icon2A response icon2
Aashish Peepra·Nov 6, 2023How to setup production ready logging system in Nest.jsLogging is a very important part of deploying a production ready application. If you have more than 0 customers, it’s highly likely that…A response icon1A response icon1