Skip to content
View l8x's full-sized avatar

Block or report l8x

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

Heya I'm just a dude. Image

Static Badge

Image Certified baller.

from typing import List, Dict

class Developer:
    def __init__(self):
        self.code: List[str] = ["Javascript", "HTML", "CSS", "Python", "Java"]
        self.tools: List[str] = ["React", "Redux", "Node", "Storybook", "Styled-Components", "Jest", "Docker"]
        self.hardware: List[str] = ["Raspberry Pi", "Arduino", "ESP32"]
        self.architecture: List[str] = ["Relational databases", "MVC architecture", "REST APIs"]
        self.techCommunities: Dict[str, str] = {
            "frontend": "React & JavaScript Communities",
            "backend": "Python & Java Developer Groups",
            "fullstack": "Full-Stack Web Development"
        }
        self.goal: str = "100k in a year"

Popular repositories Loading

  1. l8x l8x Public