Weekly Dev Tips and Resources - Issue #2

Weekly Dev Tips and Resources - Issue #2

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.

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 hit reply and tell me what you think.


Hello, world. Hope you had a great weekend!

This is the second issue of my newsletter and even still being at the very beginning of this journey, it is already a part of my weekly routine that I enjoy so much doing.

The goal is to share valuable content and resources every week, with the largest number of people possible. So, if you find value in my content, please share it with your friends!

The newsletter body will grow over time, based on feedback and suggestions to accommodate everything that can be valuable to your developer journey, so feel free to comment and share your insights and suggestions.

Have a great week 🔥

✍️ Weekly Snippet

useRef.png

A palindrome is a word, phrase, or other sequence of characters that reads the same backward as forward. The fastest way to implement a palindrome method in JavaScript in a single line is to split the original on every character, reverse the resulting array, and join it back together on every character as well.

Compare that resulting string with the original and voilà, you got yourself a palindrome checker.

📄 Must-Reads

👀 Product of the Week

Literally, all you need to start your SaaS product right now can be found Micro-Saas. Lists of resources, books, platform boilerplates, financial investors, SaaS makers, and many more coming soon.

Get inspired by visiting Micro-SaaS.one .

Micro-Saas Website

🚧 Projects Updates

WIP: New CodeSlabs.io landing page 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.

🎬 This Week's Video

Thank you for reading! If you got value from this issue, consider subscribing to get weekly emails with the more up to date info on what is happening, delivered to your inbox.

Catch me up on Twitter .

Did you find this article valuable?

Support Igor Silveira by becoming a sponsor. Any amount is appreciated!