Tue Jun 07 2022

Optimize the use of if-else, you need a better selective structure!

Picture of author

I don't know if you've ever encountered an if-else nesting like a pyramid placed horizontally: ...

JavaScript

Mon Jun 06 2022

How to use arrays on JavaScript? The primary way to work and apply it in your projects.

Picture of author

One JavaScript primary function is handling data that sometimes come from the backend or users inter ...

JavaScript

Sun Jun 05 2022

Git: What is it, Why was it created, and the main commands.

Picture of author

Git is the most famous and used version control system used on the world. It’s an open-source projec ...

Dev Tools

Mon May 30 2022

A demo of react-markdown

Picture of author

Markdown is a markup language that often feels more natural to type than HTML. Plugins can inspect a ...

Markdown