diff --git a/content/the-ember-times-issue-208.md b/content/the-ember-times-issue-208.md index 121cc4d7a..0fce9ff12 100644 --- a/content/the-ember-times-issue-208.md +++ b/content/the-ember-times-issue-208.md @@ -11,7 +11,7 @@ tags: 👋 Emberistas! 🐹 -EmberFest 2023 videos 🇪🇸, Ember Europe meet-up 🇪🇺, Glint Deep Dives 🤿, +EmberFest 2023 videos 🇪🇸, Ember Europe meet-up 🇪🇺, Glint Deep Dives 🤿, Practicle Blogposts 📝 --- @@ -34,15 +34,12 @@ Time to start binging, [Chris Krycho (@chriskrycho)](https://github.com/chriskry --- -## [🐹 3. Section title in sentence case](section-url) +## 📝 Crispy blogpost to help you along - - - - - - - +- [Context leaking in EmberJS tests](https://dev.to/michalbryxi/context-leaking-in-emberjs-tests-52nm) by [Michal Bryxí (MichalBryxi)](https://github.com/MichalBryxi) explains why test migth be floppy when it comes to state and what you can do about it. +- [What to use instead of `@ember/string`](https://dev.to/nullvoxpopuli/what-to-use-instead-of-emberstring-34mo) by [Preston Sego (@NullVoxPopuli)](https://github.com/NullVoxPopuli) shows you how to migrate from `@ember/string` to [`change-case`](https://www.npmjs.com/package/change-case) +- [Setting up Tailwind, the easy way](https://dev.to/nullvoxpopuli/setting-up-tailwind-the-easy-way-5843) by [Preston Sego (@NullVoxPopuli)](https://github.com/NullVoxPopuli) helps you to set-up Tailwind in 8 steps or if you are on node 18 with `npx ember-apply tailwind`. +- [Troubleshooting CI test failures with Jenkins](https://hackernoon.com/troubleshooting-ci-test-failures-in-ember-js-with-jenkins-a-journey-of-discoveries) by [Vasanth Kumar (@vasind)](https://github.com/vasind) demystifies the problem where errors only show up in CI and how to learn from that. ---