Posts
All the articles I've posted.
-
The elements of programming style: Program Structure
Chapter 4: Program Structure Most programs are too big to be comprehended as a single chunk. They must be divided into smaller pieces that can be conquered separately. That is the only way to write
-
Refactor or rewrite?
While I was reading The elements of programming style found the following quote: Don't patch bad code - rewrite it The element of programming style - Chapter 4 - Page 1 Its make me think about an
-
Dijkstra: The Humble programmer
Dijistra wrote some interesting things about the activity of programmer. In this opportunity I'm going to make some quotations and notes about the article: The humble programmer Rules "discovered" for
-
Coders at Work
Coders at work is a series of interviews made by Peter Seibel in 2009 where different programmers talk about their views about the technology, development, how they work as a programmer and the
-
Notes about: On the cruelty of really teaching computing science
Radical Novelty 1: "The programmer is the unique position that his is the only discipline and profession in which such a gigantic ratio, which totally baffles our imagination, has to be bridge by a
-
Django Jinja Isn't a thing
I was reading about Jinja and an article on Wikipedia caught my attention: Jinja (template engine) At the beginning I read: Jinja is similar to the Django So, Django Jinja and Jinja projects are
-
50projectsIn50days – Day 2: Progress Steps
The projects related to the progress step it is generated by an another script in JavaScript that change the class in the DOM. There are two event listeners in the script and there is a function that
-
Using Google Colab to work from with outside data
On stack overflow there is this question I've neve made to myself: How can I create a website using google colab [closed] I have my code written in colab. I want to convert this into a website where