Novacodes's picture
i cant see anything on the preview
ae80bd0 verified
Raw
History Blame Contribute Delete
1.21 kB
Invalid JSON:Unexpected token 'j', "json [ {"... is not valid JSON
json
[
{
"slug": "scaling-react-node-apps",
"title": "Scaling React + Node Applications",
"excerpt": "A practical guide to structuring large React frontends and Node backends for scalability and maintainability.",
"content": "# Scaling React + Node Applications\n\n## Frontend\n- Code splitting and lazy loading\n- State management with context or libraries\n- Optimistic UI updates\n\n## Backend\n- Horizontal scaling with stateless services\n- Caching with Redis\n- Async processing for heavy tasks\n\nThanks for reading!",
"tags": ["react", "node", "architecture"],
"date": "2025-06-01",
"author": "Isaac Akinkunmi"
},
{
"slug": "accessible-color-systems",
"title": "Designing Accessible Color Systems",
"excerpt": "Contrast, color blindness, and building a palette that meets WCAG AA/AAA.",
"content": "# Accessible Color Systems\n\n1. Use tools to check contrast.\n2. Never rely solely on color to convey meaning.\n3. Provide theme toggles for user preference.\n\nDemo tip: Use CSS variables and persist preference in localStorage.",
"tags": ["accessibility", "design", "css"],
"date": "2025-05-12",
"author": "Isaac Akinkunmi"
}
]
</html>