Laytoun' thoughts!

Service registration & discovery with Spring Cloud Netflix - Eureka

Microservices architecture is not about building individual and isolated services, but instead it aims to make the interactions between services reliable and failure-tolerant. A microservice ecosystem may consist of a high number of services that need to know each other’s location. If we have multiple environments (Dev, QA, Prod

Getting started with Built-in NLP for Messenger Bots

Messenger team recently announced a bunch of exciting new features and tools to enrich the bot experience. But there is one cool feature that we will talk about in this post: The built-in NLP feature and Customizing NLP using Wit.ai. You can checkout the code on Github. Also, I'm

Practical introduction to Deep Learning using deeplearning4j

Deep What ?! Let's start by exploring what does the deep in deep learning indicate?! As you probably know, the human brain is a circuit structure, and that structure is really complicated. It is made up of an intricate circuit piled up in many layers. Hence, deep learning took the approach

jBPM RESTful API: getting started

JBPM is a flexible Business Process Management (BPM) Suite. It is lightweight, fully open-source and written in Java. It allows to model, execute, and monitor business processes throughout their life cycle. Recently I started prototyping the idea of using it as a solution to meet the workflow needs of a

An introduction to Spring Boot Actuator

Spring Boot ships with a module called actuator which enables things like metrics and statistics about your application. For example, we can collect logs, view metrics, perform thread dumps, show environment variables, understand garbage collection, and show what beans are configured in the BeanFactory. You can expose this information via

Laytoun' thoughts! © 2026