Posts
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.
Making a Slack Bot using NodeJS and MongoDB
February 18, 2020•4,966 words
Join us as we teach you how to create a Slack bot from scratch using their Node SDK and MongoDB for persistence
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.
Introduction to HTML, CSS, and JavaScript
December 16, 2019•1,543 words
Introduction to the underlying concepts of HTML, CSS, and JavaScript and how they work together.