๐ผ๏ธ Laravel Views: A Beginnerโs Guide
Laravel is one of the most popular PHP frameworks, and one of the things that makes it great is how it separates logic (what your app does) from presentation (what…
Continue reading...
๐ Itโs here!
After months of writing and testing real-world code examples, Iโm excited to announce my new book โ API Development with Laravel: A Quick Start Guide ๐
This project-based book introduces you to Laravel, even if youโre completely new to it โ and shows you how to build a real Payment Processor API step by step.

Come Explore The World of Tech With Me.

Laravel is one of the most popular PHP frameworks, and one of the things that makes it great is how it separates logic (what your app does) from presentation (what…
Continue reading...Laravel Sanctum allows your application to issue API tokens for authentication. Each token can have a set of abilities, which act like permissions โ they define what that token is…
Continue reading...In this post, we'll be looking at FrankenPHP. A modern, high-performance PHP application server and runtime designed to serve PHP applications without relying on traditional web servers like Apache or…
Continue reading...TypeScript generics allow you to create reusable and flexible code by abstracting over types. It enables you to write code that can work with different types without explicitly specifying them.
Continue reading...Intro: The combination of TypeScript and the VS Code IDE is a match made in heaven. Compared to other IDEs and code editors, using VS Code to develop your TypeScript…
Continue reading...6 min TypeScript has gained and is still gaining an enormous following as a programming language. However, beginners sometimes find it difficult to set up their projects, such that appropriate…
Continue reading...