-
Software Development
Function IoC for First Class Procedure
This is the second article of two to introduce the term I’m suggesting of “first class procedure”. The first article provided…
Read More » -
Software Development
OO Functional Imperative Reactive weaved together with First Class Procedures
This is first of a two part article to discuss the “First Class Procedure”, a term I’m using to best…
Read More » -
Software Development
The Positive Side-Effects of Blockchain
Blockchain is a relatively niche technology at the moment, and even thought there’s a lot of hype, its applicability is…
Read More » -
DevOps
Running PostgreSQL in a Cloud on Oracle Containers Engine for Kubernetes
In this post I am going to show a few steps to deploy and run PostgreSQL database in a K8S…
Read More » -
Enterprise Java
Maven Dependency Scopes
Introduction: Managing dependencies is a core feature of Maven. When defining a maven dependency, the scope attribute defines the visibility…
Read More » -
Android Core
Why Developers Can’t Afford To Ignore Edge-Case Scenarios In Android App Development
Whether at the minimum or maximum level, app development companies need to worry about edge-case scenarios and never try to…
Read More » -
Enterprise Java
Spring Boot Error – Error creating a bean with name ‘dataSource’ defined in class path resource DataSourceAutoConfiguration
Hello guys, If you are using Spring Boot and getting errors like “Cannot determine embedded database driver class for database…
Read More » -
Enterprise Java
Perils of opinionated frameworks, like Spring Boot. Inverting for opinionated code
We developers like abstraction. Without it, we could not build applications. Our programming disciplines even require that we code to…
Read More » -
Software Development
Microservices for Java Developers: Continuous Integration and Continuous Delivery
1. Introduction If we look back at the number of challenges associated with the microservice architecture, ensuring that every single…
Read More »