top of page



Docker to run and compile C++ code
You can use Docker to run and compile C++ code even if your local machine doesn’t have any compiler or build tools installed (like g++, clang, or make). GOAL You’ll: Pull a Docker image that already has a C++ compiler. Run a container from that image. Compile and execute a C++ program inside the container. Step 1. Check Docker is working Run: docker --version docker run hello-world If you see “Hello from Docker!” , it means Docker is installed and running. Step 2. Pull a

Sharon Rajendra Manmothe
Nov 41 min read
How to Use RadioLib Arduino Library for LoRa Communication Step by Step
RadioLib is a powerful open-source library for integrating wireless communication modules like LoRa, FSK, and OOK with Arduino and...

Sharon Rajendra Manmothe
Sep 63 min read
Cyber Security Vulnerabilities & Attacks
Cybersecurity vulnerabilities are weaknesses in a system that attackers exploit to gain unauthorized access, execute malicious actions,...

Sharon Rajendra Manmothe
Mar 312 min read


What is ZZZ Code AI?
What is ZZZ Code AI? ZZZ Code AI is an advanced AI-powered platform that assists with coding across various languages and frameworks....

Sharon Rajendra Manmothe
Nov 20, 202412 min read


C Programs for Beginners
Hey all please try these C Programs and get efficiency in learning 1. Multiplication Table Generator: Create a program that generates...

Sharon Rajendra Manmothe
Aug 31, 20233 min read
bottom of page