Home
Dev
Blog
Photography
Home Dev Blog Photo

Blog Posts

No dev blog posts yet. Check back soon.

Projects

Scoreboard Pro

Simple scorekeeping app built for tournaments with friends.

Technologies

React Native

jeff-fennell.com

My personal landing page.

Technologies

SvelteKit, Node.js, Koa, MongoDB

jeff-fennell.photography

My online photography portfolio.

Technologies

SvelteKit, Node.js, Koa, MongoDB

Open Source Contributions

Less.js compiler

Summary

Less.js is the reference implementation for Less that has been forked over 3.5k times and has over 16k stars. A client project I was working on used on used the compiler, and we needed an option to disable sourcemap generation in our build process. I contributed a pull request was ultimately merged into the project history.

JlessC compiler

Summary

Java implementation of a less compiler. Raised an issue to normalize file line endings in for version control parity across different systems that was ultimately merged into the main codebase.