DEV Community

Cover image for The 7 Most Popular DEV Posts from the Past Week
Jess Lee for The DEV Team

Posted on

The 7 Most Popular DEV Posts from the Past Week

Every Monday we round up the previous week's top posts based on traffic, engagement, and a hint of editorial curation. The typical week starts on Monday and ends on Sunday, but don't worry, we take into account posts that are published later in the week. ❤️

1. Super Thorough List

Sahil finds and shares an incredible list of resources for programmers.

2. Uncovering Gems

Rhymes shares their favorite trick in Python's standard library - making a slow serial task into a concurrent one.

3. Heavyweight

A commonly discussed topic, Leonardo vents about the weight of node_modules.

4. Don't be mad!

How to remain patient and considerate towards others while navigating the demands of developing software.

5. Fuller Test Suites

Calculate the distance between two points and compare with the true real number calculated manually. If they match, all is well!

How to put yourself in a testing mindset, think about domain area and corner cases, and write both positive and negative tests.

6. Hidden & Not So Obvious

Eugene has used Docker for the past four years and through that experience, they've encountered a few frustrating gotchas. In this post, they share some tough learnings in hopes that you can avoid them.

7. "Pry was my best friend"

A wonderful and relatable story on building your first web app. I try not to go into first person here, but I do want to add an editorial note that it's pretty cool that Jeremy's first app was TDD'd!

That's it for our weekly wrap up! Keep an eye on dev.to this week for daily content and discussions...and if you miss anything, we'll be sure to recap it next Monday!

Top comments (5)

Collapse
 
dimensi0n profile image
Erwan ROUSSEL

Maybe one day I'll be in this top seven

Collapse
 
rhymes profile image
rhymes • Edited

Thanks 😭😭😭

I always manage to find interesting posts I totally missed the week before ✌🏾

Collapse
 
sahilrajput profile image
Sahil Rajput

Thank you 😁

Collapse
 
milkstarz profile image
malik

Wow there are so many common themes between all of this week's posts!

Thanks for putting this together as always :D

For any that may be interested, @dangolant and I do a weekly discussion of these top 7 posts!

If you're interested in hearing about the posts above in audio form, you can find it here:

Cheers!

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

Maybe one day I'll do TDD