15 December, 2023
Hey, I haven't written anything here in a long while, as well as my Github being completely inactive this year. Does it mean I'm not coding…
07 April, 2022
Sometimes we need to operate on data of arbitrary size, meaning, we are not quite sure the number of elements we are dealing with (think for…
21 March, 2022
For this week on the How to Code Simple Data course I learned about compound data, which is some way to group information that belongs…
20 March, 2022
In the last blog post we talked about how to design data, which in short is thinking about the data that our program will use, how we are…
12 December, 2021
As Gregor Kiczales says “Design is the process of going from a poorly formed problem to a well structured solution.” An important part of…
05 December, 2021
So in the last post we learned about the BSL language, how it works, and how it executes our code (Racket evaluates the expression by…
03 December, 2021
I recently started the course "How to Code: Simple Data" Introduction to Systematic Program Design By Gregor Kiczales on Coursera. The idea…