blog.sideeffect.dev
sideeffect
AboutArchivesRss
  • Home
  • Archives
The Right Way to Automatic Semantic Versioning in npm2024-10-19

Semantic versioning is a crucial aspect of package management in npm (Node Package Manager). It helps developers understand the nature of changes in a package and manage dependencies effectively. This post will explore the right way to implement automatic semantic versioning in npm projects.

Reminder: aws-efs-driver upgrade2024-10-18

Just a reminder to update your permission(if you are using one)

Bitnami Helm Chart upgrade pain2024-09-20

A recent experience upgrading an old Bitnami chart highlighted this issue. Bitnami introduced breaking changes in its subchart,

Rotate your ECR secret in Kubernates with Helm charts2024-09-11

ECR uses IAM authentication to control access to your repositories. When you authenticate with ECR, you receive a token that's valid for 12 hours. After this period, the token expires, and your Kubernetes pods may fail to pull images from ECR. By implementing an automatic rotation mechanism, we can avoid these potential disruptions.

Upgrade postgis in PostgreSQL2024-07-07

If you've ever upgraded your PostgreSQL database with

Analysis AWS ALB access log with Grafana anthea datasource2023-11-08

Monitoring Application Load Balancer(ALB) aggregated metrics in CloudWatch is easy, but if you want more insight from the access log, it is not enabled by default.

Migrate netlify github repo connect to netlify cli2023-09-28

Deploy with git was an awesome feature provided by Netlify which can do continuous deployment by connecting a Git repository and keeping them in sync. It was a breeze since it was easy to set up. but things become complex when they make a few changes: the private repository won’t work unless you upgrade to Pro plan or make the repository public.

Setup minio in kubernetes with domain bucket access2023-09-10

For seamless use of S3 under on-premise or local development with minio there’s one more config you want to set up.

SSH without password2023-09-05

If you're tired of typing your password every time you want to SSH into a remote server, ssh-copy-id is the tool for you. It allows you to copy your public key to a remote server's authorized_keys file in one command

Setup firebase ext trigger mail with sendgrid2022-09-14

It’s good for decoupling third-party services from your codebase using Firebase Extension and Functions If you were running your infra on GCP.

|<<>>|

Copyright © 2024 - All right reserved.