排序
Validate Your Endpoints Using Spring
Validate Your Endpoints Using Spring, What Do We Want To Do? 🤔 Apply validation to the objects we receive at the endpoint controllers from clients. What Is The First Solution That...
How to build Enterprise Level Web Applications using Java?
How to build Enterprise Level Web Applications using Java?,Java has been used most of the time for learning the various concepts of Object Oriented Programming and concepts. Majori...
Valuable Tips for Junior Developers
Valuable Tips for Junior Developers,Do not panic! You do not need to learn X language and know Y algorithm before you apply to Z tech company. The truth is, most senior developers ...
Clean Your Code Using Java Optional
Clean Your Code Using Java Optional, What's the problem? 🤕 The null check process is properly one of the most tedious and boring things we have to do while writing Java code. Why ...
Python vs Java. Key differences, Features and History
Python vs Java. Key differences, Features and History, Key Differences between Python and Java 1.Java is a compiled+ interpreted Language whereas Python is an Interpreted Language ...
Java vs JavaScript. Key differences and similarities
Java vs JavaScript. Key differences and similarities,The software programming world has progressed rapidly over time and has a lot of programming languages to offer. You might have...
How to send web push notifications in Java
How to send web push notifications in Java,Web push notifications are a way of informing your app users when something important has happened. Users can receive web push notificati...
Taste Of Spring Reactive Stack
Taste Of Spring Reactive Stack, Spring's Servlet Stack ️ The most common use of Spring nowadays is the servlet stack usage. This method assigns a new thread to each new inco...
How to Create a SpringBoot App.
How to Create a SpringBoot App., This being my first post on here, forgive any error or lack of sophistication. :) So, there are about 4 ways I KNOW by/in which you can create a Sp...
Getting started with Spring Boot and Docker
Getting started with Spring Boot and Docker,Docker is a container engine that makes it possible to bundle, ship, and distribute applications across distributed servers. Prerequisit...
Spring Boot + Oracle example: Build a CRUD app
Spring Boot + Oracle example: Build a CRUD app,In this tutorial, we're gonna build a Spring Boot and Oracle example with database connection that uses Hibernate, Spring Data JPA to...
How to make a simple webcrawler with JAVA ….(and jsoup)
How to make a simple webcrawler with JAVA ….(and jsoup),While Python is arguably the numero uno language to use when it comes to webscraping, good ole JAVA has it’s perks. At lea...