Build With Abdallah logo Build With Abdallah Software · AI · Automation
Journal

Tutorials & field notes.

Useful implementation notes, Laravel build logs, automation guides, and API patterns from real work.

Laravel 13 is Here: First-Party AI SDK, Vector Search, and PHP Attributes — What It Means for Production Apps
★ Featured
APIs 5 min read

Laravel 13 is Here: First-Party AI SDK, Vector Search, and PHP Attributes — What It Means for Production Apps

Laravel 13 shipped in March 2026 with a first-party AI SDK, native vector search, PHP 8.3 attributes, and queue routing. Here's what changed, why it matters, and how to use it without breaking existing code.

Read featured tutorial
Google I/O 2026: Key Developer Announcements and Updates
▸ Tutorial
Tutorial 5 min

Google I/O 2026: Key Developer Announcements and Updates

Google I/O 2026 introduced significant updates and tools for developers, including new capabilities for building full-stack apps within AI Studio, impacting how developers create and manage applications.

Jun 08, 2026
Building a Server-Side Rendered E-commerce Site with Next.js 16 and React 19
▸ Tutorial
Tutorial 7 min

Building a Server-Side Rendered E-commerce Site with Next.js 16 and React 19

In today's fastpaced digital world, delivering a fast and efficient user experience is crucial for ecommerce platforms. Serverside rendering (SSR) with Next.js provides a way to en

Jun 08, 2026
Automating Infrastructure Provisioning with Terraform and Azure DevOps
▸ Tutorial
Tutorial 7 min

Automating Infrastructure Provisioning with Terraform and Azure DevOps

Infrastructure as Code (IaC) is a crucial practice for modern software development teams. It allows us to manage and provision infrastructure through code, which can be versioned,

Jun 08, 2026
Mastering C++26's Enhanced Ranges with Visual Studio 2026
▸ Tutorial
Tutorial 2 min

Mastering C++26's Enhanced Ranges with Visual Studio 2026

C++26 introduces enhanced ranges, a feature that simplifies and optimizes the way we work with collections. With these enhancements, developers can write cleaner, more efficient co

Jun 08, 2026
Building a Full-Stack Application with Nuxt 3 and Vite
▸ Tutorial
Tutorial 6 min

Building a Full-Stack Application with Nuxt 3 and Vite

In this tutorial, we will build a fullstack application using Nuxt 3 and Vite. Nuxt 3 is a powerful framework for building serverside rendered Vue.js applications, while Vite is a

Jun 07, 2026
Build a Cross-Platform Desktop App with Laravel and NativePHP
▸ Tutorial
Tutorial 6 min

Build a Cross-Platform Desktop App with Laravel and NativePHP

In this tutorial, we will build a crossplatform desktop application using Laravel and NativePHP. Laravel is a popular PHP framework known for its elegant syntax and powerful featur

Jun 07, 2026
Building Scalable Microservices with Laravel 13 Octane
▸ Tutorial
Tutorial 3 min

Building Scalable Microservices with Laravel 13 Octane

Microservices architecture has become a popular choice for building scalable and resilient applications. Laravel 13 Octane is a highperformance package that supercharges your Larav

Jun 07, 2026
Building a RESTful API with Laravel 13 and Sanctum for Authentication
▸ Tutorial
Tutorial 7 min

Building a RESTful API with Laravel 13 and Sanctum for Authentication

In this tutorial, we will walk through the process of building a RESTful API using Laravel 13, a popular PHP framework. We will also implement authentication using Laravel Sanctum,

Jun 07, 2026
Getting Started with Pydantic for Data Validation in Python 2026
▸ Tutorial
Tutorial 7 min

Getting Started with Pydantic for Data Validation in Python 2026

Pydantic is a data validation and settings management library for Python, known for its ease of use and efficiency. With Python's ongoing evolution, data validation has become more

Jun 07, 2026