Blog


Download Files in React Native with RNFetchBlob

Download Files in React Native with RNFetchBlob

A concise and easy-to-follow guide on downloading files in React Native apps.

React-nativeRnfetchblobDownload
How to Build a Contact Form in React that Sends Emails

How to Build a Contact Form in React that Sends Emails

ReactJavascriptEmailjs
Build a Flask CRUD Application with MVC Architecture

Build a Flask CRUD Application with MVC Architecture

How to implement a CRUD App with Flask Blueprint

FlaskCrudPython
Create a browser-agnostic PWA install button

Create a browser-agnostic PWA install button

The whole point of PWAs is that they work everywhere. So an install button should by definition be browser-agnostic. Here is how to build the perfect PWA install button.

JavaScriptProgressive Web AppProgramming
How to Clone an App from GitHub

How to Clone an App from GitHub

Clone and run a React app with this detailed tutorial

GithubProgrammingJavascript
A Guide to Asynchronous Array Iterator Functions

A Guide to Asynchronous Array Iterator Functions

For Map, Reduce, Filter, Every, and Some

JavascriptAsyncArray
Building An Old School Text-Based Game With Python

Building An Old School Text-Based Game With Python

They're not dead yet!

PythonGame Development
How to create a Rotation Animation in React Native

How to create a Rotation Animation in React Native

In this tutorial, I’ll show you how to create a button that rotates 720 degrees when it’s pressed. We will be using the React Native Animated animation system to create the rotation animation. First…

React NativeProgrammingJavaScript
Build Your Own Proxy Server from Scratch with Node.js

Build Your Own Proxy Server from Scratch with Node.js

ProxyProgrammingJavascript
How to Get the ID of the Clicked Element in the JavaScript Click Handler?

How to Get the ID of the Clicked Element in the JavaScript Click Handler?

JavascriptEvent handlingEvent delegation