Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View fiacredev's full-sized avatar
💪
success is my only option.
💪
success is my only option.

Block or report fiacredev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fiacredev/README.md

Turning ideas into code is my passion, and my heart truly belongs to algorithms. Every challenge is an opportunity to create magic with code! 🧠💻

Tools I'm Comfortable With

const devStack = {
  languages: ["JavaScript", "TypeScript", "Python"],
  frontend: ["React", "Next.js", "Tailwind CSS"],
  backend: ["Node.js", "Express", "RestAPI", "Webservices", "System Integration"],
  databases: ["MongoDB", "PostgreSQL", "Mysql", "Neon"],
  tools: ["Git", "VS Code", "Postman"],
  cloud: ["Vercel", "Netlify"]
};

const me = { stack: ["JS/TS", "React", "Node", "Mongo", "Netlify"], mindset: "builder", success: false };

while (me.mindset === "builder") {
  experiment(devStack);
  debug();
  optimize();
  deploy();
  me.success = shipped();
  if (!me.success) {
    learn();
    build();
    fail();
    improve();
    repeat();
  } else {
    break;
  }
}

It would be great to connect with you.



Email
GitHub
LinkedIn

I’m obsessed with coding, and I live and breathe code. Coding runs through my veins, and my heart beats in every line I write. ❤️✨

Pinned Loading

  1. job-landing-react-native job-landing-react-native Public

    This React Native Job Landing app allows users to explore job listings, apply directly from their mobile devices, and track their applications. Built with a focus on responsive design and smooth UX…

    JavaScript 2