The PHPHub Blog

The PHPHub Blog

Welcome to the PHPHub blog! I'll be publishing articles related to PHP, but not only that! I'll cover topics like programming and other subjects (maybe a bit less related to PHP, but still within the tech world).

The posting schedule will probably be a bit slow, so thanks for your patience!

Why can JSON become a problem?

JSON is everywhere. I probably use it every day, whether to exchange data with an API, temporarily or permanently store information, configure an application, or transfer data between different servic...

Why Microservices do not solve every problem

For several years, microservices have often been presented as an almost miraculous solution to the problems of applications that become too large. The idea seems attractive: splitting a large applicat...

SQL is 50 years old: why it is still essential

In computer science, some tools disappear after a few years. Technologies change quickly, new languages appear, and new solutions sometimes replace older ones. And yet, SQL is still here! Created in t...

The most common PHP security mistakes

As you can probably guess, we like PHP on this site ^^ PHP is used by millions of websites and web applications. Vulnerabilities do not come from the language itself, but often from bad practices and ...

Why timeouts are essential

When an application communicates with another service, we often think about handling errors, but we sometimes forget an essential element: timeouts. This has already happened to me, at my own expense....

Building a website with AI vs WordPress

Little by little, artificial intelligence is becoming an increasingly important part of my daily work as a developer, but also of the everyday lives of a much wider audience. Until recently, anyone wh...

AI in web development

Like a vast majority of developers, I use artificial intelligence on a daily basis. It has become a habit. With tools like GitHub Copilot, Cursor, or Claude Code, we no longer just generate a few line...

Creating a REST API in PHP with Slim framework

Developing a REST API is a basic skill in backend development. In this article, we'll walk through how to build a simple REST API to manage articles, step by step, using Slim, a very popular PHP micro...

Overview of AI video generators

Creating a video from just an idea in your head was pure science fiction only a few years ago. Hardly anyone even imagined it. Today, thanks to advances in generative artificial intelligence, it's now...

A quick look at different AI tools  

The so-called prompt kings keep selling us dreams daily on LinkedIn. But behind all the hype, AI can actually be useful and make us more productive. We see it everywhere: in our apps, our work tools, ...

Integrating Mistral AI into a PHP project

Artificial intelligence is taking an increasingly important place in our daily lives as developers. Software makers are now embedding AI directly into their applications to add intelligence, enhance u...
Popular posts