Skip to content
View lucalves's full-sized avatar

Sponsoring

@Homebrew

Organizations

@we-accelerate
Block or Report

Block or report lucalves

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

Hello, I'm Lucas! ๐Ÿ‘‹

Linkedin Badge Twitch Badge Medium Badge

About me

I am a Software Engineer and currently live in Brazil. I love the power that technology has in solving real-life problems. I am currently working on web and mobile development and I'm passionate about open source world.

Personal things

  • ๐ŸŒฑ Iโ€™m currently studying Swift and TypeScript.
  • ๐Ÿ›  Iโ€™m working with React, React Native and Javascript.
  • ๐Ÿ“ I have some articles published on this repo.

Goals

  • โญ๏ธ To develop applications and systems that make a difference.
  • ๐ŸŒ To connect and collaborate with fellow developers and tech enthusiasts.
  • ๐Ÿš€ Learning and teaching many people to create software that changes people's lives.

Last written posts

Last update: Wednesday, Feb 21th 2024, 02:38:22 pm UTC.

Pinned

  1. List of most common REGEX expression... List of most common REGEX expressions (validated)
    1
    Use https://regex101.com/ to validate the expressions.
    2
    
                  
    3
    1. Simple numbers only (no decimal and no fractions)
    4
    
                  
    5
    ```
  2. All Media queries for resolutions All Media queries for resolutions
    1
    /* (320x480) iPhone (Original, 3G, 3GS) */
    2
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    3
        /* insert styles here */
    4
    }
    5
     
  3. CheatSheet to manage iOS simulators ... CheatSheet to manage iOS simulators through simctl.
    1
    # Managing iOS Simulators
    2
    
                  
    3
    ### List all simulators created
    4
    ```
    5
    $ xcrun simctl list --json
  4. lucalves lucalves Public

    My personal presentation here on GitHub, social networks, technologies I work with, articles and more.

    3 3

  5. artigos-sobre-flutter artigos-sobre-flutter Public

    Repositรณrio para auxiliar no aprendizado e centralizar artigos relacionados a flutter.

    14 4

  6. draven-theme draven-theme Public archive

    ๐ŸŽจ Draven theme for Visual Studio Code

    15 7