Rakesh Venkatrvbug.hashnode.dev·Apr 13, 2024ML Cookie-Cutter - V 2.0Introduction I go by one simple principle If you repeat the same steps twice, then automate it the third time. Couple of years back, I wrote blog on how to : 1> Structure your Data Science and ML project - Link here 2> Automating ML structure using...ML
raju ghoraicoderj001.hashnode.dev·Mar 4, 2023Learn Concurrency in Go by Building a Download Manager Part-2In the First Article, we set up goenv and installed go in our local environment. Now we will create a proper folder structure for the golang cli application and under what's go modules. Overview Having a clean code and a proper directory structure c...105 readsGo Language
Tobi DEGNONtobidegnon.hashnode.dev·Feb 27, 2023Fuzzy-Couscous - The CLI for a better django development experienceGreetings everyone! I'm thrilled to be making my debut post on hashnode and excited to introduce one of my latest projects - fuzzy-couscous, a command line tool designed for Django projects. I've spent the last few months working on this command lin...28 readsDjango
Ajala marvellousmadeofajala.hashnode.dev·Jul 1, 2022Setting Up A Data Science Project FolderAlmost all data scientist start out their career with a project folder like this. A single folder containing a single notebook (or maybe two) containing all their codes i.e for data ingestion, data transformation and preprocessing, model building, m...78 readsData Science