Programming
Building and Publishing a Docker Image to Amazon ECR using Bitbucket Pipelines
How to build a container and push it to a container registry, all from within Bitbucket Pipelines.
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…
How to Send Desktop Notifications with Python
No experience required!
Learn Classes by Making a Game in Python
Build a Fast Food Order Taker in Python
Learn Python while making a program that takes your order!
Typed Python For TypeScript Developers
A typed Python cheat sheet for TypeScript developers.
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.
How to Clone an App from GitHub
Clone and run a React app with this detailed tutorial
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…