Blog
Create a Ping Pong Game Using JavaScript
Learn how to make a ping pong game with JavaScript and HTML
JavaScriptWeb DevelopmentGame Development
How to Create a Virtual Private Network (VPN)
How I explored the mechanics of online safety while sharpening Cloud skills
Cloud computingVpnVirtual private network
10 Killer APIs for Your Next Python Project
A collection of useful public APIs you can use in your Python project
Python3ProgrammingCoding
Build a landing page for your SaaS app using React, Chakra UI and Typescript
Landing PageSaaSReact
Extracting Specific Keys/Values From A Messed-Up JSON File (Python)
What to do when a messy JSON file gives you a massive headache
PythonJSON
How Technology Can Be Used to Improve Sports Competitions
SportsTechnology
Bitcoin Vs. Ethereum
BitcoinEthereumCryptocurrency
How to Filter Outlook Emails With a Subject Using Python
Use MSGraph search API query to filter email messages.
PythonMSGraphOutlook
10 Best React Notification Libraries in 2022
Web developmentJavascriptReact
Create a Pre-commit Git Hook to Check and Fix Your JavaScript/TypeScript Code Automatically
In this post, we will introduce how to create a Git pre-commit hook to check JavaScript/TypeScript code using ESLint, Prettier, lint-staged, and Husky.
TypescriptGit HooksLinting