-
On curiosity and discovery
In this blog post, I talk about my experience exploring GitHub and RxGo, and a walkthrough to my learning perspective driven from a position of curiosity. This blog post is intended for curious developers who might want to contribute to open source but are hesitant or intimidated by other skilled developers. Hopefully by the end…
-
Exploring machine learning
I have a friend of mine who began his exploration of machine learning in Python a few months back. Excited to help him out and curious as to where he is in his familiarity in statistics and algorithms (See mental model: the Forest), we hopped on a call and discussed a few things. As we…
-
Microservices
The past few months have been quite an exciting adventure for me in software development. I experienced new technologies at different levels of the tech stack. Application Development In application development, I learned Go. Although really fascinating, I struggled a bit with the tooling provided (gopls is still at version 0.5.2 as of right now).…
-
Phases of Learning and Prioritization in Software Development
What are mental models? Before diving into the phases of learning and prioritization in software development, it’s important to understand the concept of mental models. Mental models are frameworks or cognitive structures that help us process information, make decisions, and understand complex concepts. They shape our perception, thinking, and behavior, making them invaluable tools for…
-
Better Readability with Aliases for Typescript Module Imports
Lars Wächter has a great article on how to implement module aliases on Typescript, thus improving your code from looking something like this: Into something that can look like this: Fantastic! However, I encountered an issue when using the zeit/pkg packaging tool, which bundles your node js application into a single executable file. The problem…
-
RapidPass: 8 unusual lessons for building in open-source against Covid-19
Key highlight: Participating in open-source projects are a great way to connect with experienced software developers and architects, from whom you can learn a lot from by engaging them as a proactive and enthusiastic apprentice. Introduction The pandemic completely disrupted the Philippines in March 2020, as the lockdowns began and people frightened in their homes…
-
DotA 2 to Google Calendar
I’ve been playing a lot of DotA 2 lately! I’ve been learning how to play offlane, and am currently experimenting with Mars. A few months back, I wrote up a simple typescript project that hooks up my games fetched from OpenDota API and transfers them to my Google Calendar as calendar entries. What it looks…