-
The 4 HOFs every JavaScript developer should know
Write cleaner and more expressive code, while applying functional programming, a beginner to intermediate tutorial.
-
Move complex logic out of components using Redux
Extract the logic out of a React component and write more scalable and reusable React code.
-
A simple Express.js API
Set up in 10 minutes a simple API using the Express.js framework.
-
Containerizing a React App
Walk through the process of deploying a React application in a Docker container using the NGINX base image
-
Implement & deploy a React app with routes
Learn how to implement from scratch a React app with routes and deploy it on an Apache server.
-
Handling datasets with highly imbalanced classes
How can we develop a robust credit card fraud detection system in the presence of a highly imbalanced dataset, where legitimate transactions significantly outweigh fraudulent ones?
-
Build a Typescript React app and budle it with webpack.
Start from scratch and build a basic front end infrastructure that can be deployed anywhere.