Creating your first Docker container

Tutorial to learn how to create a Docker container. We will see how to run a web server in a container.
Repo Trends: Explore and analyze trends within a GitHub repository

Repo Trends is a website designed to view and analyze the progress of issues and pull requests within a GitHub repository.
GitHub’s Copilot: A Service That’s Anything But Profitable for Microsoft

GitHub's AI-based code assistant, Copilot, seems to be costing Microsoft money. According to The Wall Street Journal, Microsoft is reportedly losing an average of $20 per Copilot user each month.
Handy PHP Tips and Tricks: Operators and functions to know

Useful PHP Tips and Tricks: Must-Know Operators and Functions. Yield, Concise code, and Array functions.
2D Animation Software wrote in Javascript

Today we present a massive project written in pure Javascript at 95% and 3% in NodeJS that goes beyond the result of a simple tutorial for beginners. And who tries to push the frontier of the fi...
How to Generate AI Anime Image

Anime has captured the hearts of people all over the world with its unique art style and captivating storytelling. The vibrant colors, expressive characters, and intricate details make anime a visual ...
Lua cheatsheet

Lua is a lightweight, fast, and versatile scripting language known for its simplicity and extensibility, making it popular for embedding in applications and game development.
FrankenPHP: The Modern Php App Server, written in Go

Are you tired of juggling multiple PHP frameworks for different projects? Is FrankenPHP the ultimate framework?
Using Traits in PHP

What PHP Traits are and how to use them.
Cli-GPT: command line tool that uses GPT to translate text into executable commands

cli-gpt is a command line tool that uses the capabilities of the GPT language model to convert natural language text into executable commands. By using cli-gpt, you can interact with your computer usi...
Installing Docker on Linux

Welcome to the first article in a series about Docker. I recently discovered Docker, and I’m already impressed. I was fortunate enough to attend a Docker training as part of my job. To start, le...
Loz: ChatGPT in your prompt

Loz is a command-line interface tool that leverages the power of ChatGPT, enabling seamless integration of Unix pipes with other Unix tools.
GLAZE: Safeguarding Artists against Style Replication by Text-to-Image Models

Scientists at the University of Chicago have developed a tool capable of deceiving artificial intelligences such as DALL E, MidJourney, and Stable Diffusion, which mimic the artistic style of various ...
When QR Codes turn into works of art through AI.

Images generated by Stable Diffusion that have the unique feature of being functional Artistic QR codes.
PHP 8.3: new features and release date

PHP 8.3 will be released on November 23, 2023; It's coming, let's see what's new together.
JSON Patch

Short introduction to the JSON Patch format, useful for your REST APIs.
Recursive SQL with CTE (common table expressions)

Recursive CTEs are powerful auxiliary statements that allow for traversing hierarchical or tree-structured data.
Introduction to JSON Merge Patch

JSON Merge Patch is a data format that allows describing modifications to be made to a JSON document.