11 June, 2021
Angular and React are two of the biggest Javascript Frameworks around. Since I recently learned how to pass properties from parent to child…
09 June, 2021
I found this blog post that I wrote... perhaps a year ago? I forgot a lot about Redux since I haven't used it since, so it was pretty cool…
03 May, 2021
Being a native "javascripter", I've always felt curiosity about the curly-brace-less language called Python. I never made the commitment to…
02 May, 2021
What is Data-Binding? The concept seems difficult, but in reality is quite straightforward. In Angular context, data-binding is the…
30 April, 2021
Have you never used Angular before? Good, me neither, well I'm joking... sort of. The thing is that I recently started learning Angular and…
23 January, 2021
Inheritance exists to make our lives easier. If we are modeling let's say, a person, there are some properties that we might want to…
09 January, 2021
In the last post, I wrote about objects in Object-Oriented Programming, and as I said in the last paragraph, now I'm going to show the app…