update projects with order property
also updated Cue project content
This commit is contained in:
@@ -4,6 +4,7 @@ description: 'Bullseye is a self-hosted offline-first personal utilities app wit
|
|||||||
tags: ['typescript', 'svelte', 'sqlite']
|
tags: ['typescript', 'svelte', 'sqlite']
|
||||||
image: '../../../public/static/bullseye.webp'
|
image: '../../../public/static/bullseye.webp'
|
||||||
link: 'https://git.jaroszew.ski/patrick/bullseye-app'
|
link: 'https://git.jaroszew.ski/patrick/bullseye-app'
|
||||||
|
order: 6
|
||||||
startDate: '2025-03-30'
|
startDate: '2025-03-30'
|
||||||
---
|
---
|
||||||
# Bullseye - Habit tracking, tasks, notes, & more
|
# Bullseye - Habit tracking, tasks, notes, & more
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ description: 'Chitai is a self-hosted eBook management application'
|
|||||||
tags: ['python', 'typescript', 'postgresql', 'svelte', 'open-source']
|
tags: ['python', 'typescript', 'postgresql', 'svelte', 'open-source']
|
||||||
image: '../../../public/static/chitai.webp'
|
image: '../../../public/static/chitai.webp'
|
||||||
link: 'https://git.jaroszew.ski/patrick/chitai'
|
link: 'https://git.jaroszew.ski/patrick/chitai'
|
||||||
|
order: 2
|
||||||
startDate: '2025-03-30'
|
startDate: '2025-03-30'
|
||||||
---
|
---
|
||||||
# Chitai - A Self-hosted eBook Management Application
|
# Chitai - A Self-hosted eBook Management Application
|
||||||
|
|||||||
@@ -1,56 +1,50 @@
|
|||||||
---
|
---
|
||||||
name: 'Cue'
|
name: 'Cue - On-Demand Resource Booking'
|
||||||
description: 'A on-demand resource booking application'
|
description: 'An on-demand resource booking system built for an arcade/pool venue'
|
||||||
tags: ['python', 'typescript', 'svelte', 'postgresql']
|
tags: ['python', 'typescript', 'svelte', 'postgresql']
|
||||||
image: '../../../public/static/cue.webp'
|
image: '../../../public/static/cue.webp'
|
||||||
link: 'https://snippetslibrary.com'
|
order: 3
|
||||||
startDate: '2025-07-23'
|
startDate: '2025-07-23'
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="flex flex-wrap gap-2 my-0! [&>img]:my-0! [&>img]:mt-2!" >
|
<div class="flex flex-wrap gap-2 my-0! [&>img]:my-0! [&>img]:mt-2!" >
|
||||||
<img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python" />
|
<img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python" />
|
||||||
<img src="https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white" alt="SQLite" />
|
<img src="https://img.shields.io/badge/PostgreSQL-336791?style=for-the-badge&logo=postgresql&logoColor=white" alt="PostgreSQL" />
|
||||||
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript" />
|
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript" />
|
||||||
<img src="https://img.shields.io/badge/Svelte-FF3E00?style=for-the-badge&logo=svelte&logoColor=white" alt="Svelte" />
|
<img src="https://img.shields.io/badge/Svelte-FF3E00?style=for-the-badge&logo=svelte&logoColor=white" alt="Svelte" />
|
||||||
<img src="https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white" alt="Docker" />
|
<img src="https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white" alt="Docker" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# SnippetsLibrary
|
|
||||||
|
|
||||||
Manage your personal and team code snippets with speed and confidence. SnippetsLibrary makes it easy to create, organize, search, and share snippets with first-class DX and beautiful syntax highlighting.
|
Cue is an on-demand resource booking system built for an arcade and pool venue. The UI was designed to run on a terminal-like POS touchscreen.
|
||||||
|
|
||||||
I have 50+ users and I'm working on a new version with a lot of new features.
|
<video autoplay loop muted playsinline>
|
||||||
And 200+ snippets.
|
<source src="/static/cue.webm" type="video/webm" />
|
||||||
|
</video>
|
||||||
|
|
||||||
## ✨ Highlights
|
## The Problem
|
||||||
|
|
||||||
- **Secure auth**: GitHub OAuth + JWT sessions
|
The venue's existing workflow had several pain points:
|
||||||
- **Sharing**: Public share links with SEO-friendly pages
|
|
||||||
- **Search & filter**: Language, visibility, keywords, pagination
|
|
||||||
- **Syntax highlighting**: 20+ languages, themes, copy-preserving formatting
|
|
||||||
- **Fast**: Bun runtime, Hono server, optimized client with Vite
|
|
||||||
|
|
||||||
## 🛠️ Tech Stack
|
- **Unreliable alerts** — Employees set phone alarms to track booking end times, which was error-prone and easy to miss
|
||||||
|
- **Cost overruns** — The machine tracking running costs would often exceed the pre-paid amount, since payment happens at booking time, not at the end
|
||||||
|
- **End-of-shift reconciliation** — Staff had to manually recalculate totals to verify the day's earnings matched expectations
|
||||||
|
|
||||||
- Frontend: React, Vite, Tailwind CSS, shadcn/ui
|
Cue eliminates these issues by centralizing booking management with real-time tracking and automatic cost calculation.
|
||||||
- Backend: Bun, Hono, JWT, Drizzle ORM, PostgreSQL
|
|
||||||
- Infra: Cloudflare Workers, GitHub Actions, Drizzle Kit
|
|
||||||
|
|
||||||
## 🚀 Quick Start
|
## Features
|
||||||
|
|
||||||
1. Clone the repo:
|
- Book arbitrary resource types (pool tables, arcade machines, etc.)
|
||||||
```bash
|
- Admins configure pricing and valid booking durations per resource
|
||||||
git clone https://github.com/cojocaru-david/snippetslibrary.com
|
- Real-time updates via REST API and Server-Sent Events (SSE)
|
||||||
cd snippetslibrary.com
|
- Maintenance windows to mark resources as unavailable
|
||||||
```
|
- Move bookings between resources of the same type
|
||||||
2. Install deps: `bun install`
|
- Cancel or extend active bookings
|
||||||
3. Configure `.env` in `server/` (DB, GitHub OAuth, JWT, FRONTEND_URL)
|
|
||||||
4. Migrate DB: `cd server && bun run db:migrate`
|
|
||||||
5. Start dev: `bun run dev` (client on 5173, server on 8000)
|
|
||||||
|
|
||||||
## 🔗 Links
|
## Tech Stack
|
||||||
|
|
||||||
- Live: https://snippetslibrary.com
|
- **Frontend**: TypeScript, Svelte
|
||||||
- Repo: https://github.com/cojocaru-david/snippetslibrary.com
|
- **Backend**: Python, PostgreSQL
|
||||||
|
- **Communication**: REST API, SSE for real-time updates
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ description: 'A simple marketing site built for a small business.'
|
|||||||
tags: ['astro', 'tailwindcss']
|
tags: ['astro', 'tailwindcss']
|
||||||
image: '../../../public/static/druksubli.webp'
|
image: '../../../public/static/druksubli.webp'
|
||||||
link: 'https://druksubli.pl'
|
link: 'https://druksubli.pl'
|
||||||
|
order: 5
|
||||||
startDate: '2025-04-16'
|
startDate: '2025-04-16'
|
||||||
endDate: '2025-05-29'
|
endDate: '2025-05-29'
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ description: 'My homelab is where I tinker and learn new technologies.'
|
|||||||
tags: ['proxmox', 'networking', 'hardware']
|
tags: ['proxmox', 'networking', 'hardware']
|
||||||
image: '../../../public/static/homelab.webp'
|
image: '../../../public/static/homelab.webp'
|
||||||
link: 'https://git.jaroszew.ski/ansible'
|
link: 'https://git.jaroszew.ski/ansible'
|
||||||
|
order: 1
|
||||||
startDate: '2023-05-15'
|
startDate: '2023-05-15'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ description: 'Personal Portfolio is a personal website that showcases my work an
|
|||||||
tags: ['astro', 'tailwindcss', 'typescript', 'svelte']
|
tags: ['astro', 'tailwindcss', 'typescript', 'svelte']
|
||||||
image: '../../../public/static/portfolio.webp'
|
image: '../../../public/static/portfolio.webp'
|
||||||
link: 'https://patrick.jaroszew.ski'
|
link: 'https://patrick.jaroszew.ski'
|
||||||
|
order: 4
|
||||||
startDate: '2026-03-10'
|
startDate: '2026-03-10'
|
||||||
---
|
---
|
||||||
# Developer Portfolio & Blog
|
# Developer Portfolio & Blog
|
||||||
|
|||||||
Reference in New Issue
Block a user