Skip to content
View Shafeli's full-sized avatar
🧠
Dev mode
🧠
Dev mode

Block or report Shafeli

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
shafeli/README.md

Hey, I'm Silas 👋

Backend & Systems Developer · Digital Fabrication Engineer · he/him


👋 About Me

I build modular systems that bridge software engineering and digital fabrication.

Former chef turned full‑stack engineer and fabrication strategist. I build practical, self‑hosted systems with .NET Core, EF Core, and Docker, while also designing and producing physical products through CAD, engraving, and 3D printing.

My work spans both software engineering and digital fabrication — from APIs and microservices to NFC‑enabled containers, custom engravings, and modular product systems. I thrive on rapid prototyping, iterative design, and bridging digital workflows with real‑world hardware.


🧰 What I Do

  • 🛠️ Develop secure, modular backend services with ASP.NET Core, SQL Server, Entity Framework Core, and Docker
  • 🌐 Build Blazor frontends and self-hosted apps for real-world use (home lab deployments, internal tools)
  • 🤖 Integrate LLMs as microservices into private infrastructure using Docker + Ollama
  • ⚡ Automate workflows and optimize developer experience
  • 🔬 Explore systems internals with C++, Vulkan, and engine architecture (secondary focus)
  • ⚙️ Design and fabricate physical products with Onshape, engraving workflows, and print farm systems
  • 🔧 Prototype custom hardware solutions (NFC containers, grinders, coasters, modular accessories)
  • 🚀 Partner with businesses to deliver branded fabrication solutions and external tech support

💡 Tech I Use

C# ASP.NET Core Blazor SQL Server Docker Unraid Ollama Unity Vulkan Python WinForms Git Perforce


🔭 Current Projects

🧵 3D Printer Job Tracker

  • Stack: ASP.NET Core + Blazor + SQL Server + Docker
  • Purpose: Family tool to queue, track, and manage 3D print jobs
  • Features: Token-based auth, status updates, self-hosted deployment
  • Goal: Demonstrate full-stack backend project from DB → API → UI → deployment

🤖 LLM Microservice Wrapper

  • Stack: Docker, Ollama, Unraid
  • Purpose: Expose local LLMs as a microservice for apps in my home lab
  • Focus: API integration, private infrastructure, lightweight generative AI access
  • Goal: Practical AI service integration into real-world backend systems

🧠 Modular 3D Engine

  • Stack: C++ + Vulkan, custom math/physics systems
  • Focus: ECS, rendering pipelines, low-level optimization
  • Goal: Ongoing R&D for deep systems knowledge

🏢 Studio Work

noCTRL Studios – Independent tools & engine studio

  • ✅ Published Unity asset (Event replay tool for debugging workflows)
  • 🔧 Focus: Practical developer tools that improve iteration and reduce pain points

📬 Open to Work

  • 💼 Seeking mid-level C#/.NET backend roles (Seattle area or remote)
  • 🖥️ Open to freelance backend/API contracts
  • 🎮 Unity tooling contracts (secondary focus, if aligned with studio needs)

Pinned Loading

  1. 3DPrinterJob.API 3DPrinterJob.API Public

    This repository contains the ASP.NET Core Web API for a home lab 3D printer task system. The API, powered by Entity Framework Core, handles the creation, tracking, and management of 3D printing job…

    C#

  2. Valkara_JobSystem Valkara_JobSystem Public

    C++ job system prototype for high-performance, multi-threaded game engine tasks.

    C++

  3. MiniMax MiniMax Public

    Project for learning search based AI

    C++

  4. Masm_Calculator Masm_Calculator Public

    Console Calculator app made in masm x86 asm

    Assembly