Posts
All the articles I've posted.
-
50projectsIn50days – Day 22: Drawing App
There is a toolbox in the middle of the screen, as a Paint emulator. Below the box you can see buttons related to the possibilities of change the color and the size of the draw up. The elements
-
50projectsIn50days – Day 21: Drag And Drop
An HTML with 6 boxes. In the first one you have an image which you can drag and drop using the mouse. The HTLM and CSS are simple. The only topic you may notice is that there are a number of functions
-
Understanding Distributed System - Communication
Part I - Communication Introduction Interprocess communication (IPC) is fundamental to distributed systems, enabling processes to exchange data over networks. This communication relies on agreed-upon
-
On Undertanding Programs - Dijkstra
In my life I have seen many programming courses that were essentially like the usual kind of driving lessons, in which one is taught how to handle a car instead of how to use a car to reach one's
-
Testing, Computers and society in Notes On Structured Programming
The computer scientist Dijkstra, has some strong opinions about tesing, the art of programming and the impact of the computer in the society. Let's take a second to read the opinion he wrote in Notes
-
Understanding Distributed Systems - Introduction
Chapter 1: Introduction In the realm of modern technology, the need for distributed systems has become increasingly apparent. But why invest time and resources in building such intricate
-
Distinctions Between AWS EC2 and ECS
Introduction Embarking on the cloud computing journey often involves deciphering the nuanced offerings of platforms like Amazon Web Services (AWS). In this exploration, we'll unravel the seemingly
-
FTP and SFTP - Running through a Container
Running an FTP server using docker is really easy. In fact, you can use it running the following image: atmoz/sftp - But, at the end we want to know what is and FTP and why is it worth to know a