Blog de programación, errores, soluciones

Welcome to blastcoding.com

This is my personal blog about programming, I hope you as a visitor enjoy it as I createing new content. The following are the principal categories in this blog.

Original content is in spanish so if you are searching and you not find it its probably in spanish you can turn to spanish clicking on the spanish flag

  • PHP
  • Laravel
  • Javascript
  • Mysql
Categories

Latest Posts

wordpress
WordPress block themes – Predefined styles

WordPress block themes have a series of predefined styles. These styles are added by default when creating the different sections of your theme in WordPress. While it might not seem important to know, it’s good to keep in mind that they exist outside of the graphical context we use (GUI – Graphical User Interface). Blocks […]

Read more..

A basic guide to Tmux

In this entry, I will create a basic guide to Tmux. The topics covered will include: What is Tmux? Why might it be useful for you? And its basic commands.

Read more..

frankenPHP
Standalone FrankenPHP Installation: A Step-by-Step Guide

This will be a small document about how to install the FrankenPHP server in standalone mode, a very good server for websites created in PHP, such as projects in Laravel, Symfony, and WordPress

Read more..

php logo
PHP – MySQLi Extension

This is one of many extensions that PHP has to communicate with databases. It is more than clear that this extension is for communicating with MySQL-type DBMS, and the ‘i’ in its name stands for ‘improved,’ meaning enhanced. Introduction In this post, we will see what the extension consists of, so we won’t see much […]

Read more..

php logo
PHP mysqli_sql_exception class

PHP mysqli_sql_exception is the class that manages exceptions within the mysqli extension. final class mysqli_sql_exception extends RuntimeException { /* Properties */ protected string $sqlstate = "00000"; /* Inherited properties */ protected string $message = ""; private string $string = ""; protected int $code; protected string $file = ""; protected int $line; private array $trace = […]

Read more..

Contact me
If you found an error or mistake on the content you can contact me on twitter | @luisg2249_luis