Let me start saying that I love discovering new things about JavaScript. Especially because I do not know some of its features. This taught to me to go through a process of learning, and understanding this programming language and part of its core.
A while ago I had a nice and interesting interview. The first question the interviewer asked me, I failed. Fun fact: I answered with full confidence in my own knowledge. I actually had a good understanding but not enough to give a good and right answer. So after this event — This is something I always do…
First of all, this is not something new. What I’m going to explain in here is how I applied the Atomic Design to my components and you can do the same or do it differently because what I’m expressing in here is not a standard, it’s just how I saw the folder structure within the UI Layer of the Hexagonal Architecture. This article is a personal journey and all that I’m about to discuss might be “wrong” for some of you. …
⚠️ Important:
⚠️ Note:
A few weeks ago I read an article from Netflix about Hexagonal Architecture. It was really interesting how this architecture separates everything from the domain, having…
I’m pretty sure there’s a lot of these kinds of articles, but I will give you my experience developing an extension and also I will guide you step-by-step to build a basic extension.
One of the nice things of developing an extension for VSCode is that you can put in practice your skills with TypeScript or JavaScript. You could apply a new pattern that you might have learned or maybe just wanna create something you might need. I think this is a great opportunity to do that.
What will you make? You will make an extension to convert from hexadecimal…
Thanks to the Internet we have access to a lot of information. This is a wonderful thing but at the same time it could be overwhelming and frustrating, especially when you are searching for a learning resource. There’s so many people out there saying: learn this in 5 minutes, watch this video tutorial, I even wrote and article about what I do when I’m coding using React. I still ask myself: “is this a good article?” “it worth it to pay for this book?” or “ should I buy this course?” These questions are sometimes resolved reading other people’s opinions…
Before giving you a simple and small guide on how to deploy your npm package using Travis, I want to encourage you to write anything! even reinvent the wheel (I’ll write an article about this because I think it is an interesting subject). Writing code is the only way to practice and learn from your own mistakes. What is explained here it was my learning process using these tools. This means that I’m not an expert but the learning process was absolutely nice and successful. That’s why I wanted to share it with you.
I will try to explain the…
I love React, and I might go so far as to say that I’m good coding with it. I’m neither an expert nor a beginner. One difficulty you might run into while working with React, aside from figuring out how to use the API, is that you have to keep in mind the people you are working with now and possibly in the future. In my opinion, what is important when I’m working with React is trying to keep everything as clear, clean, and easy to read as possible (I think about performance too).
This is something you maybe already…
I love coding web applications using JavaScript and React. 🤖 Sci-Fi books reader. I constantly reinvent the wheel to learn. https://github.com/DracotMolver