Suyoj Man TamrakarUnderstanding Name Mangling in Python: A Mechanism for Attribute ProtectionIn Python, name mangling is a mechanism that helps to ensure that the names of class attributes do not clash with names defined by…May 201May 201
Suyoj Man TamrakarEarly Exit in Programming: A Deep Dive with Python and Its Impact on Design PatternsIn the vast landscape of programming paradigms, certain patterns emerge as both efficient and intuitive, guiding developers towards cleaner…Nov 6, 2023Nov 6, 2023
Suyoj Man TamrakarExploring Python 3.11’s Exciting New FeaturesPython, one of the most popular programming languages, is constantly evolving to provide developers with improved functionality and…May 19, 2023May 19, 2023
Suyoj Man TamrakarWhat are Protocol Buffers AKA Protobuf?Protocol buffers, also known as protobuf, are internally developed by Google to provide a better method of data serialization and…Jan 3, 2022Jan 3, 2022
Suyoj Man TamrakarHow to manage multiple remote connections through an ssh config file?Accessing machines remotely became a necessity a long time ago and we can barely imagine how it would be if we couldn’t control computers…Jun 20, 2021Jun 20, 2021
Suyoj Man TamrakarManaging your requirements.txt with pip-tools in pythonpip-tools is a package that allows us to separate direct dependencies from their sub-dependencies. pip-tools generates a dependency graph…Jun 11, 20212Jun 11, 20212
Suyoj Man TamrakarinYoungInnovations' BlogYoungInnovations Weekly Blog #288 — YI Hackathon Winner Announced, AidStream Training, Internship…Apr 30, 2021Apr 30, 2021
Suyoj Man TamrakarHow to provide initial data in Django Models?There are times when you have to prepopulate your database with some hard-coded data when you are first setting up a Django app. There are…Apr 2, 20212Apr 2, 20212