Blog
How To Connect MySQL And Auth To A Next.js App
Today, we will connect our Next.js app to MySQL database and develop an authentication feature.
NextjsMysqlAuthentication
How To Avoid Prop Drilling in React Using Component Composition
No Redux or Context API
ReactJavaScriptFrontend
Structuring Unit Tests in Python
Where to put tests, how to write fixtures and the awesomeness of test parametrization
PythonTesting
Getting Started with express-validator
ExpressNode.jsJavaScript
Unit Testing in Python — tox and nox
Develop Fast Test Thoroughly
PythonTestingTox
Use Web Scraping to Download All PDFs With Python
A guide on using web scraping to download all PDFs with Python.
PythonProgrammingWeb scraping
Python: run functions in parallel with a multiprocessing wrapper function
PythonFunctions
How I Use HTML5 Video Whilst Maintaining a High Performance Website
Html5VideoHtml
Create your Browser Automation Robot with Python and Selenium
PythonSeleniumProgramming
How to use NPM (and import/export modules) in JavaScript
JavascriptNpmNodejs