Skip to content
View letiesperon's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report letiesperon

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

Hola!

I'm Leti, a Software Engineer from Uruguay, remotely working for the US 🌎

Proud mom of 2 cats, who might secretly be plotting my downfall or just playing hard to get. 🐈

Software engineering has been my antidote to boredom — I've been hooked ever since I started. Passionate about constant improvement in every aspect: teams, processes, products, people. Having forged my path in both technical and management arenas, I'm tremendously interested in the realm of psychology, because let's face it, it's what drives it all. 💡

I teach software architecture at ORT University, and my slides are filled with self-made memes that I should probably have copyrighted. 👩🏼‍🏫

Ruby on Rails is my ultimate jam, and along with agile teams in SaaS companies, they are the bread and butter of my everyday. 💞

I love fitness, mindfulness, minimalism, interior design, and going to bed before 10pm. But honestly, I sometimes wish I was doing more to make the world a better place.


I enjoy writing. Follow me on LinkedIn, Medium, DEV and StackOverflow. ✍🏼

Pinned

  1. ASP-tutorials ASP-tutorials Public

    Shell 10 8

  2. ruby-patterns ruby-patterns Public

    Ruby Patterns Applied

    Ruby 2

  3. SQL query to get the size of all the... SQL query to get the size of all the tables in a database
    1
    SELECT 
    2
      table_name, 
    3
      pg_size_pretty(pg_total_relation_size(quote_ident(table_name))), 
    4
      pg_total_relation_size(quote_ident(table_name)) as "Raw size"
    5
    FROM information_schema.tables
  4. Instructions new Macbook computer s... Instructions new Macbook computer setup Part I
    1
    * Format MacOs to have latest OS
    2
    * Install Xcode:
    3
      ```bash
    4
      xcode-select --install
    5
      ```
  5. git-pushempty-api git-pushempty-api Public

    Minimal server to push empty commit to a given branch. To bypass CircleCI sanctions where our Russian devs cannot run tests.

    JavaScript 1

  6. macsetup macsetup Public

    Shell