排序
UML Diagrams: Class Diagram Overview
UML Diagrams: Class Diagram Overview, This article was originally published on Medium. Decoding UML Diagrams: The Common Tongue of Software Modeling | by Gene Zeiniss | The Startup...
Aspect Oriented Programming with Java and SpringBoot
Aspect Oriented Programming with Java and SpringBoot, Aspect Oriented Programming (2 Part Series) 1 Aspect Oriented Programming with Java and SpringBoot 2 Learn Aspect Oriented Pro...
Some variable naming tips and tricks to make your code better
Some variable naming tips and tricks to make your code better ,Hello guys, I am going to show you all some good variable naming traditions and tricks. If you struggle in writing go...
Angular web app usage statistics
Angular web app usage statistics,I have created a web application with Angular and Spring boot and deployed it in IBM WebSphere. Now I want to check which users accessed which scre...
Introduce Open-Source project TCPProxy.
Introduce Open-Source project TCPProxy.,Hi all, Now I gonna introduce a Open-Source project. It's name is TCPProxy. It's small size project, but having quite performance. TCPProxy ...
Picking a Side Project
Picking a Side Project,Hey all I wanna work on a few side projects this year while learning Java and Javafx and I'd like to do a mobile app as well in Flutter so I was hoping you g...
Getting Started Programming Ballerina 101
Getting Started Programming Ballerina 101, What is Ballerina? From ballerina.io Ballerina is an open-source programming language and platform for cloud-era application programmers ...
Spring Data Search 2.0.0 released
Spring Data Search 2.0.0 released,I'm happy to share with you the release 2.0.0 of Spring Data Search. This library allows to automatically expose endpoints in order to search for ...
Exceptions and Streams
Exceptions and Streams, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and Streams 4 Presenting...
The Player Setup Endpoint – Let the Frontend run Backend code
The Player Setup Endpoint – Let the Frontend run Backend code, Player setup for testing (2 Part Series) 1 How to make your tests more readable and maintainable 2 The Player Setup ...
Test Data Factory: Why and How to Use
Test Data Factory: Why and How to Use,This post belongs to the How to create Lean Test Automation Architecture for Web using Java series. If you didn’t see the previous posts, ple...
How to handling internal Yaml in Jar.
How to handling internal Yaml in Jar., Intro. Some far ago, I've been introducing 'How to manage your configuration file with YAML in Java programmatically' in previous post. if yo...