Frontend Development Weekly Digest 💮 - Week 32

4 min read
  • ✍️ Challenges in Writing a Programming Book

    • Writing a programming book comes with many challenges, from keeping up with rapidly changing technologies to engaging an audience that often prefers video content. This article dives into the difficulties and rewards of the writing process.
  • 🔮 The Future of Vue.js (with Evan You)

    • Evan You, the creator of Vue.js, shares insights into the future of the framework, discussing upcoming features and the overall direction Vue.js is taking.
  • 🔠 Letter Spacing is Broken and There’s Nothing We Can Do About It… Maybe

    • An in-depth look at the challenges of letter spacing in web design, why it’s broken, and potential workarounds for designers passionate about typography.
  • 💻 Windows 11 Clone with ReactJS

    • This project showcases the creation of a Windows 11 clone using ReactJS. Developed for educational purposes, it offers a hands-on approach to building complex UI interfaces with React.

🆕 Releases & Updates

  • 🌟 What’s New in Astro - July 2024

    • Astro introduces exciting new features in its July 2024 update. Explore what’s new in this static site generator and how it can benefit your projects.
  • 📚 Storybook 8.2

    • The latest release of Storybook, version 8.2, brings enhanced capabilities for building and testing UI components. Discover the new features and improvements.
  • 🔥 Exciting New Features In TypeScript 5.5

    • TypeScript 5.5 introduces several new features that streamline development and enhance the language’s capabilities. This article breaks down the most impactful changes.
  • 🛠️ What’s Coming Next for ESLint

    • ESLint is evolving to become more modular and language-agnostic. Learn about the upcoming changes, including a complete core rewrite and new plugins for JSON and Markdown.

🛠 Tools & Resources

🪐 Explore More

💻 CSS for Dummies

swimmers

When you let a backend dev code the synchronized swimming choreography in CSS:

.swimmer {
  float: left;
  overflow: hidden;
}

#pool {
  display: table;
  border: 2px solid blue;
}

.performance {
  max-connections: 100;
  timeout: 30s;
}

@media water {
  * {
    waterproof: true !important;
  }
}

Cited Sources:

  • Dev.to
  • CSS-Tricks
  • LogRocket
  • ESLint
  • Transistor.fm
  • Astro.build
  • Storybook.js.org
  • OpenReplay.com
  • WebDeveloper.beehiiv.com
  • Mailcoach.app
  • Platformatic.dev
  • Stackademic.com

💡 Stay updated with the latest in frontend development. Follow the links for more insights.

✨ Explore More:

--eof--