jazzypants1989
Software engineer at 100 Devs & Founder of Jovial Penguin, LLC.
Jovial Penguin, LLCVancouver, WA
Pinned Repositories
astro-docs-template
A template for creating documentation using Astro's Content Collections API. It creates a Table of Contents based on the markdown files and folders in the content folder, and it creates a "On this Page" link-list dynamically based on the headings of each page.
droxy
jessquery's scrawny kid brother
electric-larrys
Final version of my e-commerce store.
fetch-upload-progress
Testing out how to get a progress event on uploads from the fetch API
into-the-future
A collection of demos for my blog
jesseddit
It's my tech blog!
jessepence.com
My portfolio built with Astro and UnoCSS. It's... a bit much, but hopefully employers will stick with it long enough to scroll through the portfolio.
jessquery
Modern JavaScript is pretty good, but typing `document.querySelector()` is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 30kb, while this is only around 3.5kb. Lots of JSDoc comments so it's self-documenting and works great with TypeScript.
rsc-from-scratch
RSC from scratch challenges
jazzypants1989's Repositories
jazzypants1989/jessquery
Modern JavaScript is pretty good, but typing `document.querySelector()` is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 30kb, while this is only around 3.5kb. Lots of JSDoc comments so it's self-documenting and works great with TypeScript.
jazzypants1989/astro-docs-template
A template for creating documentation using Astro's Content Collections API. It creates a Table of Contents based on the markdown files and folders in the content folder, and it creates a "On this Page" link-list dynamically based on the headings of each page.
jazzypants1989/rsc-from-scratch
RSC from scratch challenges
jazzypants1989/droxy
jessquery's scrawny kid brother
jazzypants1989/jesseddit
It's my tech blog!
jazzypants1989/fetch-upload-progress
Testing out how to get a progress event on uploads from the fetch API
jazzypants1989/jessepence.com
My portfolio built with Astro and UnoCSS. It's... a bit much, but hopefully employers will stick with it long enough to scroll through the portfolio.
jazzypants1989/codewars-demo
jazzypants1989/deno-real-store
Deno versions of my demo app
jazzypants1989/docs
Astro documentation
jazzypants1989/electric-larrys
Final version of my e-commerce store.
jazzypants1989/into-the-future
A collection of demos for my blog
jazzypants1989/astro
The all-in-one web framework designed for speed. ⭐️ Star to support our work!
jazzypants1989/astro-bug-report
always fun
jazzypants1989/astro-upload
Showing how to persist an upload component between pages.
jazzypants1989/DefinitelyTyped
The repository for high quality TypeScript type definitions.
jazzypants1989/jazzypants1989
Config files for my GitHub profile.
jazzypants1989/jessedit-prototype
This is just from me playing around and learning SolidJS last year. This will become a time capsule of what using server$ was like. Not the best code in the world, but it has sentimental value to me.
jazzypants1989/jovialpenguin.com
Placeholder website while I look for a job.
jazzypants1989/navigation-api-view-transitions
Testing out experimental routers.
jazzypants1989/nextjs-test
Bug report for NextJS
jazzypants1989/open-ui
Maintain an open standard for UI and promote its adherence and adoption.
jazzypants1989/philly-js-club-site
The website for Philadelphia's monthly JavaScript meetup. ✨
jazzypants1989/react-state-management
Implementing the same shopping cart with three different state management tools. I was trying to see which one I liked best. I picked Jotai.
jazzypants1989/simple-myxa
Look, Mom! I made a framework! Just kidding, I'm just playing around with a basic state-based rendering library with a nested router.
jazzypants1989/solid-router
A universal router for Solid inspired by Ember and React Router
jazzypants1989/tiny-rsc
Simplest possible RSC demo without Next.js
jazzypants1989/view-transitions-live-mpa
Maxi Ferreira's view transitions demo using the view-transition meta tag instead of the navigation API.
jazzypants1989/vscode-theme
VSCode theme specially created for my form of color-blindness. This probably shouldn't be used by anyone else.
jazzypants1989/vt-live-astro
Showing off how easy Astro makes View Transitions