Issue #300 · November 21, 2022

Thirteen Years of Go

“To err is human, but to really foul things up you need a computer”

300 🎉

This is issue #300! It has been quite a journey, so let's just celebrate with a "random" GIF!

Thirteen Years of Go

Thirteen Years of Go

Do you like Go (Google's own programming language)? It's a great language if you ask me but even if you are not a big fan of it, it's still worth remarking that Go is not a 13-year-old language! In this awesome post, Russ Cox (core team) reflects on the Go journey and wishes it a "Happy Birthday"!

Articles

Python Asyncio: The Complete Guide

If you thought async/await existed only in JavaScript you are missing out on one of the most interesting recent additions to Python... Asyncio allows us to use asynchronous programming with coroutine-based concurrency in Python. Although asyncio has been available in Python for many years now, it remains one of the most under utilized features of the language. So check this our if you write any Python!

Jamstack Community Survey Results 2022

If you like to build static websites as much as I do, you should check out the Jamstack community survey result for this year. It's interesting because it doesn't just highlight the trends in the world of static websites but covers also more generic trends in terms of employment and where the world of web development is going. Yes, WordPress is still one of the most used tools to build websites... 🤷‍♀️

Server-side rendering micro-frontends

Our good friend Luca Mezzalira, architect at AWS and worldwide expert on Micro-frontends, wrote an awesome post that highlights an architecture that you could be using on AWS to host and serve micro-frontends at scale. This is actually the first post of a series. The next post will explore the UI composer and micro-frontend discovery implementations.

34 Must Know Terms for Embedded Rust Newbies

I think at this point it's no secret that I really enjoy Rust... But I do know very little about embedded computing. So I found this blog post very fascinating and great for an intro level to the world of embedded... I know it's not strictly web dev related, but we have to step out of our comfort zone sometimes and love to learn foreign things...

Book of the week

CSS Mastery

CSS Mastery

by Andy Budd

Fully updated to the latest CSS modules, make the journey to CSS mastery as simple and painless as possible. This book dives into advanced aspects of CSS-based design, such as responsive design, modular CSS, and CSS typography. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work.