排序
JIT 101
JIT 101, JIT compilation and HotSpot are with no doubt some very complex topics. This blog is a very short article touching on the topic in question; it was originally intended to ...
Functions for string in java
Functions for string in java,I've already made an article for some helpful tips, but I think there is need to discuss all fuctions too. Shortly but understandable. String Firstly, ...
Let’s Create a Frontend for our e-commerce App with Vue.js
Let’s Create a Frontend for our e-commerce App with Vue.js,We are building a complete E-commerce application from scratch. Today we are going to add the Products feature Introduct...
Java Syntax Puzzlers
Java Syntax Puzzlers,Roughly 12 years ago, I started to contribute to the Eclipse ecosystem in various functions. One of the most interesting experiences to this date was to work o...
Presenting Exceptions to Users
Presenting Exceptions to Users, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and Streams 4 Pr...
Spring Injection Types
Spring Injection Types, Spring Framework (24 Part Series) 1 Spring Configuration 2 External Properties in Spring ... 20 more parts... 3 Profiles in Spring 4 Spring Expression Langu...
Easily manage Properties Files in Java with Owner
Easily manage Properties Files in Java with Owner,This post belongs to the How to create Lean Test Automation Architecture for Web using Java series. If you didn’t see the previou...
Let’s Develop an E-Commerce Application From Scratch Using Java
Let’s Develop an E-Commerce Application From Scratch Using Java,We are going to build an e-commerce application using Java, Spring backend, build web UI in Vue.js, and mobile UI u...
N-Queens backtraking
N-Queens backtraking,This is the N-Queens problem solution with a backtraking approach, look here for the N-Queens brute force approach. If you are not familiar with the N-Queens p...
Creating self-contained executable JARs
Creating self-contained executable JARs,When your application goes beyond a dozen of lines of code, you should probably split the code into multiple classes. At this point, the que...
Top 21 Spring Boot Interview Questions
Top 21 Spring Boot Interview Questions,In the last few months, I have received a few requests about Spring Boot Interview Questions. In this post, I will cover the top 21 Spring Bo...
Introducción a Java desde 0
Introducción a Java desde 0, Java desde 0 (5 Part Series) 1 Introducción a Java desde 0 2 Java desde 0: Hola Mundo 3 Java desde 0: Números enteros 4 Java desde 0: Nú...