robotics Leveraging the SR04 sonar module with a Raspberry Pi In this blog post, we will explore how to use the SR04 module with a Raspberry Pi.
robotics Controlling an MG995 servo with a Pi In this tutorial, we will explore how to connect a Raspberry Pi with an MG995 servo motor.
react Deploying React in Production Mode with NGINX A quick how-to guide on deploying a react application in production mode with the NGINX proxy.
robotics 2D Rotorcopter Mechanics and PID Control with Unity Simulating 2-dimensional flight and learning about PID control loops with help from the Unity Engine.
GCP Under the Hood with GCP’s App Engine A deeper look at how to configure the App Engine and how to decipher the costs
python Setting up a GCP Pub/Sub Integration with Python Stream data to and from GCP's Pub/Sub with Python.
GCP Deploy a Node.js Application With App Engine in 10 Minutes! A walkthrough of deploying a simple node.js application on Google Cloud Platform's App Engine.
ghost Setup a Free Self-hosted Blog in Under 15 Minutes! A walkthrough of deploying your very own Ghost blog using Google Cloud Platform’s Compute Engine for free.
GCP What The Heck Are These Cloud Storage Buckets?! Understanding auto-generated GCS buckets, charge origins, and how to remove them.
GCP Don't Miss Out on Pub/Sub A high-level overview of the Pub/Sub pattern and why you should be incorporating it into your projects.
GCP Batching Jobs in GCP using the Cloud Scheduler and Functions A walkthrough of how serverless batch jobs can be set up in the GCP platform using the Cloud Scheduler, Pub/Sub, and Cloud Functions.
certbot Setting up HTTPS for your blog or web application with certbot Step by step guide for setting up SSL for your blog (Ghost) or web app using certbot and serving certificates using NGINX proxy.
tensorflow TensorFlow + Docker MNIST Classifier - The User Interface (Angular) Angular + Docker front end implementation to utilize the TensorFlow generated MNIST classification models.
tensorflow TensorFlow + Docker MNIST Classifier - Serving Models Setting up Google's TensorFlow serving application and hosting multiple models.
tensorflow TensorFlow + Docker MNIST Classifier - The Models TensorFlow neural network implementation and training for classifying MNIST hand written images.
tensorflow TensorFlow + Docker MNIST Classifier - Introduction Project to deploy TensorFlow digit classifier models using docker and integrating them with an Angular front end.