Siva

@sivalabs
27 Followers
111 Following
10 Posts
Developer Advocate @JetBrains
Loves all things about Java and it's ecosystem.
Blog: https://sivalabs.in
GitHubhttps://github.com/sivaprasadreddy
Twitterhttps://twitter.com/sivalabs
YouTubehttps://www.youtube.com/@SivaLabs

Heard of @testcontainers but haven't tried it yet?

Here is a tutorial covering what kinds of problems Testcontainers solves, how to get started with it, and how you can test Spring Data JPA Repositories and #SpringBoot REST APIs.

https://blog.jetbrains.com/idea/2024/12/testing-spring-boot-applications-using-testcontainers/

Testing Spring Boot Applications Using Testcontainers | The IntelliJ IDEA Blog

Testing is a crucial part of software development, verifying that a system functions as intended. Developers create unit tests to validate the behavior of individual components, isolating them from ex

The JetBrains Blog

#IntelliJIDEATips: Inject Spring Bean Dependencies like a BOSS"

https://youtu.be/ndFWAp6MUwA?si=FuOVkPT-znWPxSdf

IntelliJ IDEA Tips: Inject Spring Bean Dependencies like a BOSS

#sivalabs #java #spring #springboot #intellijidea #testing #junit #junit5 #intellijideatips❀️ Thanks for watching Join this channel to get access to the per...

YouTube

πŸš¨π’π©π«π’π§π  𝐁𝐨𝐨𝐭: 𝐅𝐫𝐨𝐦 π™πžπ«π¨ 𝐭𝐨 π‡πžπ«π¨ 🚨 Explore Spring Boot Application Structure

https://www.youtube.com/watch?v=ORX0YuqVXIM

#java #springboot

Spring Boot: From Zero to Hero - Explore Spring Boot Application Structure

YouTube
Kotlin for Java developers

Kotlin is a modern alternative to Java that supports functional programming in the JVM. Here's a first look at programming with Kotlin using some of the concepts and syntax you already know from Java.

InfoWorld
Get started with Quarkus by building a simple REST API | Chrispine Chiedo https://chrischiedo.github.io/quarkus-rest-api-tutorial/
#Java #quarkus
Get started with Quarkus by building a simple REST API | Chrispine Chiedo

Quarkus is a Kubernetes-native Java framework for building modern cloud-native applications. It is tailored for GraalVM and HotSpot, and crafted from best-of...

You might already know how to build a REST API using Spring Boot. But do you know you can do it more quickly using IntelliJ IDEA?

Here is a practical step-by-step guide on how to build a CRUD REST API Using Spring Boot with some tips & tricks of IntelliJ IDEA.

https://blog.jetbrains.com/idea/2024/10/how-to-build-a-crud-rest-api-using-spring-boot/

How to Build a CRUD REST API Using Spring Boot | The IntelliJ IDEA Blog

Spring Boot is an application framework for the Java platform designed to make it easy to build Spring-powered applications. Its opinionated convention-over-configuration approach to building Spring a

The JetBrains Blog

πŸš€ New article alert!
Dive into building a CRUD REST API with #SpringBoot and supercharge your productivity using #IntelliJIDEA.✨ From project setup to testing, this guide covers all the essentials! Perfect for beginners and pros alike. πŸ‘‡

https://blog.jetbrains.com/idea/2024/10/how-to-build-a-crud-rest-api-using-spring-boot/

How to Build a CRUD REST API Using Spring Boot | The IntelliJ IDEA Blog

Spring Boot is an application framework for the Java platform designed to make it easy to build Spring-powered applications. Its opinionated convention-over-configuration approach to building Spring a

The JetBrains Blog

Spring Boot + jOOQ Tutorial - 4 : Fetching One-to-Many Relationships

https://www.sivalabs.in/spring-boot-jooq-tutorial-fetching-one-to-many-associations/

Spring Boot + jOOQ Tutorial - 4 : Fetching One-to-Many Relationships

In this tutorial, we will learn how to implement fetch One-to-Many relationships using jOOQ.

SivaLabs
Once every few years you will meet the "know it all, had done it all, let me do it all" kind of person. Full on ego, overly self confident and ultimately the micromanager persona per se.
For any kind of project this is a death sentence. Even the highest functioning teams will be destroyed and no matter how much transparency you deliver up the reporting chain, this can't be corrected without exposing the hiring manager.
Only way out: let it go. Let it fail. The faster the better. #lifelesson

Spring Boot + @jOOQ Tutorial - 1 : Getting Started

https://www.sivalabs.in/spring-boot-jooq-tutorial-getting-started/

#java #jooq

Spring Boot + jOOQ Tutorial - 1 : Getting Started

In this tutorial, we will learn how to get started with jOOQ for implementing persistence layer in a Spring Boot application.

SivaLabs