Laytoun' thoughts!

Spring Boot: Excel, Csv and Pdf view example

Nowadays, exporting data into different format (Csv, Excel, Pdf ...) is a very general requirement in the most of any project. In this article, we demonstrate how to create an Excel, PDF and CSV views using Spring Boot. When configured properly, a Spring’s view resolver can generate the requested document

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

Switching between Java Versions on Ubuntu linux

If you're using Ubuntu Linux on your daily basis work, you've probably Java installed on your machine. Personally I prefer using Wepupd8 PPA to manage JAVA installation, it makes my life a lot more easier especially for updates. The Wepupd8 team didn’t add any binary for Oracle JAVA installation

SOCKET PROGRAMMING – JAVA SWING & ANDROID

Warning: The content of this article is obsolete and no longer maintained! This client server chat application is based on java swing and Android and used socket package. its simple and easy and require only core java knowledge. I have taken some codes of this application from Internet and modified

Laytoun' thoughts! © 2026