Skip to content
View edcheyjr's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report edcheyjr

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
edcheyjr/README.md

Hola

Edwin Chebii | Twitter Edwin's LinkedIn

Hi, I'm Edwin Chebii!, a passionate Full Stack Developer.

GIF

Talking about Personal Stuff:

  • πŸ‘€ I’m interested in software dev, blockchain technologies, and ML...
  • πŸ’žοΈ I’m looking to collaborate on any project you might have in mind ...
  • 😎 look me up at https://edcheyjr.vercel.app/ to know more about me.
  • πŸ‘¨πŸ½β€πŸ’» I’m currently working on cool apps for AnagramTech πŸ˜‰
  • 🌱 I’m currently learning computer vision, rust, wasm, and blockchain technologies...
  • πŸ’¬ Ask me about anything, I am happy to help.
  • πŸ“« How to reach me edwinchebiikibet@gmail.com or edcheyjr@gmail.com
  • πŸ’» Previous Works
  • πŸ“ Resume
import React from 'react';
const Profile: React.FC = () => {
  return (
    <h3 className="text-yellow-500" >A passionate JavaScript Engineer!</h3>
  );
};
export default Profile;

Languages and Tools:

javascript typescript vue react graphql nodejs python firebase git tailwindcss laravel nextjs rust lang

spotify-github-profile

Principle Description
Single Responsibility Principle Each class should be responsible for a single part or functionality of the system.
Open-Closed Principle Software components should be open for extension, but not for modification.
Liskov Substitution Principle Objects of a superclass should be replaceable with objects of its subclasses without breaking the system.
Interface Segregation Principle No client should be forced to depend on methods that it does not use.
Dependency Inversion Principle High-level modules should not depend on low-level modules, both should depend on abstractions.

Pinned

  1. skin-cancer-diagnostic-system-backend skin-cancer-diagnostic-system-backend Public

    using CNN to make skin cancer classfication of a diagnostic sytem. For the frontend part got to this link https://github.com/edcheyjr/skin-cancer-diagnostic-system-frontend-.git

    Jupyter Notebook

  2. skin-cancer-diagnostic-system-frontend skin-cancer-diagnostic-system-frontend Public

    frontend application of the skin cancer diagnostic system. backend go to this link https://github.com/edcheyjr/skin-cancer-diagnostic-system-backend.git

    JavaScript 2

  3. DrinkWasteRcycleDetector DrinkWasteRcycleDetector Public

    This is an AI model using YOLO-v5 to detect drink waste produce it uses a web app to display the result of the model and also inputs data using a Mobile responsive webrtc camera

    CSS 1

  4. instaclone instaclone Public

    Instagram clone

    PHP

  5. notes-api notes-api Public

    notes-app api run on laravel

    PHP

  6. harry-potter harry-potter Public

    harry potter website based on the https://hp-api.onrender.com/ Api

    TypeScript