© 2023 Hashnode
#rest-api
In today's interconnected world, social media has become an integral part of our lives, providing a platform for people to connect, share, and engage with one another. Behind the scenes, social media …
Co-authored by Boma George and Mina Tamunowari Tailwind, unlike its counterparts – Chakra UI and Bootstrap, is a CSS framework that doesn’t provide any predefined component classes for elements; this …
Web development has evolved into a complex process that requires a combination of different technologies and frameworks to build robust and dynamic applications. Two popular technologies, Python and JavaScript, have gained significant tract…
Introduction In today's interconnected world, there is a need for applications and services to communicate easily. This is achieved through the use of APIs (Application Programming Interfaces). read m…
In this article, I would like to introduce to the reader, REST APIs. REST is an acronym for Representational State Transfer. It is a standard of communication between a resource consumer (browsers, ap…
In today’s interconnected world, the ability to develop resilient and efficient APIs plays a critical role in building scalable web applications. Django, a highly regarded Python web framework, provides a strong foundation for web developme…
Introduction What is Express? Express is a framework of Node.js, which means it is used to handle the backend of a web application, but it has more features than Node.js as it is built on top of it. e…
Introduction Welcome to our blog series on building a robust Todo application using FastAPI, a modern, high-performance Python web framework. In this series, we will take you on a journey from the bas…
Introduction Suppose you're using a weather app on your phone. If you want to know the weather in a specific city, let's say "Mumbai." You type "Mumbai" in the search bar and tap the search button. Th…
What is API? So let's first take a look at what API is all about. So an API, which stands for Application Programming Interface, is like a messenger that allows different software applications to talk…