Graphical State Machines for Java Development With YAKINDU Statechart Tools
Graphical State Machines for Java Development With YAKINDU Statechart Tools,Have you ever looked at your code and realized that it is actually a state machine that you are trying t...
How I Fixed IntelliJ Build Problems After MacOS Update
How I Fixed IntelliJ Build Problems After MacOS Update, Backstory Feel free to skip this section if you don't care for a short story. There's a tl;dr; at the bottom. I came back to...
Keeping A Constructor Private
Keeping A Constructor Private,In terms of inheritance, When Class A has a private constructor, this private constructor is accessible only to those who have access to A’s private ...
Why you should avoid package-private scope in Java
Why you should avoid package-private scope in Java,Recently I was discussing in my project about package-private visibility modifier. 'Wait, what is package-private in Java?' It's ...
Kotlin – Generics & Type variance
Kotlin - Generics & Type variance, Kotlin (4 Part Series) 1 Kotlin Hipster = Spring Boot + Kotlin 2 Kotlin - Getting Started 3 Kotlin - Generics & Type variance 4 Microservices...
Tutorial: Deploying Java EE apps on Azure (Part 1)
Tutorial: Deploying Java EE apps on Azure (Part 1), JavaEE on Azure (3 Part Series) 1 Tutorial: Deploying Java EE apps on Azure (Part 1) 2 Tutorial: Deploying Java EE apps on Azure...
Java generics and the problems it solved.
Java generics and the problems it solved.,Prior to java 1.5, there was no way to specify types for objects when we need to use them in collections. Java is supposed to be a typed l...
Integration testing of APIs in Spring-Boot( Java) with Junit
Integration testing of APIs in Spring-Boot( Java) with Junit,This post was initially shared on my blog. Read the post testing in spring boot with JUnit for beginners Shipping our p...
20 Reasons to Move On from Java 8
20 Reasons to Move On from Java 8, 20 Lists for 2020 (7 Part Series) 1 20 Most-Recommended Books for Software Developers 2 20 Fantastically Bad Predictions Made About Computing and...