DEV Community

Cover image for πŸ”₯ What's Hot in Web Development? β€” Weekly Picks #146
Ido Shamun for daily.dev

Posted on • Originally published at daily.dev

πŸ”₯ What's Hot in Web Development? β€” Weekly Picks #146

🌟 This week we have brilliant posts about personal and professional growth, Reactjs, Deno, Vue 3, and some free resources!
As always, all posts were ranked by daily.dev community. Shout out to all the authors. πŸ‘

So, let's get it started.

7 Simple Rules to Make Life Better for Developers

πŸ† Ilona shares her genuine tips for improving our lives. It has nothing to do with coding, but you must check this list out. She also provides references for further reading.

The Best Coding Challenges Websites For Beginners

βš”οΈ There are so many websites to practice coding and algorithms. Many of them target experienced developers. Catalin makes sure code newbies have not left aside and list the best sites for them.

1 line css to center object

πŸ₯³ If you want to center elements on your website quickly and don't care about IE support, check this grid-based solution.

Making An Awesome Developer Portfolio

🌈 There're many devs out there with a portfolio to showcase their work. Garv recently completed his, and he shares seven tips for creating a better portfolio.

Tips for every Programmer

πŸ†™ This post completes the first post on this list. It provides tips to grow as a developer and take part in our vast community.

Will Deno Kill NPM?

πŸ€” The article starts with a short intro about Deno and a comparison between the two. In the end, as we all think, the author says that it will not replace Node thanks to Node's large ecosystem.

5 React Good Practices

πŸ‘€ Quickly skim through this article to make sure you're aligned and familiar with these practices as a React developer.

Free Web Development Resources

πŸ€‘ Free stuff is always exciting, and Marko lists so many of it. Learning platforms, hosting, coding challenge, remote job boards, and many more.

Goodbye comments, welcome Webmentions πŸ™‹πŸΌβ€β™‚οΈ

πŸ‘‹ Here is another excellent daily tip by Chris. This time he tells us about Webmentions. A new way to discuss and interact on the web.

Vue.js 3.0 released

πŸš€ This JavaScript weekly issue contains so many announcements and news. The most important is the release of Vue 3, but there are others such as Moment.js entered maintenance mode and more.

πŸ™Œ Wrap Up!

That was all for this week. We will come back with another list of exciting development posts next week.


Daily delivers the best programming news every new tab. We will rank hundreds of qualified sources for you so that you can hack the future.

Daily Poster

Oldest comments (4)

Collapse
 
madza profile image
Madza

I always like the quality of these picks, you can tell these aren't just randomly picked to fill the list! πŸ”₯πŸ”₯Keep it up that way πŸ‘

Collapse
 
idoshamun profile image
Ido Shamun

Wow! Thank you πŸ™

Collapse
 
starpebble profile image
starpebble

Keep sharing trends! A little comment. Deno is a tiny paradigm shift where dependencies must be downloaded at least once upon execution by the runtime. Whereas npm the current paradigm has an npm install step.

Collapse
 
Sloan, the sloth mascot
Comment deleted