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

HTML5 lazy loading

And finally, HTML5 lazy loading has arrived in all browsers. This will help you load images on your page lazily so they don't interfere with the page load, but you can also apply this lazy loading to iframes.

Read more..

What are APIs?

The term APIs refers to application programming interfaces, but what does this really mean? When we create an API, what we're actually doing is creating an interface so that other programmers can communicate with our application. Essentially, they can use our program. A simple example is Amazon, which has its own API for products so that affiliates can display them on their website. This is a RESTful API.

Read more..

How to receive data sent via the POST method in PHP

In PHP, $_POST is an array that stores data sent via the HTTP POST method, which can be sent in various ways.

Read more..

How to set NGINX with PHP on Windows

To have a local server that uses PHP on Windows, there are many options. Nginx is one of them, but we need to have some ideas on how to configure Nginx to use PHP.

Read more..

Data encryption in PHP

Today we will see how we can encrypt data in PHP, but first of all, we should take a look at what encryption is.

Read more..

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