Day 146/365 (Learning full stack)

Day 146/365 (Learning full stack)
Today's progress: ✅ Learned JavaScript loops (for, for-in, for-of, while, do-while). ✅Practiced some questions. Very frustrating; I should practice more for better understanding. Coding #1...
0 Read More

Como criar uma CLI com React

Como criar uma CLI com React
Não é novidade que existem CLIs. Nem que elas podem ser criadas das mais diversas formas, desde algo pequeno e objetivo como um simples ls, até editores complexos e poderosos como o Neovim. Recente...
0 Read More

JS Modules: The Backbone of Code

JS Modules: The Backbone of Code
As JavaScript applications grow larger and more complex, it becomes increasingly important to structure code in a way that’s clean, organized, and easy to maintain. That’s where modules come in.In...
0 Read More