8,110 questions
Advice
1
vote
2
replies
87
views
Is staging slowly becoming less relevant in modern CI/CD systems?
If production is the only environment that truly reflects real user behavior, does it make more sense for teams to focus more on observability, feature flags, and controlled production testing instead ...
Advice
0
votes
2
replies
110
views
Looking for advice on choosing a stack and building a roadmap in low-level dev
Im a beginner system developer, and I want to gather everything I need to start my journey. I previously had experience in backend development with Golang, but now my direction has changed and I want ...
Advice
0
votes
0
replies
59
views
What is the most effective resilience pattern you’ve implemented in real-world projects, and how did it improve system reliability?
In your experience, what is the most effective resilience pattern you’ve implemented in real world projects, and how did it improve system reliability?
I’m currently exploring different resilience ...
0
votes
0
answers
97
views
Why does Crossplane KCL not receive status.atProvider.id (ocds returns null)?
I am using Crossplane with a KCL function to compose Azure resources.
My composition creates a LinuxWebApp and then attempts to use its ID to create a dependent PrivateEndpoint.
However, the WebApp ID ...
Best practices
1
vote
1
replies
111
views
Docker Project: A to Z process step by step
Would you recommend any free complete project has been created using docker which I can practice to learn in detail? I looked various sources but found limited resources like half or magnetic part of ...
-2
votes
1
answer
89
views
CodeIgniter cron endpoints: best practice for daily scheduled execution, date-window processing, and token-gated stage 2 [closed]
I’m working on a CodeIgniter (PHP) app with a 2-stage batch process:
Cron 1 (syncAndPrepareQRTokens)
sync eligible members to member_benefits
generate qr_code_token
Cron 2 (execute)
generate PDF + ...
Advice
0
votes
6
replies
135
views
Container error dependency failed to start,docker container exited with code 0(restarting)
I have trouble in deploying the project that is named Maybe, a personal finance tools with docker, then Container maybe-db-1 Error dependency db failed to start , db-1 exited with code 0 (restarting) ...
-1
votes
1
answer
99
views
Connection refused for localhost:9990 & localhost:8080 [closed]
We are migrating jenkins job from Vapp to GridEngine
When we run any test cases we could see the connect refused as localhost:8080 & localhost:9990
Gussing: the server is not configured for ...
Advice
0
votes
0
replies
137
views
Best way to organize a technical reference repository for backend and DevOps
I’m a junior backend developer and I’ve created a technical reference repository with resources related to backend development, DevOps, and security: https://github.com/Rub3cK0r3/engineering-reference
...
Best practices
0
votes
0
replies
60
views
How to measure failure rate for retryable jobs without noisy jobs skewing the metric?
We are a platform that runs training jobs. Each job will run at least 1 once, and then may retry on some failures depending on max_retries set by the user.
Currently our topline metric is:
...
Advice
0
votes
1
replies
88
views
How to delete a pipeline in Azure DevOps?
We used a Creation tool to create a GitHub Repository with a CI pipeline in Azure DevOps.
after creating a Fiori SAPUI5 Project in BAS using Project accelerator, a new flag was raised which was not ...
0
votes
0
answers
107
views
Azure Dev Ops - Org level search has changed to Code search
We can not find anywhere that any extension was added or any settings to disable Code search on the org. In the last 2 days our search has went from:
To now looking like:
This new search is very ...
Advice
1
vote
3
replies
102
views
Transparently send RDS traffic via an EC2 instance
Hey AWS / Postgres folks,
Running into a tricky situation.
Clients currently connect directly to my RDS Postgres endpoint using the usual host/user/password. Now I need every connection to first pass ...
Advice
0
votes
1
replies
79
views
Scalable solution for implementing CDC and building Medallion data lake using AWS DMS data on Apache Iceberg and AWS Glue
We have an oracle data warehouse on premise which has around 80 tables, which needs to be migrated to AWS S3 using AWS DMS and a medallion data lake house needs to be built in Apache Iceberg.
High-...
Tooling
3
votes
2
replies
81
views
How to restrict branch creation using wildcards without overlapping specific patterns?
I am trying to set up branch protection/restriction rules to control who can create or push to specific branches. My goal is to enforce a strict naming convention where only a specific pattern is ...