Decipher Code

Decipher Code

Follow
homeSponsor Me300+ Typescript UtilitiesDeno ExamplesdecipherAbout Mebadgesnewsletter

5 Patterns to Write Better and Clean Code in Python

Mar 29, 20226 min read

Writing better code is always a challenge in any programming language. Before wring good code, you should have a better understanding of the...

5 Patterns to Write Better and Clean Code in Python

Validation in Python using Metaprogramming and Decorator- Advanced Python

Jan 1, 20225 min read

A Decorator is a special kind of declaration that can apply to a function to enhance its functionality. This is also called known as metaprogramming. · A...

Validation in Python using Metaprogramming and Decorator- Advanced Python

Infinite scroll | Pagination on API using JavaScript Generators

Oct 2, 20214 min read

Write clean codes using JavaScript Generators · While writing Frontend code, You may have a scenario where you have to fetch all records from an API...

Infinite scroll | Pagination on API using JavaScript Generators

How to work with Date | JavaScript Weird Parts

Aug 23, 20218 min read

Working with JavaScript has never been easy. You always required continuous learning and exploration of new APIs/specs. One of the toughest things ·...

How to work with Date | JavaScript Weird Parts

Internationalization in Plain React.js

Jul 27, 202110 min read

Coding for a multilingual application is always challenging. Most of the time you end up adding some third-party library. Using basic React you can... ·...

Internationalization in Plain React.js

Functional Programming In JavaScript/TypeScript for Beginners

Apr 13, 202110 min read

Functional programming is one of the misleading topics in the programming world. You will find multiple articles and get confused. So how should... ·...

Functional Programming In JavaScript/TypeScript for Beginners