Skip to content
View longlhh90's full-sized avatar
😋
motivated
😋
motivated
Block or Report

Block or report longlhh90

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

👋 Hi, I’m Lukas

Linkedin visitors

A Python About Me

import pprint
import Developer

class Me(Developer):
  def __init__(self, name, job, languages, frameworks, tools, os, hobbies):
    super().__init__(languages, frameworks, tools, os)
    self.name = name
    self.job = job
    self.hobbies = hobbies
    
if __name__ == "__main__":
  me = Me(
    name = "Lukas Le",
    job = "Software Developer",
    languages = {
      # "human": ["English", "Tiếng Việt", "ein bisschen Deutsch"],
      "computer": ["Python", "Javascript", "Java", "any others"]
    },
    frameworks = ["django", "flask", "angular", "nexjs", "expressjs", "nestjs"],
    tools = ["nvim", "docker", "AWS", "GCP"],
    os = ["macOS", "linux", "windows"],
    hobbies = ["coding", "data analyzing", "working out", "travelling"]
  )

Pinned

  1. DA-Pokemon-Analysis DA-Pokemon-Analysis Public

    my first pokemon analysis on Kaggle

    Jupyter Notebook

  2. nvim-config nvim-config Public

    My nvim config

    Lua

  3. serial-port-service-flask serial-port-service-flask Public

    Python