Tag: programming
All the articles with the tag "programming".
-
Why You’d Be Crazy Not to Start a Startup in 2025
Look, I'll be straight with you. I bombed my first startup back in 2012.
-
25 Principles for your Software Engineering Team to excel today
At its core, Software Engineering has to do with crafting and building things. We are all craftsmen.
-
Code Readability is a Feature
If you are developing a product and working with a team of engineers writing code, you would have definitely faced the horror of reading someone else's code.
-
What is the Michael Jackson Theory of Feedback
Few months back listening to one of Noah Kagan's podcast episode, (the one where he talks about his conversation with Jonathan Coon of WikiBuy.com) he mentions something called the Michael Jackson...
-
Which is important? Fixing Bugs or Adding Features
Lets say you are building a Social Media marketing automation product, where you allow the users to schedule multiple posts to different social media platforms.
-
100 Days of Code Challenge
All the individual day's posts have been collected into this single post.
-
Limiting your CPU and Memory Usage
Yesterday I wrote about how to use a very simple timing context manager to measure how much time your python code/functions take.
-
Timing your Python Code
There are many times when you would want to see how much time your program takes to execute.
-
d command in oh my zsh
I use zsh as my primary shell and have Oh My Zsh which has lot of helpful plugins, themes and functions which make using the terminal easy.
-
Tackle Technical Debt with Time Bombs
Technical Debt is a term that most developers have heard of. Even if you haven’t heard of the term, I am pretty sure you would have done something in your programming career that is a technical debt.