Web Tech Newsletter - August 2023
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!
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...
How many times have you gotten your git repository tied up in knots and had to reach out to a coworker or Google for help? Do you feel fully in command when issuing git commands at the CLI or do you wince a little before hitting the return key?
Laying out the strongest benefits I see in writing tests first.