A bot is a computer program that performs predetermined tasks automatically. Its goal is to perform human duties the same way humans do. In a nutshell, they...
Topic: API
Introduction to Prisma with Docker
In this tutorial, we will learn more about the Prisma ecosystem. We will build a simple server that accesses Prisma to read its database schema and run it on...
Implementing Rate Limiter for Spring Boot Applications
In this tutorial, we will learn about API security and availability. We will learn about the efficiency of the Bucket4j library and how it is used to...
How to Generate Reports in a Spring Boot App Leveraging Jaspersoft
We use reports in our day-to-day activities. We may use them when we are purchasing products, services, or managing transactions. This includes summary...
Getting Started with Spring Boot Security Antmatchers
As a backend developer, the API you build will typically be for consumption by other applications or services. The sensitivity of the data carried by an...
Integrating an External API into a Flask Application
APIs are a major part of applications nowadays. There are often times that we need to use a third-party APIs either for authentication, file uploads, or...
Getting Started with React-Query for Data Fetching and State Management
React.js is a powerful client-side JavaScript library. Like any other JavaScript library, React.js gives you a smooth experience when building reactive and...
How to create a REST API using Spring Boot, Maven, and MySQL
One benefit of REST APIs is the flexibility and scalability it gives to our application. Since the client and server are independent, the REST protocol...