Skip to content
View fazaio's full-sized avatar
๐Ÿช„
Pesulap code!
๐Ÿช„
Pesulap code!

Organizations

@fronthings
Block or Report

Block or report fazaio

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

Hello i'm Faza

Pesulap code ๐Ÿช„ | "Code is like magic wand!" -aux

functional programming is the right way
module Aux = {
  let name = "Faza Aulia"
  let username = "fazaio/fazaux"
  let city = "Malang, ๐Ÿ‡ฎ๐Ÿ‡ฉ"
  let humanLang = [ "id", "en" ]
  let favGame = โ™” โ™• โ™— โ™˜ โ™™ โ™– โ™š โ™› โ™ โ™ž
  let interests = [
    "๐Ÿช„ programming",
    "Internet Of Things",
    "Wood Working",
  ]
  let IoT = [
    "ESP8266 | Nodemcu",
    "ESP32 | ESP32-CAM",
    "MQTT Protocol | Broker",
    "Arduino | Digispark | Nuvoton",
  ]
  let codeLang = [
    "Javascript โญ", 
    "Typescipt", 
    "Python", "PHP","Typescript", "C#/++", "Bash"]
}

"Good Programmer is good wizard"

Pinned

  1. arduino-tone-rock arduino-tone-rock Public

    Play simple song using arduino tone buzzer

    C++ 3

  2. TensorflowJS-CocoSSD-Canvas TensorflowJS-CocoSSD-Canvas Public

    Simple one page Object Detection using TensorflowJS, CocoSSD, and Canvas.

    HTML

  3. ESP32-CAM-Machine-Learning ESP32-CAM-Machine-Learning Public

    Code samples Machine Learning Tensorflow.js img/video processing ESP32-CAM.

    C 18 3

  4. MQTT MQTT Public

    Simple example MQTT broker in Localhost using Mosca

    JavaScript