Node.js Create a Node.js REST API using Prisma ORM and PlanetScale This post shows you how to build a Node.js REST API using Prisma, an ORM allowing you to interact with a MySQL database managed by PlanetSCale
REST API Create a REST API with AWS Lambda and API Gateway using AWS CDK This post shows how to define RESTful API routes on AWS API Gateway that invoke Lambda functions. We will write the infrastructure stack using the AWS CDK and SAM for local testing.
Spring Boot Document a Spring Boot REST API with Swagger and Open API In this post, we will see how to write API documentation using Open API and Swagger for REST API built with Spring Boot and MySQL.
Spring Boot Build a REST API With Spring Boot and MySQL In this post, we will see how to build a REST API using Java and Spring Boot connected to a MySQL database.
Spring Boot Make HTTP requests in a Java application using Spring RestTemplate In this post, we will see how to consume an external service from a Spring Boot application using the methods of the RestTemplate class.
Spring Boot Write custom validator for request body in Spring Boot In this post, we will see how to create a custom validator using Hibernate Validator to validate complex inputs in a Spring Boot Application.
Node.js Document a Node.js REST API with Swagger and Open API Most of the time, REST API is exposed to the world for developers to consume them. Document it is paramount for good integration. In this tutorial, we will see how to document a REST API built with Node.js and Express.
Spring Boot Create a Spring Boot starter project for a REST API Spring Boot is today the best tool to start a new project with the Spring Framework. It helps us start a project quickly with many features out of the box. There is a great community behind and still improving with the year.
REST API How to Build a RESTful API with Node.js, Express, and MongoDB Discover how to create a REST API with Node.js, Express, and MongoDB. This comprehensive tutorial covers all the essentials for building a scalable backend.