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.