Web Tech Newsletter - October 2023
Happy Halloween! In this edition of the Web Tech Newsletter, I cover some new releases of popular React meta-frameworks, a fun favicon service, and more.
Drop your email below, and I'll send you my latest posts on the current hot topics in web and software development
Happy Halloween! In this edition of the Web Tech Newsletter, I cover some new releases of popular React meta-frameworks, a fun favicon service, and more.
Welcome to fall! In this month's newsletter, we explore the State of HTML survey, new elements, and an AI tool.
This months issue of the Web Tech Newsletter, we explore some new broadly supported CSS features, some proposed features, a new way to communicate browser support, and more!
Design patterns in software are helpful for many reasons, but two of the most important are that they give developers a shared vocabulary and offer solutions to commonly encountered problems. They are popularly used in OO languages, but not so often thought of in React projects.
Check out this month's newsletter for new Webkit features, new Array methods, the uproar about the Web Environment Integrity proposal, and more!
After using React Testing Library for some time now, I wanted to write down some of the tips and tricks I’ve learned so that I can solidify the knowledge in my own head if nothing else. If any of these tips help you as well on your...