Coding conventions, documentation practices and nomenclature styles are commonly subject of strong...
Introduction Most of the time, basic arithmetic is pretty simple and intuitive. Even...
Introduction This post is divided into two main parts. In the first one, I'm going to...
Cover photo by Jess from Pexels 2020 - Starting a blog It's been more than two years...
There are several options out there for generating pixel art from images. However, none has all the...
When designing our programs, we make use of abstraction while also providing it. In this post I want...
JavaScript's popularity At the time of writing this post (Jun 2022), JavaScript is #3 in...
Milua is a micro framework to build web applications in pure Lua inspired by technologies like Flask, that aims to be easy to use and fast to develop
Introduction Well, this is my third submission for this hackathon. I guess Automatic...
Overview of My Submission My second submission consists on a tool designed for languages...
Overview of My Submission This submission consists on a CLI application to search for a...
Talking about Questions And Answers in software development is talking about stackoverflow.com (SO...
Using the console, you have to cd your way through all your directories, which thanks to...
In the previous post we saw some theory behind Markov chains. In this one we're going to define the...
I've always found generative AI one of the most interesting branches in Computer Science. As in any...
Functions are more than just a way to avoid repetition in your code. The powerful concepts of...
Defining the structures that represent the information of your program should be one of the first...
The more complex a program is, the more parameters it tends to accept in order to tune it's behavior....
Hay dos tipos de personas con una dificultad común a la hora de empezar a usar Python: las que aprend...
At the moment I'm writing, I have no work experience, so my only way to practically learn about softw...
The first thing that comes to most people's minds when they think of software development is programm...
Antes de nada, quiero dejar claro que en adelante usaré lenguaje de programación declarativa para re...
Las expresiones regulares suelen ser difíciles de entender y aún más de escribir. Probablemente uno d...
A level editor is something that I've wanted to do for a long time in SFML, but has always been delay...
Hello, DEV community. I'd like to know your opinion on users that publish in two different languages,...
Background For me, contributing on Stack Overflow was a big step out of the comfort zone....
Web crawling or web scraping is the automation of the access to one or more websites, in order to ext...
First of all, if you don't know what pythonic means, see this question. I love clean code as much...
It's a common thing to see programming students staring silently at their code editor, with a blank l...
For the last months, I've been writing this series on the development of JTASCHE (Java Text Adventure...