Suresh Kumar
sureshdsk.dev

sureshdsk.dev

Follow
homePythonPython DecoratorsPostgres TipsToday I Learned (TIL)badgesnewsletter
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

3 step framework to write better code

Jul 8, 20212 min read

Often we spend too much time to write better code. Though the intention is good, It doesn't produce any result in most cases. Here's how we can...

3 step framework to write better code

Python decorator to measure execution time

May 11, 20213 min read

In the previous articles on the Python decorator series, we have learnt decorators, how they work and to implement a simple function based decorator...

Python decorator to measure execution time

Python Decorators 101

May 6, 20213 min read

This article is part of python decorator series. In this article, we will learn what is decorator and how it works and how to implement a simple...

Python Decorators 101

Technical debt and Python

May 2, 20213 min read

learn what is technical debt, various types of technical debts & how to identify and tackle in python ยท What is Technical debt? Technical debt is an...

Technical debt and Python