Skip to content
View schmwong's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report schmwong

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

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

Pinned

  1. APAC-McDelivery-Menu-Logger APAC-McDelivery-Menu-Logger Public

    Automatically scrapes McDelivery menu data and records it for future visualisation projects

    Python 5 2

  2. keep-accounts-active keep-accounts-active Public

    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

    Python 2

  3. InfoSec-with-HelmetJS InfoSec-with-HelmetJS Public

    Created with CodeSandbox

    JavaScript

  4. matt-wacky/FarmAnywherelah- matt-wacky/FarmAnywherelah- Public

    NUS FinTech - SGUS Batch 11 Group 2 - COMFTDEV2/11 Project

    JavaScript 1

  5. example-Node example-Node Public

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

    JavaScript