Face Blurring with NodeJS and OpenCV:3 Steps to Blur Image
You may also like
10 Quality Checks You Should Do For Your Website
0. Note In this checklist, we will use Google Chrome capabilities a lot, especially Google Chrome DevTools – a beneficial instrument that helps people to...
How to Easily Update IoT Device Firmware Remotely
The Internet of things is growing exponentially every year. Internet-connected devices are changing the way we work, communicate, sleep, eat and take care of our…
Docker image size optimization for your Node.js app in 3 easy-to-use steps
Docker is a software platform designed to make it easier to create, deploy, and run applications by using containers and is one of the most…
Chrome DevTools Feature Guide
Chrome Developer Tools: definition and purpose Google Chrome provides developers with a toolkit commonly known as Chrome Developer Tools. It is a lifesaver for fast...
How to Build a Multi-Tenant Notificator with RabbitMQ & NodeJS
Introduction I want to explain the usage of this post in common use cases: case 1: multi tenancy web application which can send pop-up messages...
Testing React Components with Hooks & Mocks [Full Guide]
Having strong unit tests prevents future emergencies, urgent bug fixes, dissatisfied customers, and loss of company reputation.