Skip to content
View Xansiety's full-sized avatar
🦇
Probably programming or watching anime 🐣
🦇
Probably programming or watching anime 🐣

Block or report Xansiety

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
xansiety/README.md

Hey 👋, I'm {{ Fernando Hernandez }}

github twitter devto codepen linkedin

Who am I?

Hi, I'm Fernando, a simple web developer since 2019.

I specialize mainly in Frontend development, where I use leading technologies such as React, Vue, and recently Angular, in its latest versions. With which my goal is to create scalable, efficient and reliable applications that offer an optimal user experience. In addition, my experience in Backend development, using technologies such as .NET, complements my skill set and allows me to build robust solutions.

🌐 Check out my Website ✨👽

💻 Want to see my professional GitHub: Fernando Hernández

Rapidfire

  • 🔭 I am currently learning Python 🐍

  • 🌱 I am working on an app that will allow me to keep track of my routines and meals, I also want to start creating an application to create Notes. 🔷

  • ❓ You can ask me about Angular, .NET, React and Vue.js I'll be glad to help you.

  • ⚡ Fun fact: I hated programming throughout my career.


Languages and Tools

import { ILanguages, ILibrary, IFrameworks, IExtras, IDatabases, ITools , ILearn, IExtras } from '@/models';

export interface ITechnologies {
  languages: ILanguages[];
  libraries: ILibrary[];
  frameworks: IFrameworks[];
  style: IStyle[];
  databases: IDatabases[];
  tools: ITools[];
  cloud: ICloud[];
  devops: IDevops[]; 
  learn: ILearn[];
  extras: IExtras[];
}

export const technologiesList: ITechnologies = {
  languages: [
    'C#'
    'TypeScript',
    'JavaScript'
    'CSS'
  ],
  libraries: ['React'],
  frameworks: ['Angular', '.Net', 'Vue JS', 'Express JS'],
  style: ['TailwindCSS', 'Bootstrap', 'Styled Components', 'SASS',' MUI'],
  databases: ['Microsoft SQL', 'MySQL', 'PosgresSQL'],
  tools: ['VS Code', 'Visual Studio', 'Docker', 'Postman'],
  cloud: ['Azure'],
  devops: ['GitHub Actions'],
  learn: ['Tailwind CSS', 'NestJS', 'NextJS', 'Python', 'FastAPI' ],
  extras: ['Desing Patterns', 'S.O.L.I.D Principles']
};

Github Stats




Generated using Github Profilinator

Pinned Loading

  1. net-7-web-api-unit-of-work-auto-mapper-jwt-refresh net-7-web-api-unit-of-work-auto-mapper-jwt-refresh Public

    C#

  2. boilerplate-node-api-mongo-refresh-token boilerplate-node-api-mongo-refresh-token Public

    Boilerplate to create web api with NODE JS + Express and MongoDB

    JavaScript 2 1

  3. net-6-auth-user-jwt-refresh-salt-password-api net-6-auth-user-jwt-refresh-salt-password-api Public

    Basic configurations create user and login with recovery password and JWT / Refresh Token

    C# 2

  4. net-6-login-register-confirmation-email-api net-6-login-register-confirmation-email-api Public

    .NET 6.0 - Boilerplate API with Email Sign Up, Verification, Authentication & Forgot Password

    C# 1