Skip to content

StormLbn/stormlbn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hi there 👋 I'm Storm

Coding for about a year now, I wish to become a Fullstack Developper soon 🤞

About me

  • 🔭 I’m currently working on my last training final project
  • 🤝 I’m looking for help to find small project ideas for my protfolio
  • 🌱 I’m currently learning more about Angular
class StormLbn:
    def __init__(self):
        self.name = "Storm"
        self.location = "France"
        self.role = "Fullstack Developer"
        self.education = [
            "Java & Angular training",
            "Python introduction training",
            "HTML, CSS and JS self-training",
            "Bachelor's degree in organic chemistry"
        ]
        self.code = {
            "backend": ["Java", "Spring", "Python"],
            "frontend": ["HTML", "CSS", "Angular"],
            "database": ["MySQL", "PostgreSQL"]
        }

    def __str__(self):
        return f"{self.name}, {self.role}"

if __name__ == '__main__':
    me = StormLbn()
    print(me)

My skills

Languages and Frameworks:

java icon spring icon javascript icon TypeScript icon angular icon html5 icon css3 icon bootstrap icon mysql icon PostgreSQL icon python icon

Environments and tools:

intellij icon vs-code icon git icon github icon docker icon trello icon figma icon postman icon

stormlbn most used languages stormlbn github stats

stormlbn trophies

Releases

No releases published

Packages

No packages published