NashTech Insights

RESTful

Posts by categories

Posts by tags

Building a RESTful API with Node.js and Express

Introduction: In today’s digital landscape, creating efficient and scalable APIs is essential for developing web and mobile applications. Representational State Transfer (REST) has become a popular architectural style for designing APIs due to its simplicity and ease of use. In this blog, we will walk you through the process of building a RESTful API using …

Building a RESTful API with Node.js and Express Read More »

ai generated, data centre, computer-8070003.jpg

Building RESTful API with Spring Boot: Kotlin

What is Kotlin? Kotlin is a high-level object-oriented programming language developed by JetBrains in 2011. It is used to develop especially Android apps and server-side apps. It runs on JVM(Java Virtual Machine). To learn more about Kotlin click here Prerequisite Scope of this article What is Spring Boot? Spring Boot is an open-source framework that …

Building RESTful API with Spring Boot: Kotlin Read More »