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
Stringifying Errors: A Uniquely Javascript Problem
Exception handling, like most things in the Javascript world, is…complicated. What is or isn’t supported may vary widely…
Benefits of Next.js Compared to React.js
Next.js is a React framework that enhances the development process by offering additional features for performance, SEO, and…
Javascript: IIFE – Immediately Invoked Function Expression
Regular function in javascript is: // function declaration function myFunction() { console.log('I am normal JS function'); } //…