There were numerous moments when I couldn’t start a docker project or a node/nuxt/vue instance because on the WSL some ports were already opened by […]
Continue readingHow to switch… between versions
If we are talking about Node, we first must see what are the versions that are installed on the system. For this, we need to […]
Continue readingUse docker containers without Docker Desktop in WSL2 with Ubuntu
Are you ready to pay for using Docker Desktop? If you’re not, then let’s just remove it from our system… But first, let’s see if […]
Continue readingLaravel 9 – How to use same form for create and update data
In this tutorial we will learn how to reuse same form for creating and updating content.
Continue readingCodeIgniter 4 – Step 2: Installing CodeIgniter in Docker containers
In the previous article we’ve set up the infrastructure that will hold our CodeIgniter application. In this tutorial we are finally going to really install […]
Continue readingCodeIgniter 4 – Step 1…b?: Start development fast? Why kill yourself with Docker or XAMPP? Use Laragon!
Having in mind that what you code is going to enter into production, the best solution is indeed to use Docker containers. So, if you […]
Continue readingCodeIgniter 4 – Step 1: Let’s make ourselves some Docker containers
Hello, people. Long time, no tutorial… I was thinking the other day about this thing called docker containers, and after all this time I still […]
Continue readingAllow .htm, .html extensions in WordPress without redirect
I am in the process of making a new Wordpress website, starting from an existing WordPress which has a really long history, with a lot of plugins.
The problem I encountered was that the old website had pages that ended with “.htm”. Why would someone bother to have urls that ended with “.htm” extension is way beyond me, but considering that the client wanted to keep those urls the same (“for the moment”), and I didn’t want to add another plugin, I had to find a way to deal with those urls.
Continue readingPDO – flow for working with database
This are some of the methods when working with PDO.
Continue readingA new video tutorial about how to (properly) use session library in CodeIgniter
Hello, I came with a new video tutorial. This one is about how to properly configure the session library in CodeIgniter. Why this subject? Because, […]
Continue reading