Phone
Website Projects
Battery

OtherProjects

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
Structured C code

Structured C code

Backend

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.

github

GitHub

CUnixBackendMakefileBashData StructuresStatic LibrariesDynamic LibrariesLogsGoogle TestError HandlerValgrindGDB
Click for more details
Comportc
Comportc

Comportc

Tool

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.

live demo

Live Demo

github

GitHub

C++Node.jsElectronNode AddonsWindowsHardwareNpm Package
Click for more details
Firebase Functions Template
Firebase Functions Template

Firebase Functions Template

Template

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.

github

GitHub

FirebaseJavascriptControllerAuthenticationCRUD
Click for more details
Postgres Node.js Template
Postgres Node.js Template

Postgres Node.js Template

Template

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.

github

GitHub

PostgresNode.jsJavascriptBackendPGExpressCRUDEnvironmentSequelize
Click for more details
Window NPM Package
Window NPM Package

Window NPM Package

Library

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.

live demo

Live Demo

C++Node.jsNode AddonsNPM PackageMemoryWindow Manipulation
Click for more details