We are very close to 4000 subscribers, but I need your help to get there! 🚀
If you could write a quick post on BlueSky, LinkedIn or X and recommend this newsletter to your peers, I would be over the moon 🙏 Tag me in it - I'll repost/retweet it for sure!
In other news, you can now chat with an AI avatar on this newsletter's website — it's there to answer any questions about the newsletter and might be helpful for some of you. 🤖
I'm also brainstorming a new little SaaS: a keyword monitor for BlueSky. I'm building it mainly for myself, but who knows, it might be useful for others too!
👉🏻 A paid starter-kit / skeleton builder with focus on Go as the main backend language, paired with a frontend framework like SvelteKit, Next.js and now Vue in beta.
💡 Vue Tip: Skip Compilation for an Element
Inside the element with v-prev-pre, all Vue template syntax will be preserved and rendered as-is. The most common use case of this is displaying raw mustache tags.
👉🏻 A flaky test is a test that produces different results in different runs.
👉🏻 In this guide, you will understand what a flaky test is, what are the main causes behind it and some best practices to avoid writing flaky tests in Playwright.