Menard Maranan

I'm Menard Maranan, a web developer and a technical writer by trade. Python is the very first programming language I learned and what served as my stepping stone into this field of software development. When it comes to the tech I'm currently working with, I'm full into the JavaScript/TypeScript ecosystem as I do mainly web development.

Right now, I'm doing mostly freelance work as I prefer flexibility and freedom in what I want to work on. Outside of work, I love playing the guitar (2000s rock songs are among my favorite). I also play some video games (GTA and Cyberpunk being my favorite).



Menard Maranan Articles


How to Build a Twitter (X) Bot in Python
How to Build a Twitter (X) Bot in Python

Discover how to create a Twitter bot using Python and Tweepy in this concise guide. Learn to automate tweets with a simple bot that shares dog facts hourly, and delve into setting up a Twitter Developer account, handling API keys, and using OAuth for authentication.

How to Build a Full-Stack Web App in Python using FastAPI and React.js
How to Build a Full-Stack Web App in Python using FastAPI and React.js

Learn how to build a full-stack notes web app using FastAPI, ReactJS, SQLAlchemy and SQLite.

How to Build a Chat App using Flask in Python
How to Build a Chat App using Flask in Python

Learn how to build a web-based chat room application using Flask and Flask-SocketIO libraries in Python.

How to Build a GraphQL API in Python
How to Build a GraphQL API in Python

Learn how to leverage FastAPI, Strawberry, and PostgreSQL to build a fully functional CRUD GraphQL API server in Python.