How to Attach a CloudWatch Alarm to a Lambda Function

How to Attach a CloudWatch Alarm to a Lambda Function

In this post, we’ll learn how to attach a CloudWatch alarm to a Lambda function in two ways: through the AWS console and using the Serverless framework. As always, if you prefer to watch a video you can view it here. Example Lambda For reference, we are going to use the following lambda function: The […]

How To Trigger A Lambda On A Timer Via AWS Console & Serverless Framework

How To Trigger A Lambda On A Timer Via AWS Console & Serverless Framework

In this post, we will learn how to trigger a Lambda function on a timer. We will learn two different methods of achieving this. The first method is using the AWS console and the second method is using the Serverless framework. If you prefer to watch a video I have this tutorial recorded and available […]

Data Structures And Algorithms YouTube Series

Data Structures And Algorithms YouTube Series

Long time no blog post! I took a break for a while to focus on my personal life (something that is super important and should not be neglected) and career, but I recently started creating a Data Structures and Algorithms series on YouTube. This series will cover all topics that would be taught at a […]

How to Create a Network and Simulation in SUMO Using OpenStreetMap

How to Create a Network and Simulation in SUMO Using OpenStreetMap

I have uploaded another video on YouTube. This video will teach you how to take a map from OpenStreetMap and turn in into a SUMO simulation (which then can be used in our VANET simulations). You can view the video here: Link on OpenStreetMap (downtown orlando): https://www.openstreetmap.org/export#map=17/28.54222/-81.37243 NetConvert Command: Please refer to How To Create […]

Introduction to Git and GitHub

Introduction to Git and GitHub

A couple of days ago I uploaded a video on YouTube that gives and introduction to Git and GitHub. In this video, you will learn the basics of Git (init, add, commit, branch) and you will learn how to collaborate on GitHub (pull requests and merging). You can watch the video here: I also am […]

Object-Oriented Programming Using Java (Video)

Object-Oriented Programming Using Java (Video)

I have uploaded a new video on YouTube. I haven’t had the time to do a write up for this video. So for the time being you can watch the tutorial here. This will do a quick overview of object-oriented programming, you will learn about the principles of OOP (abstraction, encapsulation, inheritance, and polymorphism) and […]

How To Create a Network and Simulation in SUMO

How To Create a Network and Simulation in SUMO

In this post, you will learn about SUMO networks, how to create a SUMO network (by hand and using NETGENERATE), and how to create a simulation in SUMO. As always, if you prefer to watch a video you can see the walkthrough of this tutorial on my YouTube channel here. What is a SUMO Network? […]

The JSON Basics

The JSON Basics

In this post, we will learn about the basics of JSON. We will review what JSON is and its advantages. We will also review the syntax and see a comparison of it to XML. As always if you prefer to watch a video I have this tutorial recorded and available here. What is JSON? JSON […]

Getting started with OMNET++, INET, and Veins

Getting started with OMNET++, INET, and Veins

In this post, we are going to learn how to get started using OMNET++, INET, and Veins. We will learn how to set up our OMNET++ environment, create our own workspace, and learn how to run INET and VEINs. As always you can watch my video here, that goes over everything this post has. In […]

Introduction to VANETs

Introduction to VANETs

This post will give you a short introduction to VANETs (vehicular ad-hoc networks). You will learn what are VANETs, VANET architecture, potential applications, and research needs. As always if you prefer to watch a video I have a presentation (about 3.5 minutes) that is available here. What are VANETs? So what are VANETs? VANET stands […]