Weekly Dev Tips and Resources — Issue #1

Igor Silveira
4 min readSep 27, 2021

--

Hey developers 👋

This is the newsletter that gives you a summary of everything relevant that happened the past week that can help you on your coding journey.

Hello world, and welcome to the first issue of this newsletter.

It is Monday, September 27th, 2021, early in the morning before work and I am writing this first issue to 0 subscribers. And you know what, I couldn’t be more excited!

I’ve been wanting to do this for a very long time, but I’ve always let excuses get in the way. “Who’s gonna read it?”, “How do I find valuable content?”, “What if no one subscribes?”. These were some of the questions that I asked myself and that have kept me from doing this earlier, but like many say: “You just have to start”, and so I did.

You can expect this weekly newsletter in your inbox every Monday with the best tips and resources that I compiled during the week that can help you grow as a developer.

If you get value from this content, please be free to share it with your fellow developer friends!

Subscribe to this newsletter on Revue

✍️ Weekly Snippet

Delay the execution of an async function

Have you tried to delay the execution of a specific part of an async function before? Delay executing part of an async function, by putting it to sleep, returning a Promise that resolves after ms milliseconds.

📄 Must-Reads

Node.js Best Practices for Beginners and Experts Alike | by Rencybeth | JavaScript in Plain Englishjavascript.plainenglish.io
One can create lightweight, non-blocking, scalable, fast, and robust server-side web applications by writing javascript code outside the browser. Today, we will discuss some useful Node.js best…

Hacktoberfest: 69 Beginner-Friendly Projects You Can Contribute Tomiguendes.me
A Big List of Beginner-Friendly Open Source Projects You Can Contribute To.

10 Awesome Github Repos Every Web Developer Should Knowblog.simonholdorf.com
I have collected ten great repositories you can find on GitHub that will definitely give you an instant knowledge boost. 1. Awesome Awesome is, without a doubt, the most popular repo that curates all topics from software development to hardware to b…

👀 Product of the Week

Small Dev Tools

Small Dev Tools is a compilation of tiny tools that many developers look for daily to perform fast, small tasks. Instead of firing up Google and looking for a new website every time that can format that file or parse that JSON, you can bookmark Small Dev Tools on your browser and have it handy.

🚧 Projects Updates

CodeSlabs.io is getting a new landing page! It is still under PR review and a component is missing, but you can find the new version at a preview channel right here.

Check it out and share your feedback.

WIP: New CodeSlabs.io landing page

🎬 This Week’s Video

💬 Join our Discord

Join our Discord channel and get help from the community for all your developer needs.

If you find my content valuable, I’d really appreciate it if you could support me so that I can continue improving and dedicating more time to it.

--

--

Igor Silveira
Igor Silveira

Written by Igor Silveira

A developer’s journey is never-ending.

No responses yet