Search Results for: Scala
-
Core Java
Concurrency best practices
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java
How to design Classes and Interfaces
This article is part of our Academy Course titled Advanced Java. This course is designed to help you make the…
Read More » -
Core Java
Java Concurrency Essentials Tutorial
Course Overview Concurrency is always a challenge for developers and writing concurrent programs can be extremely hard. There is a…
Read More » -
Software Development
Achieving Consistency in CQRS with Linear Event Store
In a recent project involving an event-sourced CQRS system, we decided to do some things that seem somewhat unusual compared…
Read More » -
Core Java
Chronicle Journal – Customizable Data Store
Overview The way to make any data structure or algorithm as fast as possible is for the code to do…
Read More » -
Software Development
Introduction to Event Sourcing and Command-Query Responsibility Segregation
The concepts of event sourcing (ES) and command-query responsibility segregation (CQRS) have been around for quite a while. They are…
Read More » -
Software Development
Building Cloud-powered Native Mobile Apps with Parse and Codename One
A couple of weeks ago I created a simple social network app as part of the Codename One webinar. This…
Read More » -
DevOps
Service Discovery: Zookeeper vs etcd vs Consul
The more services we have, the bigger the chance for a conflict to occur if we are using predefined ports.…
Read More » -
Enterprise Java
Learn Apache Camel – Indexing Tweets in Real-time
There’s a point in most software development projects when the application needs to start communicating with other applications or 3rd party components.…
Read More »