Blog posts

  • AI on the comand line

    Using AI tools on the command line leverages the elegance of UNIX utilities. The power of these programs lies in composability—each program has a specific focus, and you can chain the output of one as input to another.

  • The chef's table

    An opportunity is an interesting thing. An opportunity has potential that may or may not be realised. And does it have a price? And a value?

  • UnJS libraries are growing

    This week I had the opportunity to attend FrontKon, a conference in the Czech Republic for frontend developers and designers. I gave a short talk about UnJS, a growing set of libraries designed to simplify the creation of new frameworks and tools.

  • Making sense of Web features

    There is a huge amount of features on the web. The Browser Compatibility Data project lists more than 14000 of them! How to make sense of it all?

  • Committing to writing

    I have been struggling to write regularly for quite some time. I wanted to write more, publish blog posts and I'm even dreaming of writing a book in the future.

  • Working with correct versions of tools in the JavaScript ecosystem

    The ideal is to have the desired version of every tool at every situation during both development and deployment. Docker might be the answer for someone, but it might not be practical to use it all the time. Let's analyze the situation.

All posts ➙