by sakhan | Jan 5, 2023 | Blog
The Practical Ways to Improve CI/CD Processes Continuous improvement is the mantra of DevOps. And, as with many mantras, continuous improvement is easy to talk about but harder to put into practice. It takes work to translate the concept into changes on the ground....
by sakhan | Dec 27, 2022 | Blog
The LAMP (Linux, Apache, MySQL and PHP) stack is one of the approaches to building dynamic websites. A LAMP stack uses mature and reliable opensource software as building blocks and has been the cornerstone for a variety of projects including WordPress, Facebook, and...
by sakhan | Dec 6, 2022 | Blog
Java is one of the most famous strongly typed programming languages, and one of its most remarkable characteristics are its many primitive data types. This means there often needs to be clarity about which data type conversion to use in Java. There is also a prevalent...
by sakhan | Nov 24, 2022 | Blog
When you start working in an organization, you realize that a principal goal will be to keep costs low and make applications not only easier to deploy but easier to manage. Docker and Kubernetes are the leaders on this matter, It’s not only because they’re popular,...