BLOG

Latest Articles

How to use Java Lambda Expressions? [SOLVED]

Lambda expressions are a powerful feature introduced in Java 8 that allows you to write more concise and expressive code. A lambda expression is essentially

By bashiralam · 9 min read · JAVA

Laravel Pennant [In-Depth Tutorial]

Laravel Pennant is a PHP framework designed to help developers quickly build web applications. It is built on top of the popular Laravel framework and

By stevealila · 11 min read · Laravel

How to setup Laravel in Docker? [2 Methods]

It would help to know Laravel, Docker, and Linux basics.- In this article, we will explore how to setup Laravel in Docker using two different methods:

By stevealila · 12 min read · Laravel

Laravel Breeze [In-Depth Tutorial]

Laravel Breeze is a lightweight and minimalist authentication system that comes pre-installed with Laravel 8. Its purpose is to simplify the process of adding

By stevealila · 6 min read · Laravel