Programming
10 Killer APIs for Your Next Python Project
A collection of useful public APIs you can use in your Python project
python3programmingcoding
What is The Best Coding Language?
codingprogramming
How to Read DOCX Files With Python
pythonread-docx-fileprogramming
7 Programming Books for Learning to Write Code Like a Pro
programmingbookslearning
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
How to Scrape Everything from Telegram Using Python
Learn how to get API keys for Telegram, extract group members, and scrape Telegram group or channel comments
pythonweb-scrapingtelegram
Build a Sudoku Solver App With JavaScript
A JavaScript app to solve sudoku puzzles using backtracking
web-developmentsoftware-developmentprogramming
WebSockets In Python FastAPI — Fetching Data At Super Speed
websocketspythondata
Web Scraping Images with Python and Selenium
How to scrape and capture images on websites.
web-scrapingpythonselenium