排序
Understanding the Service Locator Pattern in Java
Understanding the Service Locator Pattern in Java,In software design, the Service Locator Pattern is a valuable pattern that provides a centralized registry for service instances, ...
Java 8 Features Made Simple: A Quick Guide
Java 8 Features Made Simple: A Quick Guide,Java 8 introduced powerful new features that have transformed how we write Java code, making it more efficient, expressive, and functiona...
Understanding the Chain of Responsibility Design Pattern in Backend Development
Understanding the Chain of Responsibility Design Pattern in Backend Development,The Chain of Responsibility (CoR) design pattern is a powerful behavioral pattern that can significa...
Kotlin Design Patterns: Simplifying the Observer Pattern
Kotlin Design Patterns: Simplifying the Observer Pattern, Kotlin Design Patterns - Simplifying The Traditional Solutions (7 Part Series) 1 Kotlin Design Patterns: Simplifying the T...
Kotlin Design Patterns: Simplifying the Decorator Pattern
Kotlin Design Patterns: Simplifying the Decorator Pattern, Kotlin Design Patterns - Simplifying The Traditional Solutions (7 Part Series) 1 Kotlin Design Patterns: Simplifying the ...
Kotlin Design Patterns: Simplifying the Prototype Pattern
Kotlin Design Patterns: Simplifying the Prototype Pattern, Kotlin Design Patterns - Simplifying The Traditional Solutions (7 Part Series) 1 Kotlin Design Patterns: Simplifying the ...
Classe aninhadas no Java (Nested Classes)
Classe aninhadas no Java (Nested Classes),Uma classe aninhada (Nested Classes) é definida dentro de outra. Seu objetivo é atender necessidades da sua classe envolvente. Há quatr...
Danni, Johny and the Java Feature Flag Problem
Danni, Johny and the Java Feature Flag Problem, What is Feature Toggle Imagine you are building a new feature for your Java application. You want to test the feature with a small g...
Build web application in Vert.x [Part 1/ ️]
Build web application in Vert.x [Part 1/ ️], TL;DR: Start a simple vert.x web application with health check. Steps Download Vertx Starter.zip: Java, Gradle and everything nice. Or...
Why a Spring Cloud Config Server is Crucial to a Good CI/CD Pipeline (Pt 1)
Why a Spring Cloud Config Server is Crucial to a Good CI/CD Pipeline (Pt 1), Introduction Before I began developing large-scale, enterprise level software, I didn’t fully comprehe...
Let’s add a Checkout Feature in Vue.js for Our Ecommerce App
Let’s add a Checkout Feature in Vue.js for Our Ecommerce App, ecommerce (8 Part Series) 1 Let’s Develop an E-Commerce Application From Scratch Using Java 2 Creating an eCommerce ...
Let’s Implement JWT Based Authentication in Spring boot
Let’s Implement JWT Based Authentication in Spring boot, backend (3 Part Series) 1 Let’s Implement Basic JWT Based Authentication in Spring boot 2 Let’s Implement JWT Based Auth...