Skip to content
View EnzoDiazDev's full-sized avatar
📰
Blogging
📰
Blogging

Organizations

@faztcommunity @newlands-quest
Block or Report

Block or report EnzoDiazDev

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

Backend Developer

NodeJS backend developer with advanced knowledge of Javascript and Typescript, focused on real-time systems and web technologies.
Self-taught programmer with more than four years in the industry.

  • Learning the newest technologies 🚀
  • Actively collaborating in Fazt Community 👥
  • Becoming a good maintainer 🗂️
  • Becoming a software architect ✏️
  • Blogging about technology, sometimes. 📰

Main languages

  • Typescript
  • Javascript
  • HTML5 y CSS

NodeJS, NoSQL, HTTP, SocketIO, Express, NestJS, Git, HTML5, CSS3, JWT, API REST, Blockchain, Software Architecture, System Analysis, etc., you get the idea.
also software architecture, patterns, and designs. Functional, reactive, object-oriented programming, and more.

Read my last post (spanish)

Qué es el hoisting y por qué no debería importarte

Seguramente habrás leído que el hoisting es cuando Javascript mueve tus declaraciones a la parte superior y bla bla.
No voy a confundirte, Javascript no mueve tus variables a ninguna parte sin tu permiso, se quedan ahí donde las dejaste.

Pero entonces, ¿qué es el hoisting?
El hoisting es el término usado para explicar un fenómeno natural que ocurre en Javascript con los espacios en memoria.

Para entenderlo, te resumo lo que ocurre internamente antes de correr tu código.

Existen dos “fases" en Javascript, donde primero...

Contact me

Pinned

  1. lepp lepp Public

    Lottiexpress++ is an api wrapper for Express, made with and for typescript. Sketch-oriented, based on decorators.

    TypeScript 9

  2. bottie bottie Public archive

    Bottie is an extension for DiscordJS, made with and for typescript. Fully object oriented.

    TypeScript 1

  3. ts-base ts-base Public template

    nodejs 2024 base repo in typescript

    TypeScript 3

  4. rsa-authentication rsa-authentication Public

    My implementation of an rsa authentication

    TypeScript 2

  5. Generates a cryptographically secure... Generates a cryptographically secure pseudorandom number from 0 to 255. Written in typescript (javascript)
    1
    //MIT license.
    2
    /**
    3
     * @file Considering that using PRNG is not secure,
    4
     * this function provides a cryptographically secure random integer (CSPRNG).
    5
     */
  6. Esta es una guía enteramente práctic... Esta es una guía enteramente práctica, paso a paso, para principiantes absolutos, sobre cómo contribuir por primera vez en Github; cómo perderle el miedo al trabajo colaborativo.
    1
    # Contribuir por primera vez en Github
    2
    
                  
    3
    Esta es una guía enteramente práctica, paso a paso, para principiantes absolutos, sobre cómo contribuir por primera vez en Github; cómo perderle el miedo al trabajo colaborativo.
    4
    
                  
    5
    El motivo de este documento es explicar una serie de pasos claros, repetibles, *pausables* y *continuables*, para que los nuevos programadores puedan situarse en una etapa del desarrollo de un proyecto y tomar una decisión para realizar su aporte. </br>