Blog
Handling Asynchrony in Vue 3 / Composition API
Part 1: Managing Async state
VueVue3Composition-api
How to Create a Slider in JavaScript
Learning Web Development in Practice
JavascriptWeb developmentSlider
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
Handle Data Privacy Challenges in Digital Marketing
Data PrivacyDigital MarketingMarketing
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