-
Core Java
Callback hell and Reactive patterns
One of the ways that I have better understood the usefulness of aReactive Streams based approach is how it simplifies…
Read More » -
Software Development
[MEGA DEAL] The 2019 Certified Data Scientist Architect Bundle (98%)
Certify Your Big Data Mastery & Kickstart a Future-Ready Career with 130 Hours of Training Hey fellow geeks, This week,…
Read More » -
Software Development
Time Series & Deep Learning (Part 2 of N): Data Preparation for Training and Evaluation of a LSTM
In the second post of this series we are going to learn how to prepare data for training and evaluation…
Read More » -
Enterprise Java
Role of Automation Testing in CI CD Pipeline
The industry widely adopted software development practices: Continuous Integration and Continuous Deployment ensure delivering the product well and delivering often.…
Read More » -
Enterprise Java
Defining a Resource
In Fielding’s dissertation a Resource is described as: “Any information that can be named” … “a document or image, a temporal…
Read More » -
Core Java
Reflection is the most important Java API
The other day I was wondering – which is the most important Java API. Which of the SE and EE…
Read More » -
Enterprise Java
Angular 8 + Spring Boot 2.2: Build a CRUD App Today!
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Core Java
Using Java 12 in Eclipse
1. Install JDK 12 Link: https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html 2. Install Eclipse 4.11 Link: https://download.eclipse.org/eclipse/downloads/drops4/R-4.11-201903070500 3. Install Eclipse Java 12 Support Start Eclipse…
Read More » -
Software Development
Local Microservices: Breaking up the Jigsaw
This is part two in a three part series looking at local microservices running in the same process. Part one…
Read More »