JavaScript has changed a lot in recent years. New features like arrow functions, async/await, and destructuring help you write cleaner and faster code. This guide shows you how to use these modern tools.
You will learn patterns for functional programming and asynchronous operations. These skills are great for updating old code or building new applications. The goal is to make your code easy to read and maintain.
Whether you are a beginner or an experienced developer, these techniques will improve your daily work. Focus on using const by default, avoiding mutations, and writing pure functions. Small changes can make a big difference.
Global
mkdir -p ~/.claude/skills/modern-javascript-patternsProject
mkdir -p .claude/skills/modern-javascript-patternsSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge