Skip to content

Tag: nodejs

All the articles with the tag "nodejs".

  • Serverless Express API Part 5: Performance & Cost Optimisation

    Posted on:November 22, 2025 at 08:30 AM
    Reading time:5 min read

    Master performance tuning and cost optimisation for serverless Express APIs. Learn cold start mitigation, memory optimisation, and cost management strategies.

  • Serverless Express API Part 4: Production Monitoring & Security

    Posted on:November 22, 2025 at 07:30 AM
    Reading time:4 min read

    Implement comprehensive monitoring, logging, and security for serverless Express APIs. Learn CloudWatch alarms, structured logging, and security best practices.

  • Serverless Express API Part 3: Multi-Stage Deployments & CI/CD

    Posted on:November 22, 2025 at 06:30 AM
    Reading time:3 min read

    Master multi-stage deployments and CI/CD pipelines for serverless Express APIs. Learn environment management, automated testing, and deployment strategies.

  • Serverless Express API Part 2: Development Workflow

    Posted on:November 22, 2025 at 05:30 AM
    Reading time:6 min read

    Master local development for serverless Express APIs. Compare dev mode vs offline development and optimise your development workflow.

  • Serverless Express API Part 1: Getting Started

    Posted on:November 22, 2025 at 04:30 AM
    Reading time:6 min read

    Learn to set up and deploy your first Express API with Serverless Framework on AWS Lambda. Complete guide from installation to deployment.

  • Upgrading Husky from v8 to v9

    Posted on:October 9, 2025 at 12:39 PM
    Reading time:2 min read

    Complete guide to migrate Husky from version 8 to 9 with improved TypeScript support, faster hooks, and simplified configuration