GithubHelp home page GithubHelp logo

Typing SVG

👨🏻‍💻 About

Currently Watching

Free CCNA 200-301 | Complete Course 2022

CCNA Routing & Switching Packet Tracer Labs


Currently Reading

Penetration Testing

Georgia Weidman


Some inconsequential code about myself ...

class schmwong(github.user):
  name = "Paul"
  country = "Singapore 🇸🇬"
  spoken_languages = {
      working: "English",
      second_working: "Mandarin Chinese",
      national: "Malay",
      colloquial: "Singlish"
  }
  personality = "INTP"
  interests = [
    "🔐 Cyber Security",
    "🤖 Process Automation in the Cloud",
    "💈 Data Pipelines"
  ]

  def __init__(self, birth_year=1582):
    super(schmwong, self).__init__(userinfo)
    self.age = datetime.now().year - int(birth_year)  # ♑
    account.type = "Personal"

  def thank_decorator(func):
    def wrapper():
      func()
      print("Thanks for dropping by")
    return wrapper

  @thank_decorator
  def hello(name=schmwong.name, country=schmwong.country):
    print(f"Hi, {name} here 👋")
    print(f"I'm from {country}")

Typing SVG
類別 schmwong(github.使用者):
  名 = "Paul"
  國籍 = "新加坡 🇸🇬"
  語言能力 = {
    工作語言: "英式英語",
    第二工作語言: "華語",
    國語: "馬來語",
    口語: "星式英語"
  }
  人格 = "INTP"
  興趣 = [
    "🔐 網路安全",
    "🤖 雲端流程自動化",
    "💈 數據管道"
  ]
  
  定義 __初始__(俺, 出生年=1582):
    超級(schmwong, 俺).__初始__(使用者資訊)
    俺.年齡 = datetime.now().year - 整數(出生年) #♑
    帳號.類型 = "個人"
   
  定義 歡迎_裝飾器(函數):
    定義 包裝器():
      函數()
      印("歡迎參觀我的個人頁面")
    傳回 包裝器
  
  @歡迎_裝飾器
  定義 問候(名=schmwong.名, 國籍=schmwong.國籍):
    印("你好, 我是, ", 名, " 👋")
    印("我來自 ", 國籍)
About Chinese Python

More inconsequential stuff (certs and such)

Industry and Self-Paced
Instructor-Paced


💡 Languages & Frameworks

python html5 css 3 javascript typescript node js bash markdown mysql

🛠️ Tools I use

npm git mozilla firefox visual studio code github linux Postman

Paul Wong's Projects

azalea-contact-page icon azalea-contact-page

Angular: https://schmwong.github.io/azalea-contact-page/angular Vanilla: https://schmwong.github.io/azalea-contact-page/mvp/

bambleweeny icon bambleweeny

Bambleweeny is lightweight key-value store and message broker based on HTTP/REST.

example-node icon example-node

Practised using Node JS on Day 2 of course: Developers Toolkit 2 - Middleware to Backend [COMFTDEV2/11]

june17test icon june17test

This is a test repository for working with GitHub in our DevOps class

keep-accounts-active icon keep-accounts-active

Browser automation using Playwright Python to periodically sign in to various accounts and export logs to a private repo https://github.com/schmwong/login-log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.