Weekly Dev Tips and Resources — Issue #2
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
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
The Curse of Knowledge
thoughtbot.com
Ever played Charades and acted out the perfect mime to ‘James Bond’, only to be met with blank stares? That moment when you wonder “Are my friends fools!?”, that’s the curse of knowledge.
I created a Web3 app and here’s what I learned. — camiinthisthang.hashnode.dev
An introduction to blockchain, smart contracts, and decentralized apps.
Building a Developer Profile using Open Source — DEV Community — dev.to
We’ve all stalked those ‘cool’ developers we found out about from their works on crucial software. Di… Tagged with opensource, developer, career, advice.
👀 Product of the Week
Literally, all you need to start your SaaS product right now can be found at Micro-Saas. Lists of resources, books, platform boilerplates, financial investors, SaaS makers, and many more coming soon.
Get inspired by visiting Micro-SaaS.one.
🚧 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 hit the reply button on this email to 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.