I've created templates and backend projects that truly spark my curiosity. Here are a few of my all-time favorites that I'm proud to share!

Structured C code
BackendFoundation is crucial. Creation of a well-structured C project that adheres to Unix-style. Logs, Test, error handler, bash scripts, bins, static and dynamic libraries, make files and Data Structures.
GitHub

Comportc
ToolThis software is built using Electron and a C++ library with Node.js native addons. It allows for reading and writing to a serial COM port, similar to the Arduino IDE's monitor, but it is not integrated. It is useful for testing software on ARM, Arduino, and ESP devices.
Live Demo
GitHub

Firebase Functions Template
TemplateFirebase Functions template includes the necessary setup for writing, deploying, and testing serverless functions. It uses the Cloud Functions for Firebase SDK to handle events triggered by Firebase services.
GitHub
Postgres Node.js Template
TemplateThis template provides a structure for a Node.js application that connects to a PostgreSQL database using the pg library. It includes basic CRUD operations, an environment configuration setup, and a lightweight structure for scalability.
GitHub
Window NPM Package
LibraryAn NPM package built with a Node.js addon written in C++ that integrates functionalities from the Windows API (windows.h). This package provides tools for advanced Windows system manipulation, including posting messages, writing values to memory, capturing screenshots, moving the mouse, setting windows to the foreground, and more.
Live Demo