Posts
Building an Angular Blog With Scully
March 17, 2020•2,986 words
NuxtJS and Gatsby allow you to make SSG-enabled blogs, but Angular doesn't have an equivalent... Until now. Let's build a blog with Scully!
Networking 101: A Basic Overview of Packets and OSI
March 11, 2020•2,312 words
You use networking every day - even to read this! Let's dive into explaining how we send data across a network and what the OSI model is.
How to Pick Tech Stacks For New Projects
March 2, 2020•2,061 words
I often get asked "How do you pick a tech stack for your projects?". The answer is: outline what questions you should be asking early on.
Debugging NodeJS Applications Using Chrome
January 21, 2020•3,130 words
Learn how to interactively debug your NodeJS applications using a GUI-based debugger built into Chrome.
Integrating Native Android Code in Unity
January 4, 2020•2,865 words
Have you ever wanted to run native Java and Kotlin code from your mobile game written in Unity? Well, you can! Let's see how.
Change the Host File of an Android Emulator
December 27, 2019•1,110 words
In order to test web applications with Android properly, you may need to edit the Android Emulator network host file. Here's how to do so.