Skip to main content

Examples

server down

This section outlines the installation guides across all projects and demos I've authored and contributed to.

https://mkeithx.pages.dev

Basic knowledge of the following languages is assumed

Python Js Git

def say_hello():
print("Hello, World!")

say_hello()