Technical
FastAPI Tutorial: Architecture, Core Concepts, and a CRUD API Example
Introduction
I’ve been hearing a lot about a Python web framework called FastAPI. The purpose of this post is to understand the basics of FastAPI by exploring:
Read more...Understanding REST
Introduction
In this post, the focus is on understanding the basics of REST and building a sample REST API using DRF (Django REST Framework). Now let’s get started in absorbing the concept of REST.
Read more...Kubernetes
Introduction
“Kubernetes” – does this term ring a bell? Especially to all the technology enthusiasts out there you must have heard or come across this term, If your answer is yes and you understand everything around it, you may give this concept a skip. For the rest who have heard the term and know briefly about it, stick around and browse through the sections as a refresher and for people who have not heard of this term or are not well versed, worry not, this blog will give you much information to get you started and interested.
Read more...