-
Software Development
Amazon DynamoDB Tutorial – The ULTIMATE Guide (PDF Download)
EDITORIAL NOTE: Amazon DynamoDB is a fully managed proprietary NoSQL database services that is offered by Amazon.com as part of…
Read More » -
Android Core
Synchronize Android Things with Firebase: Control RGB LED remotely in real time
This article describes how to synchronize Android Things with Firebase so that we can control an RGB LED remotely in…
Read More » -
Software Development
See Results Fast: Why Python Isn’t Just for Beginners
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Core Java
Streams vs. Decorators
The Streams API was introduced in Java 8, together with lambda expressions, just a few years ago. I, as a disciplined…
Read More » -
Core Java
Experimenting with Java9 HTTP Client and Process API in JShell
This post continues my exploration of Java9 features from my My Top Java 9 Features blog post. Here we are…
Read More » -
Enterprise Java
Setting Up Cassandra Cluster in AWS
Apache Cassandra is a NoSQL database that allows for easy horizontal scaling, using the consistent hashing mechanism. Seven years ago…
Read More » -
Core Java
Java Command-Line Interfaces (Part 21): Airline 2
The focus of this twenty-first post in this series on parsing command-line arguments in Java is on the Airline 2…
Read More » -
Enterprise Java
JSON Processing 1.1: 100DaysOfJavaEE8
JSON Pointer Challenge Given the JSON document in the code snippet below, what is the result of using the JSON…
Read More » -
Enterprise Java
Differences between @RequestParam and @PathVariable annotations in Spring MVC?
The Spring MVC framework, one of the most popular frameworks for developing a web application in Java world also provides…
Read More »