HomeBadges
Blog Author Picture

Michael Leners

1 follower

Former physics instructor, recovering engineer, graduate student, Washington native, and "Iowa Captive". I love web development and am especially passionate about the intersection of UX and QA.

Docker Command Bonus: Dockerizing React Apps

Dec 29, 20202 min read

In a previous post on Dockerizing React Apps, I discussed a strategy for running React in a Docker container. In the scripts, I put local-react as the image tag. You'll soon find out trying to use the same tag on all your containers is not the greate...

Conditional Rendering of Components in React

Dec 26, 20206 min read

I've been working through the Epic React course from Kent C. Dodd over this holiday season 🎄 It's interesting seeing how I code things while I "try it out", then compare it to how Kent codes things in his solutions. One difference I wanted to share ...

JavaScript Promises: Alternative to then/catch

Dec 20, 20203 min read

I promise this won't be a long blog, but no guarantees against puns 😜 The promise is a prominent way to deal with asynchronous code in JavaScript. Many APIs return asyncronousely and use the promise as a return value. The promise is to return data o...

How My Team Uses Cypress for End-to-End Testing

Dec 17, 202011 min read

This blog is part of a series on end-to-end (E2E) testing in Cypress. In this post, we will take a look at how our team uses Cypress to benefit our workflow and increase the safety in which we deploy new features. This information is available in thi...

Creating Netlify Cloud Functions

Dec 13, 20208 min read

I began dabbling with cloud functions with AWS Lambda. That was when I started developing. Around the same time, I learned the difference between a backend and a frontend - and the role of an API. It was a lot to take in, but the differences between ...

Dockerizing React Apps

Dec 9, 20206 min read

Containerized development is hot 🔥 What makes these tools so popular? From my experience, containers: Make complex local environments quick and easy to spin up Allow for specific versioning of languages and packages to coexist locally Provide an e...

© 2021 Dev Log by Michael Leners

PrivacyTerms
Proudly part of