Skip to content
View noeleo25's full-sized avatar
🦄
Remote
🦄
Remote
Block or Report

Block or report noeleo25

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

Noemi Leon

👋 Hello!! Thanks for visiting my github 💙

I'm currently working as Lead Software Developer.

Main tech stack:

Frontend

JavaScript

Vue.js

Nuxt



Backend

Csharp

.NET



Others

firebase

Jest




Knowledge is the only good that grows the more it is shared

I enjoy learning and sharing tech skills, so I'm currently teaching at LinkedIn Learning. I also share with communities as speacker and mentor. I'm a Women Techmakers Ambassador 💜

Questions? Are you looking for mentorship?.. Feel free to contact me:

🐦 @noeleo25
🌎 noemileon.dev

Pinned

  1. Custom directive: sticky header afte... Custom directive: sticky header after scroll
    1
    <template>
    2
      <!-- using custom directive v-sticky -->
    3
      <div class="w-100" v-sticky:top="{minWidth: 768, offset: 'vh'}">
    4
    </template>
  2. Vue component for Custom Button Vue component for Custom Button
    1
    <template>
    2
      <button 
    3
        :type="btnType" 
    4
        class="primary-btn"> 
    5
        <slot> </slot> 
  3. game-of-thrones game-of-thrones Public

    Game of Thrones encyclopedia. Developed with Vue.js

    JavaScript 8 2

  4. webservice-wcf webservice-wcf Public

    .NET WCF web service and client example

    C# 1

  5. browser-extension-codigofacilito browser-extension-codigofacilito Public

    Práctica del curso "Mi primera Browser Extension" - Codigo Facilito

    JavaScript 6 10

  6. vue-screenshot-tool vue-screenshot-tool Public

    Vue component for screenshot: select area and save picture

    JavaScript