-
Core Java
Java NIO Tutorial
1. Introduction Java NIO is a library introduced from Java 1.4. Java NIO has since its launch provided an alternative…
Read More » -
Software Development
Understanding What Customer-Centric Means for Today’s Programmers
Historically, software development centered around large, pre-configured milestones. A team would work on a new project leading up to release,…
Read More » -
DevOps
Prioritizing a Technical Roadmap Against a Product Roadmap
In software development, you’ll often hear the term “roadmap” thrown about. If discussed carelessly, it could appear as though there…
Read More » -
Agile
When OKRs Become MBOs and Accountability, Part 1
I have personal and professional goals. Sometimes, I state them as objectives: complete this book, learn that thing. Those are personal…
Read More » -
Core Java
Fixing the if smell
From time to time we might end up with some huge if statements in our codebase. Those statements have to…
Read More » -
Android Core
Build an SMS notification system with Android Things and Twilio
In this tutorial, we will cover how to build an SMS notification system with Android Things and Twilio. The main…
Read More » -
Core Java
Deferred Execution with Java’s Predicate
In the previous posts “Deferred Execution with Java’s Supplier” and “Deferred Execution with Java’s Consumer“, I looked at easily deferring…
Read More » -
Enterprise Java
Spring State Machine: what is it and do you need it?
State machine is a model of computation based on the finite states, as Wikipedia very obligingly says. Usually there are…
Read More » -
Enterprise Java
Model Serving: Stream Processing vs. RPC / REST with Java, gRPC, Apache Kafka, TensorFlow
Machine Learning / Deep Learning models can be used in different ways to do predictions. My preferred way is to…
Read More »