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 moreGit 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 moreI’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 moreIn 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 moreIn 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 moreIn 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 moreIn 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