Three Developer Articles that Interested Me This Week — 08/08/2022
Every Monday, I post three things from the world of software development that interest me or otherwise catch my attention. Subscribe via email and get this in your inbox every Monday.
The Pros and Cons of TailwindCSS
I looked at TailwindCSS for my side project, liked it for a while, but ultimately decided I didn’t like the repetition required, the coupling, and the mess it made of my HTML. But your mileage may vary, I suppose.
List of Free Image Tools Every Frontend Developer Needs
I’m all thumbs when it comes to graphics, and so lists like this are very useful to me.
My Answer about Promises in Angular
Thought I’d air a little dirty laundry. I was (embarrassingly) struggling with Promises in my front-end Angular application. I got caught in the old imperative way of thinking. Fortunately, one of the great developers at work helped me out, and I could answer my own question.