DEV Community

Cover image for Top 10 articles of the week for beginners👋.
Kavindu Santhusa
Kavindu Santhusa

Posted on

 

Top 10 articles of the week for beginners👋.

DEV is a community of software developers getting together to help one another out. The software industry relies on collaboration and networked learning. They provide a place for that to happen.

"A journey of a thousand miles begins with a single step." - Chinese Proverb

#beginners

"A journey of a thousand miles begins with a single step." -Chinese Proverb

Here is the most popular articles published on this platform.

#1

Image of post

#2

Image of post

#3

Image of post

#4

Image of post

#5

Image of post

#6

Image of post

#7

Image of post

#8

Image of post

#9

Image of post

#10

Image of post

Orginal authors of this articles are @coderamrin , @rylandking , @abh1navv , @sagarbarapatre , @sagarbarapatre , @collins87mbathi , @ericchapman , javascriptacademy, magarrent, sonam_shukla_707cc1e27f23.

Enjoy these articles.
Follow me for more articles.
Thanks 💖💖💖

Top comments (9)

Collapse
 
ksengine profile image
Kavindu Santhusa

I can't mention more than 7 in post. So @javascriptacademy , @magarrent and @sonam_shukla_707cc1e27f23 are mentioned here.

Thanks for all the authors of above posts 👍.

Collapse
 
javascriptacademy profile image
Adam Nagy

Thanks for the feeback 😊
Community opinion means alot to us!

Collapse
 
ksengine profile image
Kavindu Santhusa

Welcome 🤗.

Collapse
 
magarrent profile image
Marc Garcia Torrent

Thank you Kavindu! Really appreciate it!

Take a look to my post, very interesting and there is a promo code there :) !

Collapse
 
ksengine profile image
Kavindu Santhusa

Sure

Collapse
 
lakiramd profile image
Lakira Minlaka

👏

Collapse
 
ksengine profile image
Kavindu Santhusa

Thanks 👍.

Collapse
 
ksengine profile image
Kavindu Santhusa

Welcome 🤗.

The JavaScript Brief

1. Top 5 MERN STACK projects to improve your practical understanding

Boost your MERN Stack development skills by undertaking interesting beginner projects. These five engaging projects cover web applications and range from social media website applications to geo-social networking maps. Hone your understanding and apply modern techniques backed up by hands-on experience.

2. How To Optimize Your React App’s Performance

Learn the best optimizing techniques to make your React applications faster and more efficient. Focusing on the identification of performance bottlenecks and common pitfalls to avoid, these optimization strategies will keep your applications running smoothly even when faced with growing complexity.

3. A story of let, const, object mutation, and a bug in my code

In the pursuit of bug-free code, explore an incident involving a mix-up between const and let, making sure your custom code works effectively with third

party documentation. Discover best practices on program flow and learn about JavaScript's unpredictable aspects to ensure your core code is robust.