REDO: Intro to Machine Learning to use k-nearest neighbor 1920 1080 developerX

REDO: Intro to Machine Learning to use k-nearest neighbor

The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems. HOLD UP…… Let’s dive a little deeper. via GIPHY Breaking it down A supervised machine learning algorithm (as opposed to an unsupervised machine learning algorithm) is one that relies on a…

read more
Git Workflow in 25 minutes 1920 1080 developerX

Git Workflow in 25 minutes

Git flow is a big part of your daily tasks as a software engineer. Knowing how to manage tickets, when to make pull requests, how to let your team know what tickets you are working on, and how to effectively communicate with members on your team is crucial to developing enterprise level software. In this…

read more
An Introduction to Machine Learning 1920 1080 developerX

An Introduction to Machine Learning

I’ve made another blog post that I believe should give you a better introduction to machine learning. Please take a look atΒ REDO: Intro to Machine Learning to use K-nearest neighbor If you are following along with my blog then you know that I am giving a workshop at #DEVWEEK2019. My topic of choice is Javascript…

read more
I am speaking at #DEVWEEK2019 1500 1000 developerX

I am speaking at #DEVWEEK2019

OMG!!! I have been selected to give a workshop at #developerweek in the San Francisco Bay Area. This will be my first conference and if you know me, you’ll know that I am already preparing for the event. I am very excited to be giving this workshop on Javascript and Machine Learning. Stay tuned as…

read more
A round of applause πŸ‘πŸ‘πŸ‘ to all the graduates 1616 1080 developerX

A round of applause πŸ‘πŸ‘πŸ‘ to all the graduates

Over the last 7 months in San Francisco, I have had the pleasure with working with so many talented individuals. All of these students have gone above and beyond to get out of their comfort zones and learn something new. I wanted to take some time out to give them a round of applause for…

read more
Securing Nodejs Restful API’s with JSON Web Tokens 1920 1080 developerX

Securing Nodejs Restful API’s with JSON Web Tokens

In this tutorial, you will learn how to set up authentication and authorization. I will walk you through how to set up JWT (JSON WEB TOKENS) with a Node and express backend. Assumptions Know how to get started with a node server Install Express and integrated with your node server Create routes and middleware Estimated…

read more
Setting up routes using React Router Dom 1920 1080 developerX

Setting up routes using React Router Dom

In this video tutorial, I will be showing you how to set up React Router Dom with your React applications. I will walk you through step by step on how to install, setup, and declare your first route. This tutorial is aimed at beginners just getting started with React and React Router Dom Assumptions You…

read more
Implementing Redux with React from start to finish 1920 1080 developerX

Implementing Redux with React from start to finish

In this video tutorial, you will learn how to implement Redux into a React application. I will walk you through how to install, setup, and write your first actions and reducers. All while explaining how redux works in your react app. Assumptions You know what Redux is Have built React applications without using Redux Estimated…

read more
Launch a React application on Heroku using create react app in less then 5 minutes 1920 1080 developerX

Launch a React application on Heroku using create react app in less then 5 minutes

In this video tutorial, you will learn how to deploy your React applications that started with create-react-app on Heroku. Assumptions You already have installed create-react-app with npm you already have a Heroku account Estimated Time to Complete From start to finish this tutorial shouldn’t take you longer than 10 minutes.

read more