500 Subscribers Milestone, and a Similarity

Igor Silveira
4 min readOct 18, 2021

Hey Developer 👋

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. Be sure to tell me what you think.

It is a brand new week and I hope you are ready to tackle it head-on. I know I am!

I’ve learned so much about so many different technologies last week through intensive reading and practicing, and I plan to do the same this week.

As always I will be sharing everything I learn on my Twitter profile and I already have a great week of content lined up to roll out. Be sure to follow me there!

As a side note, I have also reached 500 subscribers on my YouTube channel, thank you to all! 🙌

✍️ Weekly Snippet

A similarity code snippet in JavaScript

Here’s a cool code snippet I found using the 30 Seconds of Knowledge browser extension.

A function that returns an array of elements that appear in both arrays passed in as arguments.

Use Array.prototype.filter() to remove values that are not part of values, determined using Array.prototype.includes().

📄 Must-Reads

How Relevant is Still TypeScript in 2021?blog.openreplay.com
Is TypeScript still the best type-safe language for the web in 2021?

How JavaScript Works: A Visual Guide🔥 🤖 | by Narottam Sahu | JavaScript in Plain Englishjavascript.plainenglish.io
JavaScript is one of the most loved and hated language in the world. It is loved because it is potent. You can make a full-stack application by just learning JavaScript and nothing else. It is also…

Best Practices for Using JWT. 5 Best Practices to Follow When Using… | by Piumi Liyana Gunawardhana | Oct, 2021 | Bits and Piecesblog.bitsrc.io
Today, JSON Web Tokens are widely used in applications to share security information. Still, they are not entirely foolproof and could open doors for attackers. However, we can avoid these…

Writing Clean JavaScript — ES6 Edition | by Jihad Al Khurfan | Geek Culture | Aug, 2021 | Mediummedium.com
Clean code is not just code that works, but rather code that can be easily read, reused, and refactored by others. Writing clean code is important because, in a typical work environment, you are not…

👀 Product of the Week

BlogAudio: Convert your articles to high-quality audioblogaudio.co
Convert your articles to audio using Text-To-Speech technology and allow your readers to listen to high-quality AI voices reading your articles.

🎬 This Week’s Video

💬 Join our Discord

Join our Discord channel and get help from the community for all your developer needs -> https://discord.gg/xMSGUMsc.

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.

--

--