Skip to content
View Nicooow's full-sized avatar
🐈
🐈

Highlights

  • Pro

Block or report Nicooow

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

Hi there 🐈


Fullstack Developer and Electrician, Engineer in Computer Science and Electronics. I touch anything that mixes computing, programming, electronics, internet of things, and music. A long-time enthusiast, I learned HTML at age 12.

Open-source lover, long live Home Assistant and QLC+ ❀️

sometimes freelance


Programming πŸ’»

  • Python 'expert': mainly backend or task-accelerating scripts 🐍
  • Web Developer: HTML/JS/CSS, Node.js/React/Next.js 🌐
  • Database: MariaDB, MongoDB, InfluxDB, Supabase πŸ—„οΈ
  • Mobile apps: Android (Java), iOS (Swift) or React Native πŸ“±
  • Git, CI/CD with Github Actions, Google app deployment πŸš€
  • Windows/Linux user πŸ–₯️

and c, c#, c++, lua, php, networks (I know how DHCP works) 🌐, ...

Electronics ⚑

  • Arduino / ESP32 / ESP8266 / the whole Espressif environment (C++, with PlatformIO)
  • Lover of reverse-engineering Chinese products (I can see you, tuya) πŸ”
  • Home-made connected devices for home automation 🏠
  • Ham radio/amateur radio πŸ“»πŸ“‘

Home Automation, IoT (home and professional) 🏠🌐

  • Home Assistant contributor & lover, I manage several instances. ESPHome, Tasmota _semi_professional
  • Zigbee, Lora/LoraWAN, Modbus, BACnet, MQTT, ...
  • Energy analysis on Grafana with hundreds of data sensors in professional environments πŸ“Š

Others 🎡

  • Musician 🎺🎹
  • LightJockey in my spare time: full DMX knowledge and QLC+ contributor πŸ•ΊπŸͺ©

Pinned Loading

  1. API-OGE API-OGE Public

    Python 4

  2. bartender bartender Public

    Python 1

  3. sound-to-light-osc sound-to-light-osc Public

    Forked from scheb/sound-to-light-osc

    Real-time detection of beats from audio, sending out OSC signals for sound-to-light control πŸŽ΅πŸ’‘

    Python

  4. polytech-dijon/Lyrix polytech-dijon/Lyrix Public

    Python

  5. ogeMoyenneEsirem.js ogeMoyenneEsirem.js
    1
    var waitForEl = function(selector, callback) {
    2
      if ($(selector).length) {
    3
        callback();
    4
      } else {
    5
        setTimeout(function() {