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

Deploying a Go web application on Apache

To deploy a Go web application on Apache, we need to understand how the Go language runs a web app. Go uses the net/http package (standard library) for this, which provides implementations for both HTTP clients and HTTP servers.

Read more..

Go Modules

In this section, we will look at Go modules. It's been a while since GOPATH started being replaced by this new way of managing the dependencies that make up our project. GOPATH is still usable but is becoming obsolete.

Read more..

CSRF protection in PHP

Protection against CSRF in PHP must be one of the priorities on your website.Functionality:Generally, this is done with a session and a randomly created token. This token will be passed with our form and then compared with the session token. If the session token is different, nothing sent by the form will be processed.

Read more..

Integrating C libraries into the Go language on Windows

Today, we will see how we can integrate C libraries into the Go language when using the Windows operating system.

Read more..

Frequently Used Predefined Environment Variables in Go

Go has some predefined environment variables that are frequently used and should be taken into account, as they will be useful in our projects. For example, GOOS will give us the operating system we are on.

Read more..

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