Other Projects
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
Github
Foundation 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.
C
Unix
Backend
Makefile
Bash
Data Structures
Static Libraries
Dynamic Libraries
Logs
Google Test
Error Handler
Valgrind
GDB
Comportc
Github
This 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.
C++
Node.js
Electron
Node Addons
Windows
Hardware
Npm Package
Firebase Functions Template
Github
Firebase 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
Firebase
Javascript
Controller
Authentication
CRUD
Postgres Node.js Template
Github
This 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.
Postgres
Node.js
javascript
Backend
PG
Express
CRUD
Environment
sequelize
Window NPM Package
An 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.
C++
Node.js
Node Addons
NPM Package
Memory
Window Manipulation