Hi! I'm Marcos Ferreto Estrada, a student currently living in Costa Rica. I'm learning programming through small projects.
class MarcosFerreto():
def __init__(self):
self.name = "Marcos Ferreto";
self.username = "FerretoDev";
self.location = "Costa Rica";
self.twitter = "@marcosferretoestrada";
self.web = "https://ferreto.dev";
def __str__(self):
return self.name
if __name__ == '__main__':
me = MarcosFerreto()
👨💻 I'm currently studying Mathematical Modeling Engineering at the University of Costa Rica.
💡 I'm passionate about Big Data, Data Science, and backend development.
🚀 I enjoy building projects with FastAPI, Reflex, and Docker, always looking for ways to make applications more efficient and scalable .
📂 Some of my projects include a task management app, a web scraper API, and an inventory management system.
💻 I use Fedora as my main OS, with Hyperland as my Wayland compositor and Visual Studio Code as my go-to editor.
✍️ In my free time, I contribute to the Python Foundation by translating documentation.
💬 Always up for a good discussion about tech, math, or automation!