Posts tagged with Javascript

  • Claude Design to revamp two projects

    Thumbnail for Claude Design to revamp two projects

    Design has always been my bottleneck. I usually have a fairly clear idea of what I want, but turning that into a consistent interface is where I get stuck. For the last redesign of my resume site, back in 2024, I ended up hiring a designer through Fiverr to get...

  • Pagefind: Search in a static website

    Thumbnail for Pagefind: Search in a static website

    Adding a good search to a website is hard in any case, but with static website good options are few and far between. Pagefind is a game-changer and makes this very simple! It already has been added to this site, so for a quick demo click the search icon in...

  • PyScript: Python in the browser!

    Thumbnail for PyScript: Python in the browser!

    At PyCon 2022, PyScript was announced as a way to run Python in the browser and it has made waves in the community since. While there are some really cool demos included in the project, the project is still in early stages of development and the documentation is lagging a...

  • Lights, Camera, GitHub, Actions: My Favorite GitHub Actions

    Thumbnail for Lights, Camera, GitHub, Actions: My Favorite GitHub Actions

    GitHub Actions allow you to automate some workflows directly on GitHub when code is pushed, at regular intervals or triggered manually. While it takes a bit of setup, the advantages are well worth the time required to get acquainted with this advanced feature of GitHub. In this post I’ll outline...

  • Static Site Generators: Jekyll vs Pelican vs Gatsby

    Thumbnail for Static Site Generators: Jekyll vs Pelican vs Gatsby

    There are many static site generators out there! Which one to pick is far from trivial. In this post three generators used in some of my projects are being compared, helping you pick the right one for your next project! On JamStack there is a long list of generators to...