Typer: Observations, Dos and Don'ts of the Python Command Line Application BuilderNov 27, 2024·7 min read
PinnedThe Use of the ** Operator with Python and FastAPI Pydantic ClassesThe ** operator in Python is contextual or dependent on what it is used with; when used with numbers(typically between two numbers), it serves as an exponentiation operator. However in this article we will be looking at another context which it is us...Aug 31, 2024·5 min read
Curl: The Portable Internet Transfer ToolA lot of developers who have worked with REST APIs, have used tools like Postman and Hoppscotch, but only a few know about alternatives that can do the same job. This article is one for getting started with the Curl command line tool, often written a...Dec 13, 2023·18 min read
I can help with 'this' ConfusionFirst, let us go back to the roots, the English meaning of 'this'. According to the Oxford Dictionary, this can be used to identify a specific person or thing close at hand, it can also be used to identify something. For example "this is Stephen talk...Feb 24, 2023·5 min read
How I Solved My async await Vs .then Syntax Confusion.When I first started studying promises in asynchronous JavaScript, I used to be confused about the .then syntax and the async await syntax, I was like "NOT AGAIN!!!", how am I supposed to memorize all that syntax!!??. But then coding shouldn't be abo...Jan 9, 2023·3 min read