Skip to content
View timmypelumy's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report timmypelumy

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
timmypelumy/README.md

πŸŽ‰ Welcome to My World! I'm Timmy πŸ‘‹

🌟 Fullstack Engineer | πŸš€ Blockchain Enthusiast | πŸ€– AI Integrations Expert

I’m on a mission to build extraordinary web applications that are not only secure and scalable but also delightful to use! With expertise in React, FastAPI, and blockchain tech, I thrive on turning innovative ideas into impactful solutions.


πŸš€ What I Do

  • ✨ End-to-End Development: Mastering both front-end flair and back-end robustness.
  • πŸ”— Blockchain Solutions: Creating decentralized applications for a safer tomorrow.
  • 🧠 AI-Powered Features: Integrating smart tech to elevate user experiences.

πŸ› οΈ Tech Stack

Languages:

  • JavaScript
  • Python
  • TypeScript

Frameworks:

  • React
  • Next.js
  • FastAPI
  • TailwindCSS

Databases & Tools:

  • MongoDB
  • Docker
  • AWS

🌈 Notable Projects

  • HealthPal: Your AI-driven health companion providing tailored insights.
  • MaizeSpy: A deep learning solution for maize leaf disease detection.
  • SecureBloc: A decentralized file management platform that prioritizes privacy.

🌟 Experience

  • Full Stack Engineer at Virfars Solutions (March 2023 - October 2023)
  • Backend Engineer at Beepo App (June 2021 - July 2022)

πŸŽ“ Education

B.Eng. in Computer Engineering
Federal University of Technology, Akure (2019 - 2024)


🌍 Let's Connect!

I’m always excited about new collaborations and opportunities. Don’t hesitate to reach out!

πŸ“§ f35dev@gmail.com
πŸ”— GitHub | LinkedIn | Twitter


πŸ’– Building the future, one line of code at a time.

Pinned Loading

  1. A simple React notification bottom p... A simple React notification bottom popup, ideal for short inconsequential notifications
    1
    "use client";
    2
    
                  
    3
    import { BsX } from "react-icons/bs";
    4
    import { useRecoilState } from "recoil";
    5
    import { miniAlertState } from "@/app/store/atoms";
  2. selectimagesource.jsx selectimagesource.jsx
    1
    /* eslint-disable react/prop-types */
    2
    import CameraImage from "../assets/images/camera3.gif";
    3
    import UploadImage from "../assets/images/upload3.gif";
    4
    import UploadBoxImage from "../assets/images/upload1.gif";
    5
    import Webcam from "react-webcam";
  3. database.py database.py
    1
    from motor import motor_asyncio
    2
    from app.config.settings import get_settings
    3
    from pymongo import MongoClient
    4
    from enum import Enum
    5