{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "NeaByteLab - projects",
  "description": "projects feed for NeaByteLab",
  "home_page_url": "https://neabyte.com",
  "feed_url": "https://neabyte.com/projects/feed.json",
  "items": [
    {
      "id": "https://neabyte.com/projects/multi-service-architecture-in-one-process",
      "url": "https://neabyte.com/projects/multi-service-architecture-in-one-process",
      "title": "Multi Service Architecture in One Process",
      "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.",
      "date_published": "2026-07-07T07:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/projects/architecting-static-site-generator-ssg",
      "url": "https://neabyte.com/projects/architecting-static-site-generator-ssg",
      "title": "Architecting Static Site Generator (SSG)",
      "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.",
      "date_published": "2026-07-04T14:52:00.000Z"
    },
    {
      "id": "https://neabyte.com/projects/turning-runtime-events-into-a-smart-firewall",
      "url": "https://neabyte.com/projects/turning-runtime-events-into-a-smart-firewall",
      "title": "Turning Runtime Events Into a Smart Firewall",
      "summary": "Runtime events feed a small model learning normal traffic per endpoint, then flag deviations a static rulebook never anticipated and block them inline.",
      "date_published": "2026-06-29T09:15:00.000Z"
    },
    {
      "id": "https://neabyte.com/projects/designing-http-servers-around-deno-runtime",
      "url": "https://neabyte.com/projects/designing-http-servers-around-deno-runtime",
      "title": "Designing HTTP Servers Around Deno Runtime",
      "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.",
      "date_published": "2026-06-26T15:51:54.000Z"
    },
    {
      "id": "https://neabyte.com/projects/one-template-engine-for-server-edge-and-browser",
      "url": "https://neabyte.com/projects/one-template-engine-for-server-edge-and-browser",
      "title": "One Template Engine for Server Edge and Browser",
      "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.",
      "date_published": "2026-06-26T13:02:58.000Z"
    },
    {
      "id": "https://neabyte.com/projects/type-safe-sql-queries-across-multiple-dialects",
      "url": "https://neabyte.com/projects/type-safe-sql-queries-across-multiple-dialects",
      "title": "Type-Safe SQL Queries Across Multiple Dialects",
      "summary": "Schema definitions feed a builder emitting parameterized queries with inferred types, catching a bad column before runtime across SQLite, Postgres, MySQL.",
      "date_published": "2026-06-17T10:21:51.000Z"
    },
    {
      "id": "https://neabyte.com/projects/discovering-market-edges-with-llm-reasoning",
      "url": "https://neabyte.com/projects/discovering-market-edges-with-llm-reasoning",
      "title": "Discovering Market Edges With LLM Reasoning",
      "summary": "Weekly price sessions compress into structural edges through reasoning layers, rolling into quarterly playbooks with cross-validated winrates included.",
      "date_published": "2026-06-03T19:44:39.000Z"
    },
    {
      "id": "https://neabyte.com/projects/automating-a-company-with-ai-agent-swarms",
      "url": "https://neabyte.com/projects/automating-a-company-with-ai-agent-swarms",
      "title": "Automating a Company With AI Agent Swarms",
      "summary": "One prompt spins up agents handling engineering, security, and growth through a single gateway, so the founder reviews output instead of managing process.",
      "date_published": "2026-06-02T11:06:39.000Z"
    },
    {
      "id": "https://neabyte.com/projects/license-plate-detection-and-ocr-pipeline",
      "url": "https://neabyte.com/projects/license-plate-detection-and-ocr-pipeline",
      "title": "License Plate Detection and OCR Pipeline",
      "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.",
      "date_published": "2026-04-18T14:51:00.000Z"
    },
    {
      "id": "https://neabyte.com/projects/a-face-analytics-pipeline-for-any-workload",
      "url": "https://neabyte.com/projects/a-face-analytics-pipeline-for-any-workload",
      "title": "A Face Analytics Pipeline for Any Workload",
      "summary": "One local call counts, describes, and enrolls faces, then compares 128-float embeddings with cosine and euclidean scoring plus liveness verdicts attached.",
      "date_published": "2026-03-22T14:20:04.000Z"
    },
    {
      "id": "https://neabyte.com/projects/building-web-ui-http-proxy-debugging",
      "url": "https://neabyte.com/projects/building-web-ui-http-proxy-debugging",
      "title": "Building a Web UI for HTTP Proxy Debugging",
      "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.",
      "date_published": "2026-03-18T05:00:00.000Z"
    },
    {
      "id": "https://neabyte.com/projects/binding-auth-tokens-to-client-secrets-securely",
      "url": "https://neabyte.com/projects/binding-auth-tokens-to-client-secrets-securely",
      "title": "Binding Auth Tokens to Client Secrets Securely",
      "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.",
      "date_published": "2026-03-10T03:53:14.000Z"
    },
    {
      "id": "https://neabyte.com/projects/teaching-a-machine-to-read-digits-by-hand",
      "url": "https://neabyte.com/projects/teaching-a-machine-to-read-digits-by-hand",
      "title": "Teaching a Machine to Read Digits by Hand",
      "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.",
      "date_published": "2026-03-04T09:33:57.000Z"
    },
    {
      "id": "https://neabyte.com/projects/designing-styled-qr-codes-for-any-runtime",
      "url": "https://neabyte.com/projects/designing-styled-qr-codes-for-any-runtime",
      "title": "Designing Styled QR Codes for Any Runtime",
      "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.",
      "date_published": "2026-02-26T09:09:29.000Z"
    },
    {
      "id": "https://neabyte.com/projects/building-a-markup-engine-for-three-targets",
      "url": "https://neabyte.com/projects/building-a-markup-engine-for-three-targets",
      "title": "Building a Markup Engine for Three Targets",
      "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.",
      "date_published": "2025-09-28T12:59:34.000Z"
    }
  ]
}
