Programming


Build A Hybrid App Using Cordova + Angular

Cordova is a cross-platform tool used to develop a Hybrid App. Hybrid apps using Cordova are web apps written using HTML, CSS, and any JavaScript framework/library. Cordova is responsible for…

programmingangularjavascript

How to Send Desktop Notifications with Python

No experience required!

pythonprogrammingpython-programming

Learn Classes by Making a Game in Python

pythongame-developmentprogramming

Build a Fast Food Order Taker in Python

Learn Python while making a program that takes your order!

pythonprogrammingtutorial

Typed Python For TypeScript Developers

A typed Python cheat sheet for TypeScript developers.

pythontypescriptpython-programming

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

Clone and run a React app with this detailed tutorial

githubprogrammingjavascript

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

proxyprogrammingjavascript

Improve Your End to End Tests with Cypress Intercept

Learn how to capture network calls for stubbing, assertions, and more.

cypresstestingjavascript