Skip to content
View lucalves's full-sized avatar

Sponsoring

@Homebrew
@callstack

Highlights

  • Pro

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 living in Brazil, working at Randstad Brasil. I love the power that technology has in solving real-life problems. I am currently working on web and mobile development.

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 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: Sunday, May 26th 2024, 20:46:22 pm UTC.

Pinned Loading

  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