排序
Active Directory (AD) interview questions and answers for fresher
Active Directory (AD) interview questions and answers for fresher,Active Directory (AD) is a critical component of many IT infrastructures, providing a centralized and standardized...
Running Spring Boot Applications With Gradle and Maven
Running Spring Boot Applications With Gradle and Maven,You can either run a Spring Boot application or build a jar from it. You can do both with either Gradle or Maven Gradle The c...
Abstração em Programação Orientada a Objetos
Abstração em Programação Orientada a Objetos, O que é Abstração? Abstração é um dos princípios fundamentais da Programação Orientada a Objetos (POO) que se refere à c...
Herança e Classes Abstratas em Programação Orientada a Objetos
Herança e Classes Abstratas em Programação Orientada a Objetos, O que é Herança? Herança é um dos pilares fundamentais da Programação Orientada a Objetos (POO) que permite...
Encapsulamento em Programação Orientada à Objetos
Encapsulamento em Programação Orientada à Objetos, 1. O que é Encapsulamento? Encapsulamento é um dos princípios fundamentais da Programação Orientada a Objetos (POO) que p...
Common Java Libraries and Frameworks you Should Try
Common Java Libraries and Frameworks you Should Try,Java's standard Collections Framework provides a robust set of tools for managing data structures like Lists, Sets, and Maps. Ho...
Storing images for your UGC app using Spring Boot and iDrive E2 S3
Storing images for your UGC app using Spring Boot and iDrive E2 S3,Hello world! This is the second article about my experience at Makers building a social network clone. Link to th...
Optimizing Stream API Usage in Java for Large Data Sets
Optimizing Stream API Usage in Java for Large Data Sets,Hi everyone, I wanted to share a quick optimization tip for those working with large datasets in Java using the Stream API. ...
Did you know ?
Did you know ? ,While Java is known for int, String, and other explicit data types... You can actually use var in Java! 🤯 Yes, Java introduced var in Java 10, and it's a game-chan...
MongoDB Performance Tuning for Java Developers
MongoDB Performance Tuning for Java Developers,MongoDB is a popular choice for applications requiring scalability and flexibility, but to make the most of its features, performance...
Code Quest: Taming the Request Beast with Spliterator Magic! 🧙️
Code Quest: Taming the Request Beast with Spliterator Magic! 🧙️,In the realm of development, every day can feel like an epic adventure. One fateful Tuesday, I found myself faci...
Coding a Simple Python Timer with Tkinter
Coding a Simple Python Timer with Tkinter,When I talked to my friend, a professional Python developer, about different ways of coding apps with a GUI and mentioned tkinter, he laug...