Search Results for: Scala
-
Software Development
The DSL Jungle
DSLs are a common thing in the programming world nowadays. Many frameworks and tools decide to build a DSL for…
Read More » -
Enterprise Java
Beginner’s Guide to Hazelcast Part 3
This is a continuation of a series of posts on how to use Hazelcast from a beginner’s point of view. …
Read More » -
Scala
Akka Notes – ActorSystem (Configuration and Scheduling) – 4
As we saw from our previous posts, we could create an Actor using the actorOf method of the ActorSystem. There’s…
Read More » -
Software Development
Microservices
A microservice is a small, focussed piece of software that can be developed, deployed and upgraded independently. Commonly, it exposes it…
Read More » -
Enterprise Java
Beginner’s Guide to Hazelcast Part 2
This article continues the series that I have started featuring Hazelcast, a distributed, in-memory database. If one has not read…
Read More » -
Scala
Akka Notes – Actor Messaging – Request and Response – 3
Last time when we saw Actor messaging, we saw how fire-n-forget messages are sent (Meaning, we just send a message…
Read More » -
Enterprise Java
Akka Notes – Actor Logging and Testing
In the first two parts (one, two), we briefly talked about Actors and how messaging works. In this part, let’s…
Read More » -
Software Development
Test-Driven Development (TDD)
What is Test-Driven Development (TDD)? Test-Driven Development is a process that relies on the repetition of very short development cycle.…
Read More » -
Enterprise Java
Apache Camel for Microservice Architectures
I’ve been using microservice architectures before I knew they were called so. I used to work with pipeline applications made…
Read More »