Posts By :

developerX

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

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

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…

read more

Git Workflow in 25 minutes

Git Workflow in 25 minutes 1920 1080 developerX

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…

read more

An Introduction to Machine Learning

An Introduction to Machine Learning 1920 1080 developerX

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…

read more

I am speaking at #DEVWEEK2019

I am speaking at #DEVWEEK2019 1500 1000 developerX

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…

read more

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

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

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…

read more

Securing Nodejs Restful API’s with JSON Web Tokens

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

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…

read more

Setting up routes using React Router Dom

Setting up routes using React Router Dom 1920 1080 developerX

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…

read more

Implementing Redux with React from start to finish

Implementing Redux with React from start to finish 1920 1080 developerX

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…

read more

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

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

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…

read more