tutorial

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

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