Stop Crashing Your Swift App! The Right Way to Handle UI UpdatesUpdating your app’s UI from a background thread might seem harmless, but it can lead to crashes, strange behavior, and frustrated users. In…Jan 22Jan 22
👨🎓 Mastering the Delegate Pattern in Swift: A Simple Guide to Decoupling Your Code for Cleaner…The delegate protocol pattern is a cornerstone of 📱 iOS development, commonly used to establish a relationship between 🧑💻 objects and…Nov 20, 2024Nov 20, 2024
Master Situational Judgment Tests (SJT) with These Insider Tips — Become a Pro Today!In today’s competitive job market, top companies like Deloitte, KPMG, and Johnson & Johnson increasingly rely on Situational Judgment…Feb 13, 2024Feb 13, 2024
PROCRASTINATION!? — STOP MAKING EXCUSES AND INCREASE YOUR PRODUCTIVITY!!Stuck with something that you don’t want to do? Are you not able to persuade yourself to do that important task just like I stopped…Nov 14, 2021Nov 14, 2021
Published inCodeXHow to improve your coding style and documentation with python programming language?The main goal of a programmer/ developer is to write a code which is easily understandable by anyone who read them. Good programmers should…Sep 13, 2021Sep 13, 2021
Published inCodeXWhy do we really need object oriented programming in Python ?Consider python programming as a movie. Here an object is the “lead actor” of that movie. Now we all know that an object is an instance of…Sep 10, 2021Sep 10, 2021
Published inCodeXWhat are First-Class Objects and how are they related to Scope and Namespaces in Python programming?When we try to compute the code snippet a+b then the name x and y must be previously associated with objects that serve as values. If we…Sep 8, 2021Sep 8, 2021
Published inCodeXFour Python programming tips you should absolutely learn before going proOne rule for programming is that we always try to make our code more readable that is more concise and clean. Here are four ways to make…Sep 5, 20211Sep 5, 20211
Customisation with Jupyter ThemesWhen I first started learning python. Out of several other things like learning basics I started with how do I use Jupyter Notebook…Jul 11, 2021Jul 11, 2021