Skip to content
View StormLbn's full-sized avatar
  • Douai, France
  • 20:39 (UTC +02:00)
Block or Report

Block or report StormLbn

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
StormLbn/README.md

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

Pinned

  1. stormlbn.github.io stormlbn.github.io Public

    Personal online portfolio, hosted on GitHub Pages

    HTML

  2. java_m2i_final java_m2i_final Public

    Training group project to learn Java, Spring and Angular : movies and series community website ; done during my training with M2i

    Java

  3. java_formation_m2i java_formation_m2i Public

    Exercises and micro-projects done during my Java training with M2I formation

    Java

  4. bankease bankease Public

    Forked from thenriet/bankease

    Training group project to learn Java : desktop application of bank management ; done during my training with Simplon.

    Java 1

  5. HospiD-ieu HospiD-ieu Public

    Forked from ManuelVali77/HospiD-ieu

    Training group project to learn Java, Spring and Angular : hospital management app ; done during my training with Simplon

    Java

  6. liste-cadeaux-simplon liste-cadeaux-simplon Public

    Training project to learn Angular : uses ChatGPT to generate gift ideas ; done during my training with Simplon.

    TypeScript 1