Storypoint Shuffle v1.1.0 - Now with room plans!
A look at the latest update to Storypoint Shuffle and the new features added in version 1.1.0
Continue reading...Here's all blogs, snippets, and projects tagged with web-dev
A look at the latest update to Storypoint Shuffle and the new features added in version 1.1.0
Continue reading...After 30 days of adding analytics to Storypoint Shuffle, I wanted to take a look at the data and get some insights into how people are using the app and if there were any key takeaways.
Continue reading...I recently moved my personal blog from Next.js to Astro as the framework to generate the site. In this post I'll share my experience with the transition, the benefits I've observed, and some challenges I encountered along the way.
Continue reading...I created a way to deploy only tagged versions of my site to production using Vercel and the release-please bot. I used Vercel's ignored build step and a custom script to check for the presence of release-please commit messages. This ensures that only properly tagged versions are deployed to production.
Continue reading...Ok in part 1 we looked at finding dominant colours in an image, we got as far as showing the top 8 colours by pixel count, and showed that this isn't necessarily the best solution for real-world images as there are micro variations of colour within the image that aren't always immediately obvious to the naked eye.
Continue reading...In this post I'm going to look at how to find the dominant colours in an image using JavaScript. This was a challenge I originally faced during a coding interview. I'll go over a simple JS implementation and some potential pitfalls to watch out for.
Continue reading...No snippets found.
A collaborative story point voting app built with Rust (Axum, Socketioxide) and React.
learn more...Image Kmeans is a Webassembly module written in Rust that uses k-means clustering to determine the dominant colours in a provided image
learn more...