NashTech Insights

springboot

Posts by categories

Posts by tags

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 »

Building RESTful APIs with Kotlin and Spring Boot

Introduction In today’s digital landscape, building robust and scalable RESTful APIs is essential for modern application development. Kotlin, a versatile programming language, and Spring Boot, a powerful Java-based framework, make an excellent combination for creating high-performance APIs. In this blog, we will explore the process of building RESTful APIs using Kotlin and Spring Boot, complete …

Building RESTful APIs with Kotlin and Spring Boot Read More »

Configure LOG4J

Overview Logging is an important part of any software development process as it helps developers to identify and resolve issues quickly. Log4j is a popular logging framework used by Java developers to log application events. It provides a simple and flexible way to log messages from different parts of an application. In this blog, we …

Configure LOG4J Read More »