30 December, 2019
Having a structured way off organizing my apps has always been a struggle. I guess I had an intuition of separation of concerns, but at the…
19 December, 2019
In the previous posts we have talked about how apps are data that is presented in a consumable and meaningful way, and how data should be…
18 December, 2019
Last blog post I talked about how an application is just data that is displayed in a meaningful way and that often we can interact with that…
17 December, 2019
In an effort to write better code, I've been looking into Functional Programming in Javascript. Reader be warned, I'm, not talking about…
28 November, 2019
As I previously stated, refactoring is the art of changing existing -working- code, and make it better without altering its external…
25 November, 2019
looks like this, but with more bits and less ink The theme for the week, as decided with my fellow apprentice Preetham was on the topic of…
19 November, 2019
I'm building a todo list. Yes, might sound boring, since is the "hello world" of apps, but for me it has been an excellent learning…