Skip to content
View Kitty-js's full-sized avatar
🧑
Love u
🧑
Love u
Block or Report

Block or report Kitty-js

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

Hi, I'm Abril πŸ‘‹

Hello, my name is Abril, I'm 29 years old, I'm Spanish/Mexican, I was born in Barcelona, Spain; I currently live in Mexico. I work as a Freelancer ( Full-Stack Web Developer ), previously I worked as a Backend Developer, but I decided to become a Freelancer.

I'm passionate about what I do, I've been interested in programming since I was 16 years old. My first line of code was when I was 17 years old in C. C was also the first programming language I learned. πŸ–₯οΈπŸ–±οΈ

I have knowledge in PHP, Java, JavaScript, TypeScript, Python, C, C++, HTML and CSS. And I'm thinking about learning Rust, Kotlin and C#. The languages I work with the most are JavaScript, TypeScript and Python. πŸ’œ

const kitty = {
  technologies: 'web',
  passions: ['web development', 'desktop applications', 'mobile applications'],
  code: ['JavaScript', 'C++', 'C', 'Python', 'Java', 'TypeScript', 'HTML', 'CSS', 'PHP'],
  tools: [ReactJS, Node, Jest, Docker],
  age: 29
}
#include <iostream>

int main() {
  std::cout << "Goodbye people" << std::endl;
  
  system("pause");
  return 0;
}
print("Goodbye World")

Kitty-js GitHub stats

Popular repositories

  1. employee-system-crud employee-system-crud Public

    A CRUD along with a login and a record. Employee management (Create, Read, Update, Delete. . . .) using MySQL as SQL database and Python as programming language. (And a minimum of JavaScript and CSS)

    HTML 1

  2. BankApp-Cpp BankApp-Cpp Public

    Bank App created with C++. Terminal application very simple.

    C++ 1

  3. ohmyzsh ohmyzsh Public

    Forked from ohmyzsh/ohmyzsh

    πŸ™ƒ A delightful community-driven (with 2,000+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python…

    Shell 1

  4. Gallery-API Gallery-API Public

    A simple api that deals with image uploading (something like a gallery, hence the name Gallery-API).

    TypeScript

  5. Next-Portfolio Next-Portfolio Public

    A very simple portfolio created in Next.js

    JavaScript

  6. FastAPI-MySQL FastAPI-MySQL Public

    This is a simple REST API using FastAPI and MySQL. (CRUD)

    Python