Stay Tuned

Want to become a Next.js pro?
The best articles, links and news related to web development delivered once a week to your inbox.

Latest Articles

A few handcrafted articles about my thoughts and experiments.

Introduction to OOP in PHP
PHP Programmingoopweb developmentbackend development
Introduction to Object-Oriented Programming (OOP) in PHP
Embark on a journey through Object-Oriented Programming (OOP) in PHP, exploring the core concepts, syntax, and practical implementations of OOP to elevate your PHP development skills and build scalable, maintainable applications.
Published on
Introduction to PHP Programming
PHP Programmingprogrammingweb developmentbeginner's guide
Introduction to PHP Programming: A Beginner's Guide
Embark on the journey of exploring PHP programming with this introductory guide, covering the foundational concepts, syntax, and practical usage of PHP in web development. Learn about variables, operators, control structures, and building a simple web application with this beginner-friendly language.
Published on
Functions in PHP
PHP Programmingweb developmentfunctionscoding
Functions in PHP: Building Reusable Code
Explore the realm of functions in PHP and understand how they pave the way for reusable and modular code. This guide introduces the creation, utilization, and best practices of functions in PHP, ensuring that your codebase remains clean, efficient, and DRY (Don't Repeat Yourself).
Published on
PHP Operators and Expressions
PHP Programmingweb developmentserver-side scripting
PHP Operators and Expressions
Dive into the world of PHP operators and expressions, exploring the versatility and flexibility they offer in crafting logical and computational functionality in PHP scripts. Learn about the various operators available in PHP, their usage, and how to effectively implement them in various scenarios to enhance the logical flow and data manipulation capabilities of your PHP applications.
Published on
PHP Performance Optimization illustration
PHP Programmingweb developmentperformance optimization
PHP Performance Optimization Tips
Explore practical tips and strategies to optimize the performance of your PHP applications. Dive into various techniques, from leveraging caching mechanisms, optimizing database queries, to employing best coding practices, ensuring that your PHP applications are not only functionally rich but also performance-efficient.
Published on
Super Global Variables and Form Handling in PHP
PHP Programmingweb developmentform handling
Super Global Variables and Form Handling in PHP
Dive into the exploration of super global variables in PHP, which provide a convenient way to access data from various sources such as form inputs. Learn how PHP handles form data, enabling developers to create interactive and dynamic web applications by retrieving, processing, and utilizing user input seamlessly.
Published on
PHP Web Development
PHP Programmingweb developmenthtmlforms
PHP Web Development: Introduction to HTML and Forms
Dive into the world of PHP web development by understanding the integration of HTML and managing forms. Explore the crucial aspects of creating dynamic web pages, handling user inputs safely, and implementing basic web functionalities using PHP.
Published on
Working with Files and Directories in PHP
PHP Programmingweb developmentfile handling
Working with Files and Directories in PHP
Dive into the intricate processes of handling files and directories in PHP. Explore the fundamental operations like reading, writing, and modifying files, as well as manipulating directories, which enable PHP developers to manage data storage and retrieval effectively in web development.
Published on
Variables and Data Types in PHP
PHP Programmingweb developmentvariablesdata types
Variables and Data Types in PHP
Dive into the fundamental concepts of PHP programming by exploring variables and data types. Understand how to declare, initialize, and use variables while learning about the different data types supported by PHP, and how they aid in developing dynamic web applications.
Published on