The Difference Between Statements and Expressions
The Difference Between Statements and Expressions, Coding Tangents (10 Part Series) 1 Be Careful with Scanner Methods in Java 2 Be Careful with String’s Substring Method in Java ....
Kubernetes for Java Developers – Creating a docker image
Kubernetes for Java Developers - Creating a docker image, Java Kubernetes (4 Part Series) 1 Kubernetes for Java Developers - Setup 2 Kubernetes for Java Developers - Creating a doc...
Spring Boot – Crash course
Spring Boot - Crash course,The goal of this post is to enable you to run your first Spring Boot Application as most of my posts here will require you to start from there. Spring bo...
Why Instance Variable Of Super Class Is Not Overridden In Sub Class
Why Instance Variable Of Super Class Is Not Overridden In Sub Class,When we create a variable in both parent and child class with the same name, and try to access it using parent's...
Creating a New Spring Boot Project
Creating a New Spring Boot Project, Requirements Browser An IDE Intellij, Netbeans or Eclipse Stable Internet Connection For this article, we would be focusing on only two IDEs Int...
Java EE is dead, why still using it?
Java EE is dead, why still using it?,I've been working as a software developer for 3 years now. In those years, I worked with Java as the main web development language, primarily S...
Getting Started With a Java Environment on macOS
Getting Started With a Java Environment on macOS,Alright, real talk: I finished my first Java project as a like, totally professhional developer without having much of a clue about...
Understanding BlockingQueue In Java
Understanding BlockingQueue In Java,BlockingQueue interface in Java was first introduced in Java 1.5. BlockingQueue interface supports flow control by introducing blocking if eithe...
How to Initialize an ArrayList in Kotlin
How to Initialize an ArrayList in Kotlin,For those of you familiar with the How to Python series, I thought it would be fun to try my hand at some other languages I’ve been using ...