Blog
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
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
How to Get the ID of the Clicked Element in the JavaScript Click Handler?
JavascriptEvent handlingEvent delegation
How To Calculate The EMA Of A Stock With Python
PythonStockEma
7 Best Practices for React Native Applications
React Native Best Practices: Part 1
React-native
Frontend API calls with TypeScript and Axios
An opinionated method of supercharging frontend API call with TypeScript and Axios
TypescriptAxiosApi
Create a React App from Scratch in 2021
Become a better coder by learning what create-react-app is doing under the hood.
React
How to implement and use Swagger in Node.js
NodejsSwaggerApi
Hosting a Node.js app on Heroku in Less than 5 Minutes
NodejsHerokuJavascript