Skip to content
View youssmak's full-sized avatar
👨‍💻
👨‍💻

Block or report youssmak

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

out-0

Hi there!


I'm a frontend developer from south of France, Montpellier. Today, I work for AVIV Group, one of the world’s largest real estate tech companies.

I entered the web with Microsoft FrontPage and Adobe Dreamweaver and started coding in 2002 with Vim, then Notepad++. Nowadays, VSCode is my favorite editor.

I'm passionate about web and mobile developpement and interested in all things JavaScript.

Pinned Loading

  1. vanilla-js-boilerplate vanilla-js-boilerplate Public template

    HTML 1

  2. vanilla-js-extended-boilerplate vanilla-js-extended-boilerplate Public template

    HTML 1

  3. preact-boilerplate preact-boilerplate Public template

    HTML 1

  4. preact-typescript-extended-boilerplate preact-typescript-extended-boilerplate Public template

    TypeScript 1

  5. function to detect iphone X function to detect iphone X
    1
    function hasNotch() {
    2
      if (CSS.supports('padding-bottom: constant(safe-area-inset-bottom)')) {
    3
        let div = document.createElement('div');
    4
        div.style.paddingBottom = 'constant(safe-area-inset-bottom)';
    5
        document.body.appendChild(div);
  6. chrome-firefox-safari-edge-extension-starter chrome-firefox-safari-edge-extension-starter Public template

    Swift 1