JRJorge Reyesinimreyesjorge.hashnode.dev·Mar 8, 2024 · 2 min readUtilizing Generics in React ComponentsIf you have experience with TypeScript, you are likely familiar with generics and their applications. However, let's revisit the concept briefly with a concise example. Understanding Generics: // Declaring a type that utilizes a generic. type Car<T> ...00
JRJorge Reyesinimreyesjorge.hashnode.dev·Dec 27, 2023 · 3 min readBuilding a Better WebThere's much to discuss when it comes to building better websites: performance, loading speed, memory efficiency, and more. However, one aspect I find particularly compelling is accessibility. Realistically, not everyone prioritizes accessibility. Ye...00
JRJorge Reyesinimreyesjorge.hashnode.dev·Mar 22, 2023 · 1 min readMental Health AwarenessThis is my opinion and not medical advice. Your mental health is important and seeking help is not a sign of weakness. Contact a healthcare professional if you need assistance. It's totally normal to feel all sorts of emotions, and you should never f...00
JRJorge Reyesinimreyesjorge.hashnode.dev·Jan 11, 2023 · 3 min readUsing SVGs on HTMLUsing SVGs can be a little tricky at first depending on how you want to use them. There're some different ways to implement svgs on a web-page, to list some: In-line SVGs Using the <img /> html tag Using mask-image css property There was a previou...00
JRJorge Reyesinimreyesjorge.hashnode.dev·Dec 25, 2021 · 3 min readWhat's SSH?Have you wonder how your information is secured when traveling across the internet? Secure Shell (SSH) is one of the protocols whose tasks is to secure the data while traveling between two computers. SSH was created to replace Telnet, and other unsec...00