排序
Project Escher
Project Escher,I'm really interested in x11 but I am a java developer. Java covers most desktop application development with swing and javafx. As a result, using x11 directly in ja...
Clean Validation in Java with Predicates
Clean Validation in Java with Predicates,Imagine that you have to consume an API to retrieve data from people of your company. Now imagine that all these data don’t follow any pat...
Java Find and Highlight Text in Word Document
Java Find and Highlight Text in Word Document,When manipulating Word documents, it's inevitably that we will use the search function if we want to find the specific text quickly. A...
️ Immutables/AutoValue/Lombok Which One?
️ Immutables/AutoValue/Lombok Which One?, Immutability in Java (2 Part Series) 1 Immutability in Java Made Easy 2 ️ Immutables/AutoValue/Lombok Which One? The article was initial...
“Stop Making Students Use Eclipse”
'Stop Making Students Use Eclipse',Using Java or Python in a professional IDE like IntelliJ IDEA, NetBeans, PyCharm, or Eclipse is not a good first introduction to programming for ...
Bookmark These Free Spring Boot Learning Resources
Bookmark These Free Spring Boot Learning Resources,If you're new to Spring Boot and looking for quality learning resources, I've found these bookmarks quite helpful when ramping up...
Immutability in Java Made Easy
Immutability in Java Made Easy, Immutability in Java (2 Part Series) 1 Immutability in Java Made Easy 2 ️ Immutables/AutoValue/Lombok Which One? The article was initially publishe...
Game Object Variance: Single and Multiple
Game Object Variance: Single and Multiple,I am working on updating my 2nd of 30 games: Mazer5D. I have decided to use image templates for various game objects, using two different ...
Accepting the limitations of my social distancing App and fighting against feature creep
Accepting the limitations of my social distancing App and fighting against feature creep, The Inspiration After several days of observing almost nobody at my work heeding any mind ...
Effective Java Tuesday! Prefer Interfaces to Abstract Classes
Effective Java Tuesday! Prefer Interfaces to Abstract Classes, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Ja...
Single Responsibility Principle (SRP)
Single Responsibility Principle (SRP),The Single Responsibility Principle (SRP) is one of the aspects of The SOLID Principles. It states that every class or object should have one ...
The SOLID Principles
The SOLID Principles,The SOLID principles are a set of 5 rules to follow for object-orientated Programming (OOP). These rules or principles can be used to create software that is e...