Published inThis Code·PinnedMember-only6 Intermediate Python Tips For Better CodeGenerator expressions Generators are the memory-efficient way of dealing with large iterables, data structures, and files in Python. They implement lazy loading as a key feature and are thus employed for most memory-intensive tasks. Consider a simple example: reading a file object line by line and performing some operation. The naive way…Python4 min readPython4 min read
Published inTowards Data Science·PinnedMember-onlyThe Easy Python CI/CD Pipeline Using Docker Compose and GitHub ActionsContinuously deploy a real world project on a VPS — Managing a live project on a remote server practically needs a few areas in which we desire to cut manual intervention and replace it with automated services. A a primary instance, every time we push some new code to our GitHub repository, we may want to do any of the…Python8 min readPython8 min read
Published inDear Elegant Chums·PinnedMember-onlyBuild and Conquer: A Framework for LearningHow to learn a skill for life Acquiring a new skill in tech is always an interesting challenge. There are numerous ways to go from a beginner to a pro and all of them offer unique advantages and disadvantages regardless of the difficulty of the actual skill. Sometimes, it comes…Technology3 min readTechnology3 min read
Published inTowards Data Science·PinnedMember-onlyA Quick Guide To ML Experiment Tracking — With Weights & BiasesEasily learn to track all of your ML experiments with metrics and logs along with an example project walkthrough — The gruelling process of trial and error is no stranger to a Data Science practitioner. …Artificial Intelligence7 min readArtificial Intelligence7 min read
Published inTowards Data Science·PinnedMember-onlyThe Nice Way To Deploy An ML Model Using DockerA quick guide to deploying an ML model with FastAPI and easily containerizing it within VSCode itself. — There are challenges associated with ML projects when built and run by different developers in a team or otherwise. Sometime, the dependencies may end up mismatching, causing troubles for other dependent libraries in the same project. …Machine Learning6 min readMachine Learning6 min read
Published inLevel Up Coding·Oct 15Member-onlyI Made an AI SaaS App in a WeekendA walkthrough of the problem and the solution. The world of MLOps is a big web of tangled tools and services. We have tools that perform model and data tracking, versioning, experiment management, CI/CD pipelines, continuous learning, and so on. …Artificial Intelligence4 min readArtificial Intelligence4 min read
Published inILLUMINATION·Oct 5Member-only4 Mindful Decisions That Reduced My Overthinking to Almost ZeroWorrying and overthinking are a part of our human existence but there comes a moment when these thoughts become damaging. We often fall into the trap of second-guessing our decisions, questioning our conversations and picturing disastrous outcomes in our head. These thoughts eat away at our energy. They make us…Creativity4 min readCreativity4 min read
Published inPractice in Public·Oct 4Member-onlyYou Don’t Need To Be “Consistent” To Be a Successful CreatorConsistency habits come at a cost and should better be worth it. — Consistency is the drug that is marketed the hardest to content creators. It’s promoted as the secret recipe to eventual success. And for good reason. Showing up everyday is almost half the job in the game. But when does this recipe become harmful? When does hammering this advice home cross…Money4 min readMoney4 min read
Published inPractice in Public·Sep 28Member-onlyThe 6 Traits of Fearless People That Make Them (Nearly) InvinciblePersonality quirks that are seldom heard. — These past few years I’ve done a lot of things — pass university, immigrate to a new country, get into a new job, open a new business. I’ve seen the rise, fall and growth of two kinds of people. There are people who are paralyzed by fear. They get anxious…Self Improvement4 min readSelf Improvement4 min read
Sep 25Member-onlyDeveloping Confidence is Easy, You Just Have to Lose the ComplainingA couple of years ago, I was at the airport just waiting to pick up my luggage after a long haul flight. People were milling around the conveyor belt while it stubbornly refused to start. I looked around and saw an older gentleman whining loudly about the sorry state of…Personal Development4 min readPersonal Development4 min read