I'm really proud of this week. Over the last week I managed to make the Automod, work. definitely wasnt as easy as I thought, but it works now. Join me through the thinking process and "Making it work" process in this blog. Maybe follow me on twitter? To be honest, setting up the database and caching was the hardest part. But this useful extension made everything so so so much easier. MUST HAVE Extension ( 1 ) for everyone working with #mysql on @VisualStudio This one allows you to connect to the database and edit, create columns/ rows without any code/minimal code!!! Also lets you backup your database, use pre-written SQL queries, view tables and much more pic.twitter.com/gx7cZZwmrd — Dhravya Shah (@DhravyaShah) February 6, 2022 You can follow me on twitter. I often share my experiences and stuff there Automod Figuring out database structure Some wise man told me, "Once you make your relational database, you regret the structure for your entire life. no m
Rewriting SpaceBot p-2 This is just day 1 and I feel very confident, even though it's been a little difficult. I decided to start with the bot in such a way that I can scale it almost infinitely, so I jotted down 5 things to do for the day: Complete the main file, Set up a good logging system, Decide a file structure for super clean code, Complete the fun cog WITH slash commands, and decide the database schema. All that, while travelling from Mumbai to Deolali Do you think I managed to do it? I did most of this coding while in the car travelling from Mumbai to Deolali (I'm returning home as I write this blog). Unpopular opinion: coding while travelling is super fun because no one knows what you are doing and why you are doing it — Dhravya Shah (@DhravyaShah) January 23, 2022 By the way, follow me on twitter A good logging system First, I asked myself: What makes a good logging system? These are some criteria I put for myself Proper log levels On-point log messages Importa