[React] How to implement color themes using SCSSThis article provides a guide on implementing a dark theme and a light theme in a React application.Oct 21, 2023Oct 21, 2023
[React] Don’t give up on testing when using Material UI with ReactBackgroundSep 28, 20231Sep 28, 20231
[Spring Boot] Traditional Deployment on Apache Tomcat using Spring Boot WARThis article covers how to create a Spring Boot application which can output a war file and how to deploy on Apache Tomcat.Aug 11, 2023Aug 11, 2023
[Spring Boot] How to use OpenAI ChatGPT APIs in a Spring Boot ApplicationThere are libraries available to integrate with ChatGPT but this article shows how to use ChatGPT APIs without any external dependencies…Aug 9, 20231Aug 9, 20231
[Spring Boot] Using WireMock and MockWebServer for Spring WebFlux Integration TestsThis article covers how to configure WireMock and MockWebServer for a Spring WebFlux application to stub for any external APIs the…Jul 22, 20231Jul 22, 20231
[Gradle] Creating a new source set for Integration Test using Kotlin DSLHere is the motivation on why a new source set was added:Jul 22, 20231Jul 22, 20231