docker

Howto deploy wordpress using docker compose

This is how you can use docker compose to run WordPress on it First make docker-compose.yml with this content version: ‘2’ services: db: image: mysql:5.7 volumes: -…

ai eyes

Google Vision: Seeing the World Through AI Eyes

Continuing my other project in this post. I made some modification to it and still explore google vision to make object detection. Imagine a world where computers…

google vision

Face detection using google vision

Imagine you’ve got a treasure chest full of pictures, but you can’t remember who’s who in all that smiling goodness. Enter Google Cloud Vision, your friendly neighborhood…

qrbot

make your own wifi login qrcode

Crafting a Python script to effortlessly generate a QR code for seamless WiFi login adds a touch of modern convenience, especially in bustling settings like restaurants or…

nodejs logo

Installation script for installing node js

curl -SLO https://deb.nodesource.com/nsolid_setup_deb.sh chmod 500 nsolid_setup_deb.sh ./nsolid_setup_deb.sh 21 (replace 21 with the version do you want to install ) apt-get install nodejs -y

mqtt

MQTT, CoAP, HTTP, and AMQP Comparison

Feature MQTT CoAP HTTP AMQP Security – Supports security through TLS/SSL – Designed for devices with limited resources, focuses on efficiency – Security can be implemented with…