$ ls ~/blogs

RSS Feed
Filter by tag:

Python Decorators

13 min read
#tech
# Preview:

In Python, decorators are often shrouded by a layer of mystery. We tend to use them without understanding how they work, but if understood properly, they can really improve our efficiency. This blog will cover the fundamentals of decorators, and assumes that you have an understanding of how functions work.

Python Function Parameters

14 min read
#tech
# Preview:

In Python, or every programming language, functions are one of the larger building blocks. Functions allow reusing blocks of code and eliminate code duplication. But, not everyone is fully aware of all the different ways to pass inputs to functions. That is what I will be exploring in this blog.

# Preview:

This blog describes the journey that I, a developer took to decide the architecture to use for the implementation of a recent project I have been working on. It demonstrates the thought process a developer goes through to come to a resolution.

Understanding Strings in Python

15 min read
#tech
# Preview:

Learn the differences between different string literals in Python and how escape characters work differently between them. Also understand the encoding and decoding functionality with Python strings.

FedEx + Customs = Nightmare

11 min read
#life
# Preview:

While being situated in Pune, India, I recently did a remote internship with a New York-based company. They shipped me a laptop and peripheral devices via FedEx and what followed was a nightmare.