Skip to content
View nathanielangafor's full-sized avatar
๐Ÿ’™
Just vibing
๐Ÿ’™
Just vibing
Block or Report

Block or report nathanielangafor

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

Hi there ๐Ÿ‘‹ Welcome to my GitHub! I'm Nate, an aspiring Fullstack developer.

Linkedin: nathaniel-angafor GitHub User's stars

aboutMe.js

const nathanielAngafor = {
    pronouns: "he" | "him",
    spokenLanguages: [English, Russian, Kamtok],
    codeLanguages: [Python, Java, Javascript, Solidity, HTML, CSS, C++, C, Swift],
    askMeAbout: ["web3", "tech", "language learning", "travel", "music", "boxing"],
    technologies: {
        frontEnd: {
            css: ["bootstrap", "materialize", "angular"],
        },
        backEnd: {
            js: ["mysql", "node", "express", "web3", "jquery"],
            python: ["amazon_aws", "flask", "sqlite", "selenium", "pandas", "beautifulsoup"],
            java: ["ANTLR"]
        }        
    }
};

Check out my repos down below :)

Pinned

  1. Simple-Email-Beacon Simple-Email-Beacon Public

    Have you ever wanted to know if someone has opened your email (w/o them knowing)? Well now you can!

    JavaScript 2 2

  2. DandyHacks-2021-Submission DandyHacks-2021-Submission Public

    First place winner, DandyHacks 2021 project (Backend)

    Python

  3. Universal-Payment-Processors Universal-Payment-Processors Public

    Payment processors for Bitcoin, Ethereum, Ethereum Classic, and Cashapp. They are setup as functions for easy plugin/use.

    Python 14 1

  4. Breadth-First-Search-with-3D-Maze Breadth-First-Search-with-3D-Maze Public

    This is a maze solver. It generates a 3D cube based on user input then, uses Java to find the path between a start point and a target. It also uses PJava to visualize it.

    Processing

  5. Binance-Smart-Chain-Arbitrage-Bot Binance-Smart-Chain-Arbitrage-Bot Public

    Not the prettiest or most documented but hopefully someone out there can get inspiration from it.

    JavaScript

  6. Malware-Generation Malware-Generation Public

    Just different tools to generate malware for ETHICAL reasons. It also helps me practice C :)