A python decorator is just a wrapper to an existing function to add more functionality to it.
Read More...
Posted on August 20, 2017 || Last edited on August 20, 2017 || 4 mins read programming python decorator
Writing no code is better than buggy ones. Minimalism should be the essence of coding. Just Keep It Simple Stupid(KISS).
Posted on August 4, 2017 || Last edited on August 4, 2017 || 3 mins read programming clean-code
Lookarounds in regex are awesome non-capturing group. It is used to match pattern but not included in the matching list.
Posted on July 25, 2017 || Last edited on July 25, 2017 || 1 min read programming regex