Skip to content
View fapethedev's full-sized avatar

Block or report fapethedev

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
fapethedev/README.md

Hello people,  it’s FAPETHEDEV your favorite FSD & Agent Developer 🫰

Profile views

    Hello people, it’s FAPETHEDEV your favorite FSD & Agent Developer 🫰

Connect with me:

I build and automate digital solutions using autonomous agents with a sharp focus on data flow design, application security, and delivering a clean user experience.

Rapid Fire

  • 💼 I'm currently working on: Developing a new e-commerce platform using Medusa and Agent Bloom
  • 🌱 I'm currently learning: The future of software development and automation: Agents, MCP, A2A, ACP, ADK
  • 💬 Ask me about: Next.Js, SpringBoot, Mastra, Medusa, xmcp, ollama, BeeAi and modern pioneer stack
  • ⚡ Fun fact: 🎢 I once debugged a issue while on a roller coaster!

Skills

TypeScript Python Java React Angular Svelte Tailwind CSS Framer Motion Three.js Spring NestJS FastAPI Quarkus MongoDB PostgreSQL MySQL SQLite Oracle Redis MariaDB Kotlin Grafana Kubernetes GitHub Actions Ansible IntelliJ IDEA Postman Zapier

GitHub Stats

Abiola Fatigba's GitHub Trophies

fapethedev's GitHub Stats GitHub streak Card

fapethedev's Activity Graph

Space shooter contribution graph

Bottom Line

Pinned Loading

  1. tendance tendance Public

    HTML 1

  2. OGINE OGINE Public

    Java SchoolManagement Desktop App

    Java 1

  3. arangodb-spring-data-tutorial arangodb-spring-data-tutorial Public

    Learn how to manage and operate on ArangoDB instance with SpringBoot

    Java

  4. CODSOFT CODSOFT Public

    This is the repository for all taks relate to the CodSoft Internship Program

    TypeScript

  5. fapethedev fapethedev Public

  6. Use builder pattern to create a User... Use builder pattern to create a User object
    1
    public User save(UserForm userForm)
    2
    {
    3
            User user = User.builder()
    4
                    .identity(UserIdentity
    5
                            .builder()