shlogg · Early preview
Leonel Oliveira @leoneloliver

I am a front-end developer based in Toronto. I love creating interesting UI/UX and solving complex coding problems.

Optimizing React And Next.js Applications For Performance

Optimize code splitting with dynamic imports, use ES modules for tree shaking, avoid global state when possible, implement proper caching, and leverage React Server Components to reduce JavaScript sent to the client.

GraphQL Vs REST: Choosing The Right API For Your Next Project

GraphQL is a query language for APIs that allows clients to request specific data, reducing over-fetching & under-fetching issues. It excels in flexible scenarios, while REST remains solid for simpler resource-based APIs.