Skip to content
View ahorisaac's full-sized avatar
Block or Report

Block or report ahorisaac

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

Masterhead align="center"

Hi 👋, I'm Ahor Isaac

His Royal Codeness

I'm a solution. I find solutions, and I bring solutions.


// Developer.test.jsx

import { render, screen } from "@testing-library/react";
import Developer from "@/components/Developer";

test("Developer ✔", () => {
    render(<Developer />);
    
    const dev = screen.getByRole('coder', {
        name: /ahor isaac/i
    });
    expect(dev).toBeProblemSolver();
});

img

Connect with Me


Languages and Tools


AhorIsaac

 AhorIsaac

AhorIsaac

trigdev

Pinned Loading

  1. ml-diabetes-pred ml-diabetes-pred Public

    Python Machine Learning Diabetes Prediction using SVM

    Jupyter Notebook

  2. ml-house-price-pred ml-house-price-pred Public

    Python Machine Learning House Price Prediction

    Jupyter Notebook

  3. react-typescript-cocktails react-typescript-cocktails Public

    Search for your favorite cocktails. Implemented using the cocktails db api with react-router-dom.

    TypeScript

  4. ml-tita-surv-pred ml-tita-surv-pred Public

    Titanic Survival Prediction with Machine Learning in Python

    Jupyter Notebook

  5. ml-fake-news-pred ml-fake-news-pred Public

    Fake News Prediction with Python Machine Learning

    Jupyter Notebook

  6. ml-loan-status-pred ml-loan-status-pred Public

    Loan Status Prediction with Machine Learning Python

    Jupyter Notebook