Zeroes and Ones

  • Home
  • |
  • Blog

This is my learning blog

51 Posts

  1. Angular vs. React: Displaying Customized Components

    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…

  2. Explain me Redux like I’m Five

    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…

  3. Parsing a file with Python

    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…

  4. Data Binding in Angular

    02 May, 2021

    What is Data-Binding? The concept seems difficult, but in reality is quite straightforward. In Angular context, data-binding is the…

  5. Getting started with Angular

    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…

  6. Object-Oriented Programming 101. Prototypes

    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…

  7. Object-Oriented Programming 101. Building an OOP Stopwatch

    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…

← Previous Page12345678Next Page →

Developed by Cristobal Heiss