Notas
Aprendizajes en público
Ideas, decisiones y aprendizajes sobre agentes IA, automatización e ingeniería de software aplicada.
34 notas publicadas · mostrando 11–20
useSocket hook + SocketProvider in React
useSocket hook + SocketProvider in React
custom React hook (useSocket) for managing a WebSocket connection and a context provider (SocketProvider) that provides the socket connection and online status to its descendants in the component tree. src/hooks/useSocket.js file…
7 React Projects to Build in 2024
7 React Projects to Build in 2024
Next.js vs React
asdas
routing rendering methods purpose and scope performance configuration and setup development experience api routes deployment
Zustand Basic Usage
Lorem Ipsum Description
Zustand -> a small, fast, and scalable bearbones state management solution. Copied from original example App.tsx store/counterStore.ts
Roadmap 2024 by Midudev
Lorem Ipsum Description
Este post fue modificado automáticamente desde el Issue #8 de GitHub.
React Hooks by Joan Ayebola
Lorem Ipsum Description
📷 SSR - CSR - SSG differencies
Lorem Ipsum Description
Server-Side Rendering (SSR), Client-Side Rendering (CSR), Static Site Generation (SSG) and Incremental Static Regeneration (ISR) are all techniques used to render web pages. The main difference between these techniques is when and…
SQL Data types
SQL Data types
1. CHAR - STR, length 0 - 255 2. VARCHAR - STR, variable length, max length specified 3. TEXT - STR, variable length, max length 65,535 characters 4. INT - INT, range - 2,147,483,648 to 2,147,483,647 5. SMALLINT - INT, range - 32,…
NextJS Routing
NextJS Routing
Next.js routing is a powerful feature that enables developers to create dynamic and user-friendly web applications. It uses a combination of file-system based routing and server-side rendering (SSR) to efficiently handle page navi…
Docker Structure by @TheTechKage
Docker Structure.