Skip to main content

5 posts tagged with "agile development"

View All Tags

· 4 min read
add reactions to your blog by using docusaurus, now with animation!
Summary

Our HeroMode blog is powered by Docusaurus, and we have added customizations over time to make it more dynamic and interactive. Previously we had added blog reactions to each blog post. For each blog, the post author can decide which emojis to include, as well as their titles. In this post, I describe how to add animations to the react titles, so that they truly feel like the Easter eggs that they are!


· 11 min read
add reactions to your blog by using docusaurus and google firebase
Summary

We describe, step-by,step, how we added blog reactions into Docusaurus by doing component swizzling and integrating with Google's Firebase.

The code discussed here is available in our GitHub repository. And you can also check out a demo at demo-docusaurus-blog-reactions.ovisly.com!


· 9 min read
dsa@ovisly.com
license plates in many US states have three letters, plus numbers
Summary

WRD-PLT (Word Plate) is a game we play on road trips. The game is simple: as another car drives by, take the three letters on their license plate, and come up with words containing all three letters in that order.

But not all three-letter triplets are fun for this game. Some are impossible ("ZQX"). Some are too easy ("ING"). Here we apply statistical analysis to come up with a set of triplets that are within the goldilocks zone of playability.

And you can play the game at https://wrd-plt.ovisly.com/!