Skip to main content
Kanyingidickson.dev
HomeProjectsBlogServicesAvailability

kanyingidickson · portfolio

full-stack engineering, web systems, and developer tooling.

quick links

  • Home
  • Projects
  • Blog
  • About
  • Services
  • Availability
  • Contact

explore

  • API Playground
  • Now
  • Privacy
  • Terms
  • Press ⌘K for navigation

connect

GithubLinkedInTelegramEmail

© 2026 kanyingidickson · portfolio

  1. Home
  2. Blog
// engineering notes · real-world bugs · lessons learned

Blog

Stories, guides, and lessons learned from real-world web development. Practical insight, code patterns, and the bugs that made it better.

AllAI/ML/LLMSoftware EngineeringWeb DevelopmentProduct & StrategyBusiness & GrowthData & AnalyticsDevOps & InfrastructureSecurity & PrivacyDesign & UXLeadership & TeamsCareer & FreelanceTech & InnovationScience & ResearchLifestyle & Productivity
Per page

Next.js App Router Tips

Hard-won lessons from shipping Next.js App Router apps: data fetching patterns, caching, server actions, and common footguns.

Featured
Next.js
App Router
React
+2
Published on January 11, 2026
Last updated on February 12, 2026
4 min read
Web Development
Read Article

React Performance Optimization: From Slow to Lightning Fast

Master React performance optimization techniques to build blazingly fast user interfaces. Learn about memoization, code splitting, and advanced rendering patterns.

React
Performance
Frontend
+1
Published on October 10, 2024
Last updated on January 27, 2026
2 min read
Web Development
Read Article

Getting Started with Supabase

A practical walkthrough of using Supabase with Next.js: auth, Postgres, row-level security (RLS), and safe environment setup.

Featured
Supabase
PostgreSQL
Next.js
+2
Published on April 30, 2024
Last updated on February 13, 2026
4 min read
Web Development
Read Article