Tools & Workflows
Tools & Workflows from Coding Projects, shaped by its Coding & Dev focus.
Tools & Workflows from Coding Projects, shaped by its Coding & Dev focus.
Posts
View all 9 posts →
Managing State in Complex React Applications
Stop struggling with prop drilling and unnecessary re-renders. Learn how to choose between useState, useReducer, and global state libraries for better React performance.
Coding Projects EditorialApril 11, 2026
Why is my CI/CD pipeline slowing down as the team grows?
Discover why your CI/CD pipelines slow down as your team grows and learn how to implement caching, parallelism, and decoupled stages to maintain high developer velocity.
Coding Projects EditorialApril 11, 2026
5 Essential VS Code Extensions Every Developer Should Install in 2024
ListicleBoost your productivity with these must-have VS Code extensions. From intelligent code completion to powerful debugging tools, discover the extensions that will transform your coding workflow.
Coding Projects EditorialApril 10, 2026
Reducing Container Image Size with Multi-Stage Builds
Learn how to use multi-stage Docker builds to shrink your container images, speed up deployments, and improve security by stripping out build-time dependencies.
Coding Projects EditorialApril 10, 2026
Supercharge Your Shell History with Fuzzy Finding
Quick TipStop scrolling through endless shell history. Learn how fuzzy finding with fzf transforms command recall from a chore into a sub-second operation.
Coding Projects EditorialApril 10, 2026
Streamlining Developer Productivity with Custom GitHub Actions Workflows
Learn how to automate repetitive testing and deployment tasks using custom GitHub Actions to speed up your development lifecycle.
Coding Projects EditorialApril 9, 2026