From Zero to Hero with Github Actions (video)
My talk from JFokus 2023. I spoke about the main building blocks of a CI/CD process with github actions.
…Family, Code, Run
My talk from JFokus 2023. I spoke about the main building blocks of a CI/CD process with github actions.
…In 12 minutes, I shared with my colleagues three tips I used to refactor tests of legacy code. Testing the API, ensuring the tests fail for the right reason, and avoiding the coupling pitfall are exhibited in this live …
How do I approach a new feature in an open source project? How do I TDD a frontend feature? What do we use for cross-browser testing? All this and more in this live coding session recording
This is the recording …
How and when to run Github Actions jobs on your own machine?
In a previous blog, I wrote about using your own Docker images with Github actions. One of the comments was about contacting private or custom docker registries …
Vivid, Vonage’s design system, is now published. What better way to celebrate Vivid’s public birthday than to build a birthday quiz? Let’s have a vivid birthday!
Vivid is an open-source vanilla JavaScript design system built upon the web components technology. …
How do you know your test is effective? How do you know your test protects you from breaking changes? And how can you do TDD without doing TDD? The best distillment of TDD taken from a TDD workshop in JFokus.…
How can tests be your best documentation? What small changes can improve the contract between your code and its consumers? Learn how to improve your tests from a real-world example.
Yes, we write them to ensure fewer things break before …
How to use the docker image to run Github Actions? How to use them to speed up the flows and stabilize tests? And when you should not use them?
This article assumes you have prior knowledge of github actions and …
How to build a chrome extension, manipulate and interact with a page and publish it to the Chrome Web Store? Here’s how I created a Chrome extension that enables me to style the text in my posts and comments – …
Did you know you can improve your (and your colleagues’) life by developing chrome extensions? Keren Kenzi showed how to do it in Fullstack Exchange 2022
In Fullstack Exchange 2022, Keren Kenzi gave an excellent talk about a chrome extension…