DEV Community

Isaiah
Isaiah

Posted on

1

#100DAYSOFCODE: Day 13

Today, I've come to understand more the hate behind node modules and semver. It's really hard to keep up with dependencies and dependency versions when there's a lot of them to keep track off. But I did learn about npm ls <module_name> to show how a basic view of my dependencies.

Also, I've come to appreciate how far our Web APIs have come. Cheers to the programmers, committees, etc behind them. Without you guys/gals, us modern programmers would have worse Web programming experience.

Ciao!

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video