Skip to content
View lucasamonrc's full-sized avatar
Block or Report

Block or report lucasamonrc

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

I'm a software engineer, husband, father, latter-day saint, and life-long learner. I like to think deeply about things, and my goal is to master software craftsmanship.

I'm was born and raised in Curitiba, Brazil, and I've been writing software since high school and it has become a major part of my life ever since. I graduated with a Computer Science degree from BYU in Utah, with emphasis in Software Engineering and Human-Computer Interaction.

I've worked every semester of my college career, either tutoring a class or doing contact work. I landed internships writing software with The Church of Jesus Christ of Latter-day Saints, Trinsic, and Pluralsight.

Here are some of the stuff I like to work with

Languages: JavaScript, TypeScript, Python, SQL, C#, Java, C Technologies: React, Node.js, Flask, Tailwind CSS, GraphQL, ASP.NET, MongoDB, DynamoDB Cloud: AWS, Microsoft Azure, Firebase, GitHub Actions, Docker Practices: Automated Tests, CI/CD, Agile, Microservices, Technical Writing, UX Design

Pinned

  1. Terminal setup Terminal setup
    1
    # My Terminal Setup
    2
    
                  
    3
    This post will guide you on how to customize your terminal to make it a little bit prettier and useful. We will install a theme and some plugins that can help us boost our productivity when working with the terminal.
    4
    Disclaimer: this guide will not work on PowerShell or CMD, if you are using Windows. If you are in an OS that uses bash or zsh, you are good to go.
    5
    
                  
  2. redis-clone redis-clone Public

    A simplified clone of the popular Redis server implemented in C#. RedisClone is designed to demonstrate the core functionality of a Redis server by supporting basic commands like ECHO, PING, SET, a…

    C#

  3. ryde-schedule ryde-schedule Public

    A serverless function triggered by an SMS that scrapes BYU student movement website and returns the departure time of the next Ryde shuttle for a particular route.

    Python

  4. randlc randlc Public

    Google Chrome extension that gets a random Leetcode problem for you to solve from one of the problem sets (public lists) you provided.

    TypeScript

  5. why-cs why-cs Public archive

    A question and answer PWA for BYU Computer Science students find help to complete their homework. Built with Next.js and Supabase.

    JavaScript 1 2

  6. attempt attempt Public

    A promise wrapper for JS/TS that prevents solves the try-catch tower of doom pattern.

    TypeScript