排序
TIL: Two Ways to Create Java Threads
TIL: Two Ways to Create Java Threads, One of Java’s most powerful features is how easily it allows one to manage threads for carrying out various tasks within a program. Used corr...
Top 10 Object-Oriented Design Principles for writing Clean Code
Top 10 Object-Oriented Design Principles for writing Clean Code,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from...
Meu primeiro app com Quarkus
Meu primeiro app com Quarkus,Hoje eu decidi que iria criar meu primeiro APP utilizando Quarkus, mas por que?! Na verdade é só uma validação mesmo eu sei que o Spring boot tá ...
Factory Design Pattern
Factory Design Pattern,What is it? Factory Method is a creational design pattern that defines an interface or abstract class for creating an object, but allows subclasses to decide...
The Best Java Training
The Best Java Training,Attending an expert-led course is the best way to boost Java skills. I manually collected the ultimate list of training courses offered by different European...
7 Functional programming techniques in Java – A primer
7 Functional programming techniques in Java - A primer, Functional Programming (4 Part Series) 1 7 Functional programming techniques in Java - A primer 2 7 Easy functional programm...
‘Test Automation U’ Enrollment Up to 20,000 Students in Six Months, Top 100 Students Announced
'Test Automation U' Enrollment Up to 20,000 Students in Six Months, Top 100 Students Announced,If you're not continuously learning, you may be losing to someone else (or a machine)...
Java Stack Trace: Understanding It and Using It to Debug
Java Stack Trace: Understanding It and Using It to Debug,Deploying your Java code to production limits your troubleshooting options. Connecting to your app in production with a deb...
Add Headers and Footers to Word Document in Java
Add Headers and Footers to Word Document in Java,Headers and footers are very useful for adding relative information such as page numbers, company name and logo to Word documents. ...
Journey to Blockchain developer with 0 coding experience
Journey to Blockchain developer with 0 coding experience,Hi All, I’m interested in a career switch to Crypto/Blockchain as it’s been my hobby for a few years and need some help f...
When you get unintended results in Eclipse’s code completion that might be the side effect of substring code completion.
When you get unintended results in Eclipse's code completion that might be the side effect of substring code completion., Overview When you want to complete the method name of a cl...
Singleton Design Pattern
Singleton Design Pattern,Real-World Analogy Sun of our solar system is an excellent example of the singleton pattern. All the planets in our solar system have one sun and it has a ...