/* eslint-disable svelte/no-navigation-without-resolve */
Personal Web
This personal web
// eslint-disable-next-line svelte/no-navigation-without-resolve
- Tech stack: SvelteKit, Tailwind, Typescript.
- Hosted on: Netlify.
/* eslint-disable svelte/no-navigation-without-resolve */
Open RMM
Open source Remote Machine Management
// eslint-disable-next-line svelte/no-navigation-without-resolve
I hope this will be self-hosted service for Management and Monitoring of Windows, Linux and Mac.
- Tech stack (not everything is set in stone):
- API: Typescript, Postgres, Node, Express, Prisma, Zod
- Web: SvelteKit, Tailwind, Typescript, Prisma, Postgres
- Agent: Rust, eventually Tauri for GUI
/* eslint-disable svelte/no-navigation-without-resolve */
InProgress
Inventory and work in progress tracking web app
// eslint-disable-next-line svelte/no-navigation-without-resolve
Proof of concept app with UI inspired by Trello. UI optimized for PC and mobile. Able to add, edit and search for computers
and to update their WIP status. Barcode scanner is integrated in the web app for easy check in and out of computers. Azure AD login is
integrated with the web app.
- Tech stack: SvelteKit, Tailwind, Typescript, Prisma, Postgres
/* eslint-disable svelte/no-navigation-without-resolve */
Powershell batch video file converter
Script to batch convert videos to multiple formats (HEVC, Cineform) - may be useful for someone
// eslint-disable-next-line svelte/no-navigation-without-resolve
Powershell script to batch convert of all videos in folder to multiple formats (HEVC, Cineform) Usually I am using conversion to Cineform for speedup editing in Adobe Premiere Pro and HEVC conversion using NVENC encoder to reduce size of video files.
/* eslint-disable svelte/no-navigation-without-resolve */
Create slideshow from images
Fork of sashee/images2video so you are able to make slideshow from IMGs
// eslint-disable-next-line svelte/no-navigation-without-resolve
NodeJS script for rendering Images to slideshow video. Removed other algos for simplicity and updated to render in 60FPS and 1 sec crossfade.