Welcome to Code Gather! 👋

Here you’ll find comprehensive guides and tutorials on a wide range of programming topics. Whether you’re a beginner looking to learn the basics of coding or an experienced programmer looking to expand your skills, we have something for you. Our guides are written by experienced developers and are designed to be easy to understand and follow. Join our community and start learning today!
Art light universe

Determining the Most Common Colors in an Image using TypeScript and Canvas

In this article, we provide a step-by-step guide on how to use TypeScript to determine the two most common colors in an image. We explain how to load the image, access the pixel data, count the occurrences of each color, sort the colors by their count in descending order, and return the two most common colors. We also include examples and additional resources to help you analyze the colors in an image using TypeScript.

Art light universe

DIY Security Camera: How to Turn Your Raspberry Pi into a Surveillance System

Transform your Raspberry Pi into a high-tech security camera with this step-by-step guide. From choosing the right model to installing the camera and software, this guide will walk you through the process of creating your own surveillance system at a fraction of the cost of traditional security cameras.

Art of a python attacking a castle in the sky

A Step-by-Step Guide to Building and Running a Website with Docker-Compose, Python, and Mysql

This guide provides a detailed step-by-step guide on how to use Docker-Compose to host a website and link it to a database.

Art light universe

How to continously deploy a docker container to a Raspberry Pi from GitHub using Jenkins and GitHub actions

Follow our guide to set up a continuous deployment pipeline that automatically builds, pushes, and deploys your Docker container from GitHub to your Raspberry Pi.