<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>NeaByteLab - projects</title>
<subtitle>projects feed for NeaByteLab</subtitle>
<link href="https://neabyte.com/projects/atom.xml" rel="self"/>
<link href="https://neabyte.com"/>
<id>https://neabyte.com/projects/atom.xml</id>
<updated>2026-07-07T07:00:00.000Z</updated>
<entry>
<title>Multi Service Architecture in One Process</title>
<link href="https://neabyte.com/projects/multi-service-architecture-in-one-process"/>
<id>https://neabyte.com/projects/multi-service-architecture-in-one-process</id>
<updated>2026-07-07T07:00:00.000Z</updated>
<summary>Isolated routers run side by side on separate ports in one process, sharing memory instead of network hops, with per-service fault containment built in.</summary>
</entry>
<entry>
<title>Architecting Static Site Generator (SSG)</title>
<link href="https://neabyte.com/projects/architecting-static-site-generator-ssg"/>
<id>https://neabyte.com/projects/architecting-static-site-generator-ssg</id>
<updated>2026-07-04T14:52:00.000Z</updated>
<summary>Markdown folders compile into SEO-ready pages, wiring JSON-LD, feeds, search, and multilingual routing into a single build from the first commit onward.</summary>
</entry>
<entry>
<title>Turning Runtime Events Into a Smart Firewall</title>
<link href="https://neabyte.com/projects/turning-runtime-events-into-a-smart-firewall"/>
<id>https://neabyte.com/projects/turning-runtime-events-into-a-smart-firewall</id>
<updated>2026-06-29T09:15:00.000Z</updated>
<summary>Runtime events feed a small model learning normal traffic per endpoint, then flag deviations a static rulebook never anticipated and block them inline.</summary>
</entry>
<entry>
<title>Designing HTTP Servers Around Deno Runtime</title>
<link href="https://neabyte.com/projects/designing-http-servers-around-deno-runtime"/>
<id>https://neabyte.com/projects/designing-http-servers-around-deno-runtime</id>
<updated>2026-06-26T15:51:54.000Z</updated>
<summary>Dropping a file into a routes folder becomes a typed HTTP endpoint on the next request, with composable middleware and streaming responses, no restart.</summary>
</entry>
<entry>
<title>One Template Engine for Server Edge and Browser</title>
<link href="https://neabyte.com/projects/one-template-engine-for-server-edge-and-browser"/>
<id>https://neabyte.com/projects/one-template-engine-for-server-edge-and-browser</id>
<updated>2026-06-26T13:02:58.000Z</updated>
<summary>Templates compile once and render into safe markup as a string or stream on any JavaScript runtime, moving server to edge to browser with no code changes.</summary>
</entry>
<entry>
<title>Type-Safe SQL Queries Across Multiple Dialects</title>
<link href="https://neabyte.com/projects/type-safe-sql-queries-across-multiple-dialects"/>
<id>https://neabyte.com/projects/type-safe-sql-queries-across-multiple-dialects</id>
<updated>2026-06-17T10:21:51.000Z</updated>
<summary>Schema definitions feed a builder emitting parameterized queries with inferred types, catching a bad column before runtime across SQLite, Postgres, MySQL.</summary>
</entry>
<entry>
<title>Discovering Market Edges With LLM Reasoning</title>
<link href="https://neabyte.com/projects/discovering-market-edges-with-llm-reasoning"/>
<id>https://neabyte.com/projects/discovering-market-edges-with-llm-reasoning</id>
<updated>2026-06-03T19:44:39.000Z</updated>
<summary>Weekly price sessions compress into structural edges through reasoning layers, rolling into quarterly playbooks with cross-validated winrates included.</summary>
</entry>
<entry>
<title>Automating a Company With AI Agent Swarms</title>
<link href="https://neabyte.com/projects/automating-a-company-with-ai-agent-swarms"/>
<id>https://neabyte.com/projects/automating-a-company-with-ai-agent-swarms</id>
<updated>2026-06-02T11:06:39.000Z</updated>
<summary>One prompt spins up agents handling engineering, security, and growth through a single gateway, so the founder reviews output instead of managing process.</summary>
</entry>
<entry>
<title>License Plate Detection and OCR Pipeline</title>
<link href="https://neabyte.com/projects/license-plate-detection-and-ocr-pipeline"/>
<id>https://neabyte.com/projects/license-plate-detection-and-ocr-pipeline</id>
<updated>2026-04-18T14:51:00.000Z</updated>
<summary>Plates get located in local images, then read region by region with parallel workers returning text, confidence, and boxes while footage stays on the host.</summary>
</entry>
<entry>
<title>A Face Analytics Pipeline for Any Workload</title>
<link href="https://neabyte.com/projects/a-face-analytics-pipeline-for-any-workload"/>
<id>https://neabyte.com/projects/a-face-analytics-pipeline-for-any-workload</id>
<updated>2026-03-22T14:20:04.000Z</updated>
<summary>One local call counts, describes, and enrolls faces, then compares 128-float embeddings with cosine and euclidean scoring plus liveness verdicts attached.</summary>
</entry>
<entry>
<title>Building a Web UI for HTTP Proxy Debugging</title>
<link href="https://neabyte.com/projects/building-web-ui-http-proxy-debugging"/>
<id>https://neabyte.com/projects/building-web-ui-http-proxy-debugging</id>
<updated>2026-03-18T05:00:00.000Z</updated>
<summary>Capture, intercept, edit, and replay every request from one browser tab, where a built-in repeater fires modified calls without leaving the inspector view.</summary>
</entry>
<entry>
<title>Binding Auth Tokens to Client Secrets Securely</title>
<link href="https://neabyte.com/projects/binding-auth-tokens-to-client-secrets-securely"/>
<id>https://neabyte.com/projects/binding-auth-tokens-to-client-secrets-securely</id>
<updated>2026-03-10T03:53:14.000Z</updated>
<summary>Every token binds to a client secret through a challenge-response proof, so a stolen credential turns into dead weight and replay windows finally close.</summary>
</entry>
<entry>
<title>Teaching a Machine to Read Digits by Hand</title>
<link href="https://neabyte.com/projects/teaching-a-machine-to-read-digits-by-hand"/>
<id>https://neabyte.com/projects/teaching-a-machine-to-read-digits-by-hand</id>
<updated>2026-03-04T09:33:57.000Z</updated>
<summary>Handwritten digits get read by a network built from bare matrix math up through layers, an optimizer, and a training loop, all written fully from scratch.</summary>
</entry>
<entry>
<title>Designing Styled QR Codes for Any Runtime</title>
<link href="https://neabyte.com/projects/designing-styled-qr-codes-for-any-runtime"/>
<id>https://neabyte.com/projects/designing-styled-qr-codes-for-any-runtime</id>
<updated>2026-02-26T09:09:29.000Z</updated>
<summary>Encoding is solved, so the work becomes unifying styled shapes, output formats, and every runtime into one dependency-free QR library that ships anywhere.</summary>
</entry>
<entry>
<title>Building a Markup Engine for Three Targets</title>
<link href="https://neabyte.com/projects/building-a-markup-engine-for-three-targets"/>
<id>https://neabyte.com/projects/building-a-markup-engine-for-three-targets</id>
<updated>2025-09-28T12:59:34.000Z</updated>
<summary>One Markdown source parses once into a tree, then renders to HTML, LaTeX, and JSON, with native frontmatter and full compliance across every spec case.</summary>
</entry>
</feed>
