Animate an SVG element with only CSSI was browsing the web the other day and stumbled upon Basecamp’s Hotwire website. While HTML over the wire is an interesting feature, what…Jan 19Jan 19
Using Prisma.js to Replace Knex.js While Also Refactoring Route Controllers in ExpressWhen I first stumbled upon Prisma.js, I decided to test it out by creating an Express application. I soon realized how useful Prisma.js…Jul 8, 20211Jul 8, 20211
Published inAnalytics VidhyaWhat I’ve Learned from Writing A Command-Line Application for DjangoFirst off, “why do you need a CLI for Django?” That was the reaction from my former professor and boss at my university when I went to his…Feb 9, 2020Feb 9, 2020
Writing a Command Line Application With Auto-Discoverable Commands (a.k.a Plugins)If you’re into command-line interfaces and Python, you may have run into click. Click is, in the developers’ own words, the “Command Line…Jan 2, 2020Jan 2, 2020