Giter VIP home page Giter VIP logo
Marvin Boyi photo

therealboyi Goto Github PK

followers: 12.0 following: 19.0 repos: 6.0 gists: 0.0

Name: Marvin Boyi

Type: User

Company: Coulda Been LLC

Bio: 👋 Code wizard by day, Batman by night. Turning coffee into code. Fluent in JS, Python & memes. Let's debug life together! 01101000 01101001 ☕💻🐛

Location: 01110100 01101000 01100101 00100000 01100011 01101100 01101111 01110101 01100100

Hi 👋, I'm Marvin

A passionate full stack developer from Canada.

GitHub Profile Trophy


🚀 Currently On My Radar

  • 🔭 Building: A dynamic React application, e-Sharevice, designed to revolutionize community sharing by facilitating the exchange of tools, services, and unused items.
  • 🌱 Learning: Diving deep into AI and ML frameworks, aiming to blend these cutting-edge technologies into innovative solutions with OpenCV, TensorFlow, Computer Vision, and NVIDIA NIM.
  • 👯 Collaborating: Open to teaming up on fun and intriguing projects. Whether you code, design, or brainstorm, let's create something amazing together!

🌐 Online Presence

  • 👨‍💻 Projects: From web development to AI experiments, you can check out all of my projects on GitHub.
  • 💬 Ask Me About: React, JavaScript, TypeScript, or anything tech-related. I'm also a huge space enthusiast, so if you're curious about the cosmos, let's chat!
  • 📫 Reach Me At: Whether you have a question, a project idea, or just want to connect, drop me a line at [email protected].
  • Fun Fact: By day, I craft code like a wizard; by night, I patrol the city as Batman (or at least that's what I tell myself!).

📞 Connect With Me

LinkedIn Profile

🛠 Tech Stack

arduino aws azure bash blender csharp css3 dotnet express figma firebase gcp git heroku html5 ifttt illustrator java javascript jest linux mysql nextjs nginx nodejs photoshop php postgresql postman python react reactnative redux sass swift tailwind tensorflow typescript vuejs

📊 GitHub Stats

GitHub Streak GitHub Streak GitHub Streak

// Run to see comprehensive skills

const listAllSkillsWithCategories = () => {
  const skillsData = {
    "programming_languages": ["Python", "Java", "C#", "TypeScript"],
    "backend_skills": ["NodeJS", "ExpressJS", "SQL", "FullStack", "Nginx"],
    "tools_and_platforms": ["Git", "Bash", "Linux", "JIRA", "Microsoft Azure", "Heroku", "Postman"],
    "frontend_skills": ["JavaScript", "ReactJS", "HTML5", "NextJS", "CSS/SASS", "Redux"],
    "machine_learning": ["TensorFlow"],
    "testing": ["Jest"]
  };

  let allSkillsWithCategories = [];
  console.log("Skills Data:", JSON.stringify(skillsData, null, 2)); // Formats the output with 2-space indentation
  for (let category in skillsData) {
    skillsData[category].forEach(skill => {
      allSkillsWithCategories.push({ category, skill });
    });
  }
  return allSkillsWithCategories;
};

const allSkillsWithCategories = listAllSkillsWithCategories();
console.log("All Skills with Categories:", JSON.stringify(allSkillsWithCategories, null, 2)); // Formats the output with 2-space indentation

Marvin Boyi's Projects

e-sharevice icon e-sharevice

e-Sharevice is a versatile community-sharing platform that connects neighbors for exchanging skills, borrowing tools, and swapping unused items. By leveraging modern technology, e-Sharevice aims to foster stronger community bonds, reduce waste, and promote cost-effective living through shared resources.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.