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"
You should name a variable using the same care with which you name a first-born child.
-
Self Employed
- Žižkov, Prague
-
06:33
(UTC +01:00) - https://beacons.ai/bmi
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


