Laytoun' thoughts!

Docker Monitoring with the ELK Stack

Docker is growing by leaps and bounds, and along with it its ecosystem. Being light, the predominant container deployment involves running just a single app or service inside each container. Most software products and services are made up of at least several such apps/services. We all want all our

15 Docker Hacks & Tips!

Docker is one of the amazing tools I like the most. It's by far the sparkling unicorn of containerization happening in the world of software development and the amazing tool that simplified the configuration of our projects tenfold. In this post I'll share with you some cool docker hacks and

Spring Boot token authentication using JWT

Last week, I had a discussion with my team colleagues regarding securing Rest services and the way to handle users Authentication/Authorization. First thing that jumped to our discussion was sending basic HTTP auth headers (username/password) for every request, but that would require to keep those credentials in memory

Angular 1 to Angular 2: 7 key comparisons

I started a project recently using Angular 2, and while using it, I found myself each time comparing it with Angular 1 and the new things we can do with this new tool. However there are still some similarity between them. Today we'll explore 7 key comparisons between Angular 1

15 must know web Dev tools tricks

This is a small article about some cool dev tools and console tricks. Most of you are probably familiar with many of this features, but I hope that you just explore one or two little nuggets from this post. DOM change breakpoint DOM Breakpoints are useful to break on DOM

Laytoun' thoughts! © 2026