Basic Authentication for free with Netlify edge functions
How to use Netlify edge functions to password-protect your staging site on the free plan.
How to use Netlify edge functions to password-protect your staging site on the free plan.
Struggling with inconsistent JSON data? JSON Schema offers a powerful, standardized approach to validate, structure, and streamline your data management.
Is JSDoc alone sufficient for modern JavaScript projects, or is it merely a stepping stone towards adopting TypeScript?
How and why functional components and Hooks became the preferred approach with React.
Access the command line of ECS containers hosted on EC2 or Fargate using Session Manager.
Enable secure and scalable communication between containers in ECS using Service Discovery.
Easy pagination of api calls using AWS SDK's little known built-in utilities.
Send transactional mail securely and at scale, directly from your AWS account—without the need for third-party services.
Get a notification in your Slack channel whenever something occurs in AWS.
Setting up an Identity Provider for AWS IAM to ensure secure authentication using GitLab as an example.
Stay a step ahead of outages - implement robust, serverless uptime monitoring using AWS's Route 53, CloudWatch, and SNS.
Automate responses to specific events happening within your AWS services using AWS Eventbridge rules.
EventBridge Scheduler offers one-off events, flexible scheduling, and direct integration capabilities that will simplify and even replace existing time-delayed solutions and Lambda functions.
Excuting a job with multiple configurations in parallel using Gitlab.
Automatically trigger a GitLab pipeline when content changes in an S3 bucket
Automatically trigger downstream pipelines on interdependent projects.
Configuring NGINX to protect a login endpoint with rate limiting to mitigate brute-force attacks.
How we used NGINX's reverse proxy features to entirely mitigate errors caused by downtime of our headless CMS effectively, whilst always serving the most recent content.