最新发布第1436页
Java StringBuilder Demystified
Java StringBuilder Demystified, Java DIY (2 Part Series) 1 Create your ENUM (yes from Java') 2 Java StringBuilder Demystified Let's understand what makes every lead developer say t...
Java 15 features that every Java developer should know
Java 15 features that every Java developer should know,Only 4 out of the 14 features introduced in Java 15 are 'must know' for java developers. Here is an explanation of the featur...
How to Set PDF Viewer Preference in Java
How to Set PDF Viewer Preference in Java,PDF viewer preference allows users to view PDF documents with their viewing habits. They can set the page layout of the PDF document and ch...
Learn algorithms
Learn algorithms,Let me introduced you 'Algorythms of the night'. The repo with a list of awesome algorithms that help you to solve your code issues or can help you in interviews i...
How to build your own Cassandra workbench
How to build your own Cassandra workbench,This blog refers to building a simple and easy Cassandra workbench using well known and mostly used technology stack. 'too lazy to do it' ...
Java first steps: 20 things I’d forgotten
Java first steps: 20 things I'd forgotten,If you don't work with Java or you're relearning it (like me!), I'm sharing some things: 1. Java Major features: Object Oriented, Platform...
Programmatic Criteria Queries using JPA Criteria API
Programmatic Criteria Queries using JPA Criteria API,Java Persistence API (JPA) provides the specification of managing data, such as accessing and persisting data, between Java Obj...
Tips to migrate to Kotlin from Java
Tips to migrate to Kotlin from Java,If you develop software with Java and are interested in leaning Kotlin, you have probably checked out some Kotlin code, especially if you know A...
Java developer with 3 years of experience to work in São Paulo, Brazil
Java developer with 3 years of experience to work in São Paulo, Brazil,Main responsibilities • Design, build and integrate modules in a service-oriented architecture • Collabora...
Concrete Vs Abstract Vs Interface – [OOP & Java #4]
Concrete Vs Abstract Vs Interface - [OOP & Java #4], OOP & Java (15 Part Series) 1 Abstraction and Encapsulation - [OOP & Java #1] 2 Inheritance and Polymorphism - [OOP &am...
IntelliJ vs Eclipse vs VSCode
IntelliJ vs Eclipse vs VSCode,When I started out learning Java at Lambda, we could have used VSCode or used our student pack for a free year of IntelliJ IDEA. I gave VSCode all of ...
Parsing maven version with bash
Parsing maven version with bash,Recently I needed to parse my pom.xml file to get the artifact version out of it. I needed it on one of our CI agents and I did not have maven insta...