THTech Hustlerintech-hustler.hashnode.dev·Jan 15, 2021 · 2 min readHow To Create A Postgres Table With Million Rows?There are many scenarios where you need a lot of data created very quickly. So, let's see an example of how to create a table in Postgres with a million rows. Note: You need to have Docker already installed on your laptop. Step 1: Pull Docker imag...01I
THTech Hustlerintech-hustler.hashnode.dev·Jan 15, 2021 · 5 min readDay 2: Building a SaaS Product in 100 DaysDay 2/100 - #100DaysOfTechStartup Note: This is a continuation of my Building a SaaS product in 100 Days blog series Mind is a monkey Alright, today has been about documenting some of the zillion thoughts, ideas, and features that are going on in my ...00
THTech Hustlerintech-hustler.hashnode.dev·Jan 14, 2021 · 5 min readDay 1: Building a SaaS Product in 100 DaysToday is Day 1 of 100 days in #100DaysOfTechStartup challenge. I just wanted to share some of the decisions I made yesterday on Day 0 Here is what I decided: Product I will be developing a SaaS product which deals with Property Management. Why ...00
THTech Hustlerintech-hustler.hashnode.dev·Jan 14, 2021 · 4 min readSetting Up SQL Server Express And Restore DB From Backup File On MacDid you know you cannot directly install SQL Server Express on Mac? I was actually shocked because it is popular and I expected I could just install it on Mac. But no, that wasn't the case. I had to go through several hoops to get it working on a mac...00
THTech Hustlerintech-hustler.hashnode.dev·Jan 13, 2021 · 4 min readDay 0: Building a SaaS Product in 100 DaysHave you heard of #100DaysOfTechStartup? If not, you should check out this 100Dots program created by Simon. If you have been thinking of building something but never really started something, you must read this. Basically, the goal is to build a...02DS