About ugly code
If you write ugly code, anyone who intends to fix a bug or add a feature will not enjoy his work and likely avoid it next time. Bram Moolenaar Vim’s creator
If you write ugly code, anyone who intends to fix a bug or add a feature will not enjoy his work and likely avoid it next time. Bram Moolenaar Vim’s creator
One of the recurring conversations in gatherings over a beer is the current trend, by many “developers”, of not really programming to client needs but simply using modules/components/plugins/… …
Theme My Login is a plugin that allows us to adapt all elements related to: Registration, Login, … of a WordPress site to our needs. Inside the plugin folder, we find the templates in the “templates” …
In the folder where we want to start the project: cd /var/www/my-new-project composer create-project laravel/laravel ./ --prefer-dist
If we need to create a signature capture and processing system in HTML, we can use the library: signature-pad, a good alternative for creating web apps that require signature digitization, using canvas.
In the following article: In the following article, we can see several ways to interact from PHP with node.js, using websockets. The example uses nginx, which is something to appreciate, as it’s the web server I …
EAN13 codes are composed of 13 digits, where the last one is a check digit.
When developing games for mobile devices, we have multiple cross-platform alternatives:
Everyone has their preferences when it comes to editing code. For example, for PHP I use Netbeans, for html Textmate, …
I have always used pen and paper to take notes, transforming my backpack into a collection of notebooks and notepads of all sizes and colors. This was so until I found several applications, for the iPad, that allowed …
Interesting article on how telecommunications companies must face new wireless ways of connecting to the Internet.