Skip to content
View maximelbv's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report maximelbv

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

Hi 👋 i am a developer & designer based in Paris. I currently work for Welbees as a software developer.
I also study ML & data analysis at the Multimedia School a quarter of the time.

Main technologies

Other

Socials

Instagram Linkedin

Pinned Loading

  1. 3D DOM viewer, copy-paste this into ... 3D DOM viewer, copy-paste this into your console to visualise the DOM topographically.
    1
    // 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks.
    2
    // You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/)
    3
    (() => {
    4
      const SHOW_SIDES = false; // color sides of DOM nodes?
    5
      const COLOR_SURFACE = true; // color tops of DOM nodes?
  2. tsconfig.md tsconfig.md
    1
    # TS config with transpiling options
    2
    
                  
    3
    ````json
    4
    {
    5
      "compilerOptions": {