Marlon Munoz

Marlon Munoz @marlonmunoz

About: New York based Software Engineer

Joined:
Jul 21, 2024

Marlon Munoz
articles - 6 total

Differences between: forEach(), filter() and map() methods and its case uses.

Here are the use cases for forEach(), filter() and map()in JavaScript: forEach() Enter...

Learn More 2 2Mar 10

REACT x FLASK setup

WHAT IS FLASK? FLASK is a lightweight web framework for Python that allows you to build a web app...

Learn More 1 0Sep 29 '24

PYTHON: OOP {Beginner's Edition}

Python: Object-Oriented Programming [OOP]: is a programming paradigm (model) that uses objects and...

Learn More 1 0Sep 9 '24

{useState} HooK { Briefly Explained};

useState is a React Hook that allows you to add state to your components by returning an array with...

Learn More 0 0Sep 9 '24

React HooK= { Briefly Explained};

useState is a React Hook that allows you to add state to your components by returning an array with...

Learn More 4 2Aug 19 '24

let, var or const, what's the difference?

let, var , const? when do we use this variables really? Back in 2018, I got the opportunity to play...

Learn More 1 0Jul 28 '24