Skip to content
View lucalves's full-sized avatar

Sponsoring

@Homebrew

Highlights

  • Pro

Organizations

@we-accelerate

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 based in Brazil, working actually at Randstad Brasil. My passion lies in harnessing the power of technology to solve real-life challenges. I specialize in mobile development with React Native, focusing on creating scalable, efficient, and user-centric solutions.

Personal things

  • 🌱 I’m currently studying Swift and NodeJS.
  • 🛠 I’m working with React, React Native and Typescript.
  • 📝 I have some articles published on this repository.

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: Saturday, Ago 24th 2024, 03:21:44 am UTC.

Pinned Loading

  1. List of most common REGEX expression...
    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
    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 ...
    1
    # Managing iOS Simulators
    2
    
                  
    3
    ### List all simulators created
    4
    ```
    5
    $ xcrun simctl list --json
  4. lucalves Public

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

    3 3

  5. artigos-sobre-flutter Public

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

    14 4

  6. draven-theme Public archive

    🎨 Draven theme for Visual Studio Code

    15 7