Companies are experimenting with services like ChatGPT to help workers write memos, answer questions, and much more, yet one of the clearest signs of how much traction AI is really getting in the world of enterprise IT is how often ...
I get really excited about new tech I find interesting. When I first “got” the testing framework AVA, I was soooo excited. I was on the rooftops of twitter telling people to give AVA a shot. I created two screencasts ...
I guess I’ve been on a bit of a testing kick recently, I promise this newsletter will delve into more stuff later. But I saw this tweet from Justin Searls (a developer who I admire with a great deal of ...
With the release of my Advanced React Component Patterns course on egghead.io, a lot of people have been asking me about render props. Specifically with regards to testing. Maybe eventually I’ll create a course on egghead.io about testing react components. ...
Testing software. There are a ton of reasons we do it. Here are two of mine: Speeds up my workflow so I can develop software faster Helps me ensure I don’t break existing code when making changes That said, I ...