9,473 questions
0
votes
1
answer
22
views
Missing domain from Google Cloud platform
I have recently got a new cloud domain with Google cloud console and for some reason has totally disappeared I have followed all tutorials online and everything Gemini suggested. I performed a whois ...
Best practices
0
votes
0
replies
18
views
What are the best practices for implementing enterprise data archiving in large organizations?
We are planning to implement an enterprise data archiving strategy to manage large volumes of historical and inactive data across multiple enterprise applications (ERP, CRM, and legacy systems).
Our ...
Advice
1
vote
2
replies
39
views
How does an application running on a local port become publicly accessible over the internet?
I am trying to understand how a locally running application becomes publicly accessible when hosted on a server or cloud.
For example, if I run a simple Node.js app on a server like this:
app.listen(...
Advice
0
votes
0
replies
58
views
How should a beginner start a career in cloud computing, and which skills have long-term demand?
Iâm a software developer with a basic understanding of programming and web applications, and Iâm interested in starting a career in cloud computing.
Iâd like guidance on:
How to get started as a ...
Advice
0
votes
0
replies
41
views
Should I use GCE or GKE for AI machines running on the cloud and how?
I want to migrate a Vision AI system to a Google Cloud Platform. Iâm not sure whether I should use GCE (Google Compute Engine) or GKE (Google Kubernetes Engine). This Vision AI system uses YOLO from ...
0
votes
0
answers
87
views
Next JS 16 killed PM2 and all Service in VPS Ubuntu 20
Iâm deploying a Next.js application on an Ubuntu 20.04 VPS using a fairly standard setup, but Iâm running into serious stability issues that I canât fully explain.
Environment
Ubuntu 20.04
Node.js ...
1
vote
1
answer
91
views
Azure function app parameters required to be displayed
We have several Azure Functions Apps containing several Azure Functions written in C# code.
We can run those function if required.
If there a way I can add what parameters are required to run these ...
Advice
2
votes
1
replies
64
views
Which Career Path Should I Choose: DevOps/Cloud or Full-Stack?
I am currently at a point where I need to make a decision about my future career path, and I would really appreciate some guidance. I have experience and a strong interest in programming, and I am ...
0
votes
1
answer
41
views
Why does my Apex trigger fire twice on a single record update?
I created a before update trigger on Opportunity, but when I update one field, the trigger logic runs twice. How can I prevent recursion in Salesforce triggers?
Advice
0
votes
2
replies
80
views
How to learn cloud engineering?
I am just beginning my journey into cloud engineering and I'm interested in enrolling in an online learning program. However, before making any payments, I would like some guidance so l can learn ...
0
votes
1
answer
64
views
Fly.io backend does not see /uploads
My backend uses multer to save to some files from the frontend on a local disk directory and then uploads them to S3. After that, it removes all the images from the directory.
This works in ...
Advice
0
votes
0
replies
37
views
Modular production for "see-through" factories and data center shells
Iâve been thinking about modular production for âtransparent factoriesâ and data center outer frames/shells. Do you think this approach actually improves data center construction, and how much ...
Advice
0
votes
4
replies
57
views
How to deploy Spring Boot + React + MySQL website? What services are required?
I am a fresher and I am building a small hotel website.
My tech stack is:
Backend: Spring Boot (Java)
Frontend: React
Database: MySQL
I want to deploy this project so that it is publicly accessible ...
Advice
2
votes
5
replies
101
views
Building Privacy-Compliant LLM Apps (e.g. Section 203 StGB)
Iâm working on an app that leverages Large Language Models (LLMs) to assist professionals in regulated fields like medicine and law. My main concern is ensuring compliance with privacy and secrecy ...
Advice
0
votes
0
replies
45
views
Cloud Run for deploying
I would like to deploy my app in sideloading.
I have read tutorial on Gogle App Engine, but I'm evaluating Google Cloud Run because it seems cheeper.
Do you know step by step tutorial/guide on this ...