Posts
All the articles I've posted.
-
What is DOM? Why is it important to understand it?
The DOM tree is a crucial concept that needs to be understood and managed in order to make changes to a website. It allows for the application of styles to HTML elements and the addition of
-
A short introduction to the art of programming
Edsger W. Dijkstra - A short introduction to the art of programming Link: E.W.Dijkstra Archive: A Short Introduction to the Art of Programming (EWD 316) 1. Preface For those readers who identify the
-
Border Radius in CSS
One of the simples project I've found on the internet is change some characteristics of attributes in CSS using a kind of input in a web page. It's a simple project, but always fun. This kind of
-
Python Django Dev To Deployment
After finishing the Udemy Course Python Django Dev to Deployment I would like to list the things I've learned during the process and the things I understand that I need to continue learning, or even,
-
Career management during our professional life
I’m not a veteran in the field. I’m in the middle of my thirties. But I found that there are some qualities I really appreciated when it appeared in the leaders and mentors I had. I would like to
-
The element of programming style
When the book saw the lights, programming wasn't as important as today. But, some of the ideas around the style of writing are a worth to notice and to know it. For that reason reading the book
-
The elements of programming style: Common Blunders
Chapter 6: Common Blunders A major concern of programming is making sure that a program can defend against bad data. But even with correct data, there is no guarantee that a program will work. In this
-
The elements of programming style: Control Structure
Chapter 3: Control Structure A computer program is shaped by its data representation and the statements that determine its flow of control. These define the structure of a program. There is no sharp