Published inPython in Plain EnglishFundamentals of Type Hints in PythonPart 1: Basics of type hints in Python.May 2, 2022May 2, 2022
Published inJavaScript in Plain EnglishComposition: The Right Tool for ReactLearn what composition is and when to use it — explained with examples.Mar 15, 20221Mar 15, 20221
Published inJavaScript in Plain EnglishThe Most Common Mistake in ReactOne of the most common problems that you need to solve in a React application is the fetching of external data. In general, this it’s one…Mar 11, 20222Mar 11, 20222
Published inPython in Plain EnglishMeet Enums: The Hidden Power of PythonA deep dive into enums — understanding why it’s important to use enums.Feb 14, 20221Feb 14, 20221
Published inPython in Plain EnglishCallable Protocol in PythonUse objects as functions in Python.Jan 14, 2022Jan 14, 2022
A quick tour for bashBash is the default command-line interpreter in most Linux distributions. The principal task of bash is to receive a series of characters…Dec 21, 2021Dec 21, 2021
Published inPython in Plain EnglishAn Introduction to Python Iterators for BeginnersOne of the great strengths of Python is the expressive power it contains through its protocols. Have you ever come across a new class that…Dec 13, 2021Dec 13, 2021
Published inPython in Plain English9 Most Useful Python TricksSome of the most useful tricks that you can find in the Python ecosystem.Dec 9, 2021Dec 9, 2021
Javascript — Object creationIn Javascript exists many ways to create objects, and each one has different use cases. In this post, I going to show different forms of…Dec 8, 2021Dec 8, 2021
Bash — Filename expansionOne of the biggest problems when starting in the Linux ecosystem is the huge amount of new concepts related to, and the large number of…Dec 6, 2021Dec 6, 2021