Do you know “Frontend Mentor”?
Two months ago I found an Instagram post with a generic computer picture and some text explaining a little about a website for developers of any level with worthwhile projects made from practice and a lot of kind concepts. I loved the idea and I was needing to check it out.
I find an amazing slack community, support, and real-life projects. By the way, I’m just a newbie in the tech/development world trying to learn while working as a repositer as a full-time job, so things like “learning by doing” really increase my skills and optimizer my study time and process. Also, I submitted my first project today!
If you would like, you can check my “Frontend Mentor” profile here.
Related Posts
Real DOM, Virtual DOM, Shadow DOM, What’s the Difference?
Real DOMs and virtual DOMs and shadow DOMs, oh my! Let’s take a dive to see how they…
Recreating my Portfolio in Next.js
I have recently started learning Next.js/React and I wanted to compare the speeds of Next.js and the framework…
Leetcode – 290. Word Pattern
Javascript Code /** * @param {string} pattern * @param {string} s * @return {boolean} */ var wordPattern =…