-
Enterprise Java
NetBeans Java EE Tip #3: RESTful Web Services from Database
Many modern web applications are moving towards the use of stateless communications using HTTP. The REST (Representational State Transfer) architectural…
Read More » -
DevOps
Docker Installation Scripts – CLI, Machine, Compose, Version Manager
Docker Toolbox is cool! It is a single point download that gives you everything to get started with Docker. But…
Read More » -
Kotlin
Kotlin Month Post 1: Assorted Features
To open up Kotlin Month, we’ll look at a small assortment of Kotlin’s features that aren’t big enough to merit…
Read More » -
Software Development
At the end of the day, we are all (polyglot) programmers
Let’s forget for a few minutes our roles, our titles, our fancy LinkedIn profiles and our one-liner twitter tags. I…
Read More » -
Enterprise Java
Tutorial: Correct SLF4J logging usage and how to check it
SLF4J is a very popular logging facade but, like all libraries we use, there is a chance that we use…
Read More » -
Enterprise Java
AWS SQS and Spring JMS integration
Amazon WEB Services provide us with the SQS messaging service. The java sdk for sqs is compatible with JMS. Therefore…
Read More » -
Kotlin
A Very Peculiar, but Possibly Cunning Kotlin Language Feature
This has caught me by surprise. After studying the Kotlin language to learn about how to best leverage this interesting…
Read More » -
Core Java
(Ab)using Java 8 FunctionalInterfaces as Local Methods
If you’re programming in more advanced languages like Scala or Ceylon, or even JavaScript, “nested functions” or “local functions” are…
Read More » -
DevOps
Couchbase Docker Container
Couchbase Docker images are always at hub.docker.com/_/couchbase/. Complete instructions to run Couchbase Docker Container are available at docs.docker.com/engine/examples/couchbase/. Start Couchbase Docker Container How…
Read More »