Skip to content
View thelocalgodd's full-sized avatar
:shipit:
kaizen
:shipit:
kaizen

Highlights

  • Pro

Block or report thelocalgodd

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

👋 Hi there i'm Vincent.

Aspiring SWE and Cybersecurity Enthusiast. I am currently learning Solidity for Blockchain Development.

wakatime

LET'S CONNECT

X Badge Discord Badge

LANGUAGES | FRAMEWORKS | LIBRARIES | TOOLS

HTML5 Badge CSS3 Badge Tailwind CSS Badge Sass Badge JavaScript Badge Markdown Badge

React Badge Astro Badge Node.js Badge MongoDB Badge Express Badge

Python Badge GNU Bash Badge Solidity Badge

Git Badge GitHub Badge

GitHub Pages Badge Vercel Badge

Linux Badge Linux Mint Badge

Pinned Loading

  1. thelocalgodd.github.io thelocalgodd.github.io Public

    Astro 1

  2. algorithms algorithms Public

    C++ 1 1

  3. overthewire-guide overthewire-guide Public

    Forked from 0xarestal/overthewire-guide

    1

  4. Python code to build a Text Editor Python code to build a Text Editor
    1
    # Importing the necessary modules
    2
    import sys
    3
    import tkinter as tk
    4
    from tkinter import filedialog
    5