Skip to content
View ewceniza9009's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Streetsmart
  • Cebu, City
  • 13:29 (UTC -12:00)

Block or report ewceniza9009

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ewceniza9009/README.MD

Hi, I'm Erwin Wilson Ceniza

💻 Full Stack Software Developer with over 𝟭𝟬 years of experience designing, developing, and deploying robust Line of Business (LOB) applications and ERP solutions.

I specialize in ASP.NET Core MVC, C#, MS SQL Server and modern frameworks like Blazor, React, Flutter, and .NET MAUI. My focus is on Full Stack Development, automation, and AI integration to solve complex problems and deliver scalable, secure, and intelligent solutions.


📦 Commercialized Projects Developed

👨‍💼 Cloud HRIS (2020)

A comprehensive, cloud-native Human Resources and Payroll management system designed to automate and streamline core HR operations from recruitment to retirement. The platform enhances security and efficiency with biometric integration and provides employees with modern, accessible tools.

  • Key Features:
    • Intelligent Payroll & Timekeeping:
      • Automated DTR Calculation: Seamlessly processes Daily Time Records (DTR) by automatically calculating work hours, undertime, and tardiness based on facial recognition check-ins.
      • Dynamic Payroll Engine: Handles complex calculations for salaries, overtime, night differentials, and holiday pay. It also manages a wide range of deductions (government contributions, loans, cash advances) and other income sources (bonuses, commissions), ensuring accuracy and compliance.
      • Integrated Leave Management: Automatically factors approved leaves (sick, vacation, etc.) into payroll computations.
    • Facial Recognition Timekeeping: Utilizes AI-powered facial recognition for secure, touchless employee check-ins, eliminating buddy-punching and providing real-time data for DTR and payroll.
    • Employee Self-Service (ESS) Portal: A cross-platform mobile app empowering employees to view payslips, file for leaves and overtime, and update their personal information anytime, anywhere.
    • Multilingual AI Chatbot: Provides instant, 24/7 support for common HR queries, reducing the administrative load on HR personnel.

Tech Stack: ASP.NET Core, MAUI.NET, SQL Server, OpenCV, Telerik, DevExpress, FaceNet

🔗 GitHub Repo

💰 Cloud FMIS (2019)

An integrated Financial Management and Information System built to serve as the single source of truth for trading and manufacturing businesses. It centralizes financial data to provide a real-time, 360-degree view of the company's financial health.

  • Key Features:
    • Core Accounting Modules: Includes General Ledger, Accounts Payable, and Accounts Receivable to manage day-to-day financial transactions.
    • Inventory & Cost Control: Specifically designed for trading and small sized production with features for robust inventory management & reporting, raw material costing, and finished goods valuation.
    • Financial Reporting: Generates critical financial statements like Balance Sheets, Income Statements, and Cash Flow Statements with robust reporting tools.
    • Sales & Purchasing Workflows: Manages the entire order-to-cash and procure-to-pay cycles, from purchase orders and sales invoicing to payment processing.

Tech Stack: ASP.NET MVC, SQL Server, Telerik Reports

🏦 Cloud Loan (2022)

An end-to-end platform that automates the entire loan lifecycle, from initial application to final settlement. Built with a modern Blazor front-end, it offers a rich, interactive user interface for loan officers and administrators to manage portfolios with greater efficiency and transparency.

  • Key Features:
    • Loan Origination & Underwriting: Streamlines the application process with digital forms, credit scoring, and automated approval workflows.
    • Portfolio Management: Provides a centralized dashboard to monitor active loans, payment schedules, and delinquencies.
    • Automated Servicing: Manages automated billing, payment collection, and amortization schedule calculations.
    • Reporting & Analytics: Delivers detailed insights into portfolio performance, risk exposure, and collection effectiveness.

Tech Stack: Blazor.NET, SQL Server, Syncfusion, DevExpress

🛍 POS System (2023)

A modern, cross-platform Point-of-Sale (POS) system engineered for retail and F&B environments. Its hybrid architecture ensures uninterrupted sales even with unstable internet, making it highly reliable for dynamic business operations.

  • Key Features:
    • Real-Time Data Synchronization: Leverages SignalR for instant updates on sales, inventory levels, and customer data across all terminals and the back-end server.
    • Inventory Management: Features real-time stock tracking, low-stock alerts, and purchase order management directly from the POS interface.
    • Cross-Platform by Design: Built with Flutter, the front-end runs natively on iOS, Android, Windows, and web from a single codebase.

Tech Stack: Flutter/Dart, ASP.NET Core, SQLite, SignalR

🔗 GitHub Repo


🚀 Emerging Initiatives

📦 CloudPallet - 3PL Cold Storage WMS (SaaS)

A specialized Warehouse Management System (WMS) built for the unique complexities of Third-Party Logistics (3PL) cold storage. This project tackles critical requirements like real-time temperature monitoring, perishable lot/batch tracking (FEFO), and precise, hierarchical location management (Warehouse > Room > Bay > Row > Column > Level).

Beyond simple tracking, CloudPallet provides a robust, event-driven 3PL billing engine to automatically calculate client charges for storage (tiered by temperature), handling, and value-added services (like blasting, kitting, and fumigation). It features automated receiving with scale integration, on-the-fly SSCC pallet barcode generation, and barcode-enforced picking/shipping workflows to minimize errors.

The system is built on a modern, decoupled architecture using Domain-Driven Design (DDD), CQRS, and Clean Architecture principles for high scalability. It also includes comprehensive Role-Based Access Control (RBAC) (with Admin, Operator, and Finance roles) and uses SignalR for live dashboards tracking dock status and room temperatures.

Tech Stack:

  • Backend: ASP.NET Core 9, EF Core 9, & SQL Server
  • Frontend: Angular 20 & Angular Material
  • Architecture: MediatR (for CQRS), AutoMapper
  • Performance: StackExchangeRedis (Caching)
  • Real-time: SignalR (Live Dashboards & Notifications)
  • Reporting: QuestPDF (PDF Invoice/Report Generation)
  • Security: JWT & ASP.NET Core Identity (RBAC)

🔗 GitHub Repo

🛒 drobble - Ecommerce (SaaS)

Drobble is a modern, scalable e-commerce platform leveraging a microservices architecture built with ASP.NET Core (.NET 8/9+). It features modular services including a Product Catalog (MongoDB with change streams), User Management (PostgreSQL with MFA support), Order Management (PostgreSQL), Payment (Stripe, PayPal, Apple Pay), Search (Elasticsearch), and Reviews (MongoDB with moderation). These services are orchestrated via an Ocelot API Gateway and use RabbitMQ for event-driven communication.

The frontend is a React 19+ SPA (PWA-enabled), built with Vite, TypeScript, and Tailwind CSS. Global state is managed by Redux Toolkit, with RTK Query handling all API data fetching, caching, and invalidation.

Fully containerized with Docker and optimized for Kubernetes deployment, the platform adheres to Clean Architecture and CQRS patterns. It ensures reliability with robust security (JWT, rate limiting, OWASP compliance) and production-grade observability via OpenTelemetry. This project serves as a comprehensive, production-ready blueprint for a high-performance e-commerce solution.

Tech Stack:

Backend

  • Framework: ASP.NET Core (targeting .NET 8/9+)
  • Architecture: Microservices, Domain-Driven Design (DDD), Clean Architecture, and CQRS (using MediatR)
  • API Gateway: Ocelot
  • Asynchronous Communication: RabbitMQ, likely using MassTransit
  • Authentication: JWT (JSON Web Tokens)
  • Validation: FluentValidation
  • Observability: OpenTelemetry, Serilog (for structured logging)
  • Resiliency: Polly (for retries and circuit breakers)
  • API Documentation: Swashbuckle (Swagger)

Frontend (react-spa)

  • Framework/Library: React (^18.3.1)
  • Build Tool: Vite
  • Language: TypeScript
  • Styling: Tailwind CSS
  • State Management: Redux Toolkit (^2.2.5)
  • Data Fetching: RTK Query (via @reduxjs/toolkit)
  • Routing: React Router (^6.23.1)
  • HTTP Client: Axios (^1.7.2)
  • UI Components: react-icons, react-slick, react-hot-toast

Databases & Infrastructure

  • Containerization: Docker
  • Orchestration: Kubernetes (planned)
  • Databases:
    • PostgreSQL (v16+) (Used for User Management, Order Management, Payment)
    • MongoDB (v7.0) (Used for Product Catalog, Shopping Cart, Reviews & Ratings)
    • Elasticsearch (v8.14.1) (Used for Search & Discovery)
  • Caching: Redis (for API Gateway caching and rate limiting)
  • Local Logging: Seq

🔗 GitHub Repo

📹 gstream - Video Streaming

A high-performance, scalable video streaming backend designed for low-latency delivery. This initiative explores modern real-time communication protocols to build a foundation for interactive applications like live auctions, virtual events, and remote monitoring, powered by the latest in .NET.

Tech Stack: ASP.NET MVC Core, EF Core, Tailwind CSS, Javascript(Front End), Redis, WebRTC, LiveKit(Docker Hosted for development), SignalR(For Live Chat), JWT Authentication

🔗 GitHub Repo

📹 iVA (Intelligent Video Analysis)

An AI-driven service that transforms raw video feeds into structured, actionable data. Moving beyond simple surveillance, iVA aims to provide contextual understanding by detecting objects, reading text (OCR), and identifying patterns, enabling applications in retail analytics, industrial automation, and smart security.

Tech Stack: ASP.NET MVC Core, EF Core, Tailwind CSS, Javascript(Front End), SignalR(For Video Bit Transmission), ONNXRuntime, OpenCVSharp, Gemini API, JWT Authentication

🔗 GitHub Repo

🧠 Dev2ndBrain - Development Tools

A personalized knowledge management system or "Second Brain" built specifically for developers. The goal is to create a central hub for organizing code snippets, architectural notes, terminal commands, and technical documentation, helping to combat information overload and accelerate project development.

Tech Stack: ASP.NET Core, OctoKit(For Github Gist), Roslyn(For C# SandBox), React + Vite + TypeScript + Tailwind CSS, Babel(For React TSX SandBox), Monaco(For Notes and Snippets Editor), React-Flow(For Graphs), MiniSearch, DexieJS, Zustand(State Management), Electron, Docker(Development Testing)

🔗 GitHub Repo


💻 Tech Stack

C# .NET ASP.NET Core Blazor WPF .NET MAUI Xamarin MS SQL Server SQLite MySQL MongoDB PostgreSQL Entity Framework Dapper React Angular Next.js Flutter HTML5 CSS3 JavaScript TailwindCSS jQuery Telerik DevExpress Syncfusion Azure Docker OpenCV Python TensorFlow


📊 GitHub Analytics


🌐 Connect with Me

Portfolio
LinkedIn
YouTube

📧 Email: erwinwilsonceniza@gmail.com | erwinwilsonceniza@yahoo.com


“The best thing about a boolean is even if you are wrong, you are only off by a bit.” – Anonymous

Pinned Loading

  1. litestaff litestaff Public

    All-in-one HRMS with employee records, attendance, payroll, ESS portal, and mobile face recognition, streamlining HR tasks without traditional hardware.

    C# 2 1

  2. cloudpallet cloudpallet Public

    CloudPallet is an enterprise-grade WMS built on .NET 8 Clean Architecture and Angular. It orchestrates end-to-end inventory lifecycles—from Receiving, Putaway, and Cross-docking to Wave Picking, Ki…

    C#

  3. drobble drobble Public

    Drobble is a robust, scalable e-commerce platform built on a microservices architecture for high performance and maintainability. Powered by ASP.NE Core (.NET 9+) backend services—including Product…

    TypeScript

  4. Dev2ndBrain Dev2ndBrain Public

    The second brain every developer deserves. Organize notes, code snippets, and flashcards in one local-first, AI-powered workspace with Gist sync.

    TypeScript

  5. gstream gstream Public

    gstream is a real-time video streaming platform built with ASP.NET Core 9, SignalR, WebRTC, and Redis. It supports secure one-to-one and one-to-many video communication with JWT and API key authent…

    C# 2 1

  6. hms hms Public

    Hotel Management with Microservice Architecture Backend, Angular Frontend

    C#