LoïcaDev
AccueilProjetsCompétencesCV

LoïcaDev

Construire le futur, une ligne de code à la fois

Navigation

  • Accueil
  • Projets
  • Compétences
  • Blog

Contact

  • GitHub
  • LinkedIn
  • Email

© 2025 LoïcaDev. Tous droits réservés.

Back to Home

Blog

Technical articles, tutorials, and thoughts on web development.

Filter by:
Building a Type-Safe API with tRPC and Next.js
Feb 15, 2025
8 min read

Building a Type-Safe API with tRPC and Next.js

Learn how to create fully type-safe APIs with end-to-end type safety from your backend to frontend using tRPC.

Next.jsTypeScriptAPI
Why I Switched from CSS-in-JS to Tailwind CSS
Jan 28, 2025
6 min read

Why I Switched from CSS-in-JS to Tailwind CSS

A deep dive into the benefits of utility-first CSS and how it improved my development workflow.

CSSFrontendTailwind
Optimizing React Performance: Advanced Techniques
Jan 10, 2025
10 min read

Optimizing React Performance: Advanced Techniques

Beyond the basics: techniques to squeeze maximum performance from your React applications.

ReactPerformanceJavaScript
Setting Up a Modern CI/CD Pipeline for Frontend Projects
Dec 12, 2024
12 min read

Setting Up a Modern CI/CD Pipeline for Frontend Projects

A step-by-step guide to creating an efficient CI/CD pipeline for your frontend projects using GitHub Actions.

DevOpsCI/CDGitHub
Building Accessible Web Applications: A Complete Guide
Nov 22, 2024
14 min read

Building Accessible Web Applications: A Complete Guide

Why accessibility matters and how to implement it effectively in your web projects.

AccessibilityFrontendHTML
State Management in 2025: What You Need to Know
Nov 5, 2024
9 min read

State Management in 2025: What You Need to Know

Exploring modern state management solutions for React applications.

ReactState ManagementJavaScript