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
What is Rest Api – A beginner’s guide
For many beginners in tech, REST is a foreign concept, sometimes, it’s another buzzword in the layers of…
15 More Useful React Custom Hooks For Everyone – part 2
First, thank you so many guys for supporting the first part. In this article, I’ve come up with…
Py compare script 2
import os import difflib def extract_method_names(file_path): “””Extract method names from a Python file.””” method_names = [] with open(file_path,…