devcrea

$ grep -ril "AWS CDK" ./guides

Results for AWS CDK

# 7 guides

  1. DevOps & Systems4 minAWS CDKnpmHow to Update AWS CDK: CLI, Dependencies & Fixing Version MismatchesStep-by-step guide to updating AWS CDK CLI and project dependencies. Learn how to fix 'version mismatch' errors and use npx for safer deployments.
  2. DevOps & Systems6 minNode.jsNVMnpmHow to Update Node.js: The Complete Guide (NVM, NPM, & Installers)Update Node.js using NVM, the n package, Homebrew, or winget. Fix EACCES permission errors and migrate global packages without breaking your projects.
  3. DevOps & Systems8 minNginxDockerKubernetesHTTP 502, 503, and 504 Errors: A Developer's Diagnostic GuideLearn what causes HTTP 502, 503, and 504 errors, how to read nginx logs, and how to fix gateway timeouts in nginx, Docker, Kubernetes, and AWS.
  4. Web & Frontend8 minNetlifyJavaScriptNetlify Serverless Functions: A Beginner's Guide to the Modern APIBuild Netlify serverless functions with the modern Request/Response API. Setup, custom routes, API key proxying, CORS fixes, and the production 404 fix.
  5. DevOps & Systems4 minWSLLinuxDockerWSL2 vs Native Linux: When WSL Is Enough and When to SwitchWSL2 covers 95% of developer workflows, but fails on USB, packet capture, and heavy Docker. Here is the exact decision framework to choose right.
  6. DevOps & Systems5 minDevelopment vs Staging vs Production: A Guide to Software EnvironmentsLearn why dev, staging, and production environments exist, how database drift causes silent failures, and the exact steps to maintain environment parity.
  7. DevOps & Systems7 minPythonHow to Set and Use Environment Variables in PythonHow to set, read, and manage environment variables in Python. Covers os.environ, python-dotenv, type conversion, Pydantic BaseSettings, and production secrets.