<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>NeaByteLab - projects</title>
<link>https://neabyte.com</link>
<description>projects feed for NeaByteLab</description>
<atom:link href="https://neabyte.com/projects/rss.xml" rel="self" type="application/rss+xml"/>
<item>
<title>Multi Service Architecture in One Process</title>
<link>https://neabyte.com/projects/multi-service-architecture-in-one-process</link>
<guid>https://neabyte.com/projects/multi-service-architecture-in-one-process</guid>
<description>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.</description>
<pubDate>Tue, 07 Jul 2026 07:00:00 GMT</pubDate>
</item>
<item>
<title>Architecting Static Site Generator (SSG)</title>
<link>https://neabyte.com/projects/architecting-static-site-generator-ssg</link>
<guid>https://neabyte.com/projects/architecting-static-site-generator-ssg</guid>
<description>Markdown folders compile into SEO-ready pages, wiring JSON-LD, feeds, search, and multilingual routing into a single build from the first commit onward.</description>
<pubDate>Sat, 04 Jul 2026 14:52:00 GMT</pubDate>
</item>
<item>
<title>Turning Runtime Events Into a Smart Firewall</title>
<link>https://neabyte.com/projects/turning-runtime-events-into-a-smart-firewall</link>
<guid>https://neabyte.com/projects/turning-runtime-events-into-a-smart-firewall</guid>
<description>Runtime events feed a small model learning normal traffic per endpoint, then flag deviations a static rulebook never anticipated and block them inline.</description>
<pubDate>Mon, 29 Jun 2026 09:15:00 GMT</pubDate>
</item>
<item>
<title>Designing HTTP Servers Around Deno Runtime</title>
<link>https://neabyte.com/projects/designing-http-servers-around-deno-runtime</link>
<guid>https://neabyte.com/projects/designing-http-servers-around-deno-runtime</guid>
<description>Dropping a file into a routes folder becomes a typed HTTP endpoint on the next request, with composable middleware and streaming responses, no restart.</description>
<pubDate>Fri, 26 Jun 2026 15:51:54 GMT</pubDate>
</item>
<item>
<title>One Template Engine for Server Edge and Browser</title>
<link>https://neabyte.com/projects/one-template-engine-for-server-edge-and-browser</link>
<guid>https://neabyte.com/projects/one-template-engine-for-server-edge-and-browser</guid>
<description>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.</description>
<pubDate>Fri, 26 Jun 2026 13:02:58 GMT</pubDate>
</item>
<item>
<title>Type-Safe SQL Queries Across Multiple Dialects</title>
<link>https://neabyte.com/projects/type-safe-sql-queries-across-multiple-dialects</link>
<guid>https://neabyte.com/projects/type-safe-sql-queries-across-multiple-dialects</guid>
<description>Schema definitions feed a builder emitting parameterized queries with inferred types, catching a bad column before runtime across SQLite, Postgres, MySQL.</description>
<pubDate>Wed, 17 Jun 2026 10:21:51 GMT</pubDate>
</item>
<item>
<title>Discovering Market Edges With LLM Reasoning</title>
<link>https://neabyte.com/projects/discovering-market-edges-with-llm-reasoning</link>
<guid>https://neabyte.com/projects/discovering-market-edges-with-llm-reasoning</guid>
<description>Weekly price sessions compress into structural edges through reasoning layers, rolling into quarterly playbooks with cross-validated winrates included.</description>
<pubDate>Wed, 03 Jun 2026 19:44:39 GMT</pubDate>
</item>
<item>
<title>Automating a Company With AI Agent Swarms</title>
<link>https://neabyte.com/projects/automating-a-company-with-ai-agent-swarms</link>
<guid>https://neabyte.com/projects/automating-a-company-with-ai-agent-swarms</guid>
<description>One prompt spins up agents handling engineering, security, and growth through a single gateway, so the founder reviews output instead of managing process.</description>
<pubDate>Tue, 02 Jun 2026 11:06:39 GMT</pubDate>
</item>
<item>
<title>License Plate Detection and OCR Pipeline</title>
<link>https://neabyte.com/projects/license-plate-detection-and-ocr-pipeline</link>
<guid>https://neabyte.com/projects/license-plate-detection-and-ocr-pipeline</guid>
<description>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.</description>
<pubDate>Sat, 18 Apr 2026 14:51:00 GMT</pubDate>
</item>
<item>
<title>A Face Analytics Pipeline for Any Workload</title>
<link>https://neabyte.com/projects/a-face-analytics-pipeline-for-any-workload</link>
<guid>https://neabyte.com/projects/a-face-analytics-pipeline-for-any-workload</guid>
<description>One local call counts, describes, and enrolls faces, then compares 128-float embeddings with cosine and euclidean scoring plus liveness verdicts attached.</description>
<pubDate>Sun, 22 Mar 2026 14:20:04 GMT</pubDate>
</item>
<item>
<title>Building a Web UI for HTTP Proxy Debugging</title>
<link>https://neabyte.com/projects/building-web-ui-http-proxy-debugging</link>
<guid>https://neabyte.com/projects/building-web-ui-http-proxy-debugging</guid>
<description>Capture, intercept, edit, and replay every request from one browser tab, where a built-in repeater fires modified calls without leaving the inspector view.</description>
<pubDate>Wed, 18 Mar 2026 05:00:00 GMT</pubDate>
</item>
<item>
<title>Binding Auth Tokens to Client Secrets Securely</title>
<link>https://neabyte.com/projects/binding-auth-tokens-to-client-secrets-securely</link>
<guid>https://neabyte.com/projects/binding-auth-tokens-to-client-secrets-securely</guid>
<description>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.</description>
<pubDate>Tue, 10 Mar 2026 03:53:14 GMT</pubDate>
</item>
<item>
<title>Teaching a Machine to Read Digits by Hand</title>
<link>https://neabyte.com/projects/teaching-a-machine-to-read-digits-by-hand</link>
<guid>https://neabyte.com/projects/teaching-a-machine-to-read-digits-by-hand</guid>
<description>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.</description>
<pubDate>Wed, 04 Mar 2026 09:33:57 GMT</pubDate>
</item>
<item>
<title>Designing Styled QR Codes for Any Runtime</title>
<link>https://neabyte.com/projects/designing-styled-qr-codes-for-any-runtime</link>
<guid>https://neabyte.com/projects/designing-styled-qr-codes-for-any-runtime</guid>
<description>Encoding is solved, so the work becomes unifying styled shapes, output formats, and every runtime into one dependency-free QR library that ships anywhere.</description>
<pubDate>Thu, 26 Feb 2026 09:09:29 GMT</pubDate>
</item>
<item>
<title>Building a Markup Engine for Three Targets</title>
<link>https://neabyte.com/projects/building-a-markup-engine-for-three-targets</link>
<guid>https://neabyte.com/projects/building-a-markup-engine-for-three-targets</guid>
<description>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.</description>
<pubDate>Sun, 28 Sep 2025 12:59:34 GMT</pubDate>
</item>
</channel>
</rss>
