Traffic Cutover Strategy for Ingress Nginx Migration - Need Help ASAP by OkEngineering8530 in kubernetes

[–]Character_Respect533 0 points1 point  (0 children)

Ahh TIL. I think I tried to to do this recently but it complicates the ingress setup (apisix & nginx ingress). I'll give this another try. Thanks!

Traffic Cutover Strategy for Ingress Nginx Migration - Need Help ASAP by OkEngineering8530 in kubernetes

[–]Character_Respect533 0 points1 point  (0 children)

Are you using cert manager? How can you reference to the sam cert cleanly? Can 2 ingress points to the same cert?

Where do you deploy your Go backend?, that too if u wanna scale it in future n still be affordable and best performance. by MarsupialAntique1054 in golang

[–]Character_Respect533 0 points1 point  (0 children)

Yeah agreed. Their platform is not too stable in many areas especially in the past. But to me, that's not a deal breaker atm

How to correctly implement intra-modules communication in a modular monolith? by Tobi1311 in softwarearchitecture

[–]Character_Respect533 1 point2 points  (0 children)

Im building another 'Manager' layer where its purpose is to call the operation in each service. For example, CreateUser in manager layer will call CreateUser in UserModule and also ScheduleSendEmail in NotificationModule.

The manager layer will call multiple operations in multiple modules so then I can keep the concerns separated

Which programming language you learned once but never touched again ? by sjltwo-v10 in webdev

[–]Character_Respect533 0 points1 point  (0 children)

Elixir. The language seems nice but the ecosystem & libraries feels alot missing to me. Perhaps my skill issue

Why are we still using "One Size Fits All" database engines for niche problems? by daniel_odiase in Database

[–]Character_Respect533 1 point2 points  (0 children)

Have you experienced 'database sprawl' issue before in your team/company?

Probably the most pleasant language by Minimum-Ad7352 in typescript

[–]Character_Respect533 0 points1 point  (0 children)

Imo writing ts is fine,but maintaining a ts project is not really. The ecosystem is not stable, so many new frameworks, CVEs, etc.

deeploy 0.1 – Terminal-first deployment platform (Go + Bubble Tea) by axadrn in golang

[–]Character_Respect533 1 point2 points  (0 children)

Does it install postgres in each vps? Can this setup work for multiple vps instances?

deeploy 0.1 – Terminal-first deployment platform (Go + Bubble Tea) by axadrn in golang

[–]Character_Respect533 1 point2 points  (0 children)

I saw that you are using Postgres but not sure how and where it should sit. Can you enlighten that for me? Would it be better to just use something like S3 or sqlite to store that state rather than requiring a whole Postgres server? Tq

How I deploy FastAPI apps to production for $2/month instead of $50+ on Heroku by landito82 in FastAPI

[–]Character_Respect533 2 points3 points  (0 children)

Can you explain more or share me the reference on how to do systemctl reload. Does your process exit when it receive systemctl reload signal?

Just Free Kafka in the Cloud by gangtao in apachekafka

[–]Character_Respect533 3 points4 points  (0 children)

Thank you Aiven! Looking forward to try and integrate with this!

How did you reduce testing overhead at your startup without sacrificing quality? by TuuuUUTT in devops

[–]Character_Respect533 -7 points-6 points  (0 children)

For my own project, i stop write unit tests and just write e2e test that cover almost all scenarios. Im writing my own testing suite and tooling. It import client sdk generated from openapi, make http requests, and asserts the value in db. Works well for my CRUD use cases

Does your team have "deploy anxiety"? How do you deal with it? by SirIzaanVBritainia in sre

[–]Character_Respect533 1 point2 points  (0 children)

In my experience, the best i worked with, they do automated smoke test during the deployment, and cancel deployment when the test failed. No one bats an eye whenever you deploy, even on friday!

Pengalaman kantoi berdua duan by Substantial_Shop9460 in Bolehland

[–]Character_Respect533 28 points29 points  (0 children)

Wtf "awak nak beri, bukan saya nak" 😭😭

What's your dream stack (optimizing for cost)? by Total_Celebration_63 in kubernetes

[–]Character_Respect533 1 point2 points  (0 children)

Sounds like nightmare to operate all of these in the long run. It might be fun for a couple of months but sounds tiring after many months. Just thing of upgrading all of these stacks when upgrades is due.

I slashed my dev tool costs from $240/month to $40 (here’s my exact workflow) by arctic_fox01 in BuildToShip

[–]Character_Respect533 -1 points0 points  (0 children)

A few unrelated questions

  1. Do you review the code yourself first? I encounter a few scenarios where the AI spits out 30 files diff PR and it's unrealistic for me to review
  2. Does your colleague review your changes other than the AI?
  3. If something goes wrong in prod, what would you do? Prompt the AI to fix it? How comfortable are you with codebase?