Skip to content
View nadiemedicejose's full-sized avatar
🀠
Working on Gitlab for a few projects
🀠
Working on Gitlab for a few projects
Block or Report

Block or report nadiemedicejose

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

Jose Estrada
React/TypeScript Developer

Hi, thanks for getting interested in my profile! πŸ‘‹πŸ½

I'm a Software Developer with over 3 years of experience building Web and Mobile Applications with React, React Native, TypeScript, Node.js, and Laravel frameworks. Proficient at deconstructing designs and translating wireframes into high quality code that can be reusable and maintainable over time. Strong knowledge in Object-Oriented Programming, React Patterns, Data Structures, and Databases.

Feel free to explore my LinkedIn profile, portfolio & other links. πŸ˜‰

What am I doing?

  • πŸ‘¨πŸ½β€πŸ’» Software Engineer @ Pinnacle Aerospace
  • πŸ“š Learning Node.js, Flutter, and React Testing

alt text alt text alt text alt text alt text alt text


Pinned

  1. certifications certifications Public

    A collection of my certifications

    1

  2. Useful scss mixins (rounded corners,... Useful scss mixins (rounded corners, gradients, text-field, button)
    1
    @mixin box-shadow($top, $left, $blur, $color, $inset: false) {
    2
      @if $inset {
    3
        -webkit-box-shadow:inset $top $left $blur $color;
    4
        -moz-box-shadow:inset $top $left $blur $color;
    5
        box-shadow:inset $top $left $blur $color;