Coding

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

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

Which Programmer To Hire

Which Programmer To Hire 1366 768 developerX

Which programmer do you hire: the one who programs a messy program in three hours or the other who does a well-structured program in twelve? Time to complete means nothing,…

read more

Go Code Colorado

Go Code Colorado 1366 768 developerX

Go Code Colorado, a competition run by the Colorado Secretary of State’s office, challenges multidisciplinary teams of 2+ to turn public data into useful business insights, tools, or apps. Not…

read more

What it takes to create an application in 2018

What it takes to create an application in 2018 1366 768 developerX

We have recently increased our marketing efforts and have received a lot of requests to define what it takes to build an application (mobile or web). In this guide, we…

read more