PinnedDev Retro 2022 - My Journey to Becoming a software engineerHow I started my journey as a self-taught software engineer and ML and how I started freelancing!Dec 28, 2022·8 min read·316
Unlocking the Power of Object-Oriented Programming: A Journey Through the Principles !Jun 6, 2023·8 min read·16
Docker Demystified: A Beginner's Guide to ContainerizationUnlocking the Power of Docker: Learn the Basics and Supercharge Your Development WorkflowMay 13, 2023·6 min read·88
Implementing Binary Search Trees in Python: A Guide"Implementing Binary Search Trees in Python: A Beginner's Guide to Efficient Data Storage and RetrievalFeb 25, 2023·3 min read·92
C# Programming: Understanding the Basics of Static Functions and ClassesThe keyword static is widely used in C# and other programming languages to indicate that a member (field, method, property, etc.) belongs to the class rather than an instance of the class. In C#, a static member can be accessed directly on the class,...Jan 11, 2023·2 min read·67
LINQ 101: A Beginner's Guide to Mastering Data Queries in .NETLearn the Fundamentals of Querying Data with LINQ in .NETJan 1, 2023·10 min read·816
Is Freelancing as a Developer Right for You? How to Decide When to Take the PlungeIs Freelancing as a Developer Right for You? Some Factors to ConsiderDec 30, 2022·5 min read·115
Design Patterns : DecoratorLearn design patterns in C# : docorator design patternDec 27, 2022·3 min read·73