Kattya Cuevas

👩‍💻 Software engineer 🗣️ Organizer at Ruby Peru and Tech Talks 👩‍🔧 WTM and Auth0 Ambassador
Kattya Cuevas

I’m Software Engineer, and I’ve been a developer for more than eight years. I’ve built apps about education, mental wellness, legal assistance, and video streaming, and I worked as Tech lead, teacher, CTO, mentor, speaker, leader, facilitator, Full Stack, and Backend developer. I’m also an organizer at Ruby Peru and Tech Talks communities and a WTM Lima ambassador.

In my spare time, I use to play with my child and talk about technology. I’m obsessed with programming and promoting women's participation in technology.

I can learn fast, and that helps me to switch technology easily. I've worked with Ruby on Rails (Ruby), Django (Python), React (JavaScript and TypeScript), React Native, Electron, and Vue.

Recent posts

Optimizing Active Record queries

12 minute read

Context: Some time ago, I worked on a project where I had to make a lot of reports. We had a lot of data, and most of the reports should be in the applicatio...

Authentication with Auth0 on Rails

5 minute read

One of the essential features that most applications have in common is Authentication. There are many options to authenticate us nowadays. In this article, I...

Optimización de queries en Rails

14 minute read

Contexto: Hace un tiempo, trabajé en un proyecto en el que tenía que dar reportes de la data que teníamos, la mayoría de los reportes que teníamos que calcul...

Autenticación con Auth0 en Rails

6 minute read

Uno de los features más importantes que la mayoría de aplicaciones tienen en común es la Autenticación. Hay muchas opciones de autenticarnos actualmente, le...

Evitar Re-Renders al usar Context en React

3 minute read

Hace algunos meses, estaba haciendo un refactor en un proyecto de React y me quedé horas intentando resolver el problema. El refactor se debía a un problema ...

Mi primera app con React Native

6 minute read

React Native es un framework para desarrollar aplicaciones nativas iOS y Android con React. Hay dos formas de empezar una aplicación con React Native, la pri...