Skip to main content

All Questions

Tagged with or
Advice
0 votes
1 replies
43 views

I am currently looking for a structured database or publicly available dataset that contains information about fish diseases, especially those affecting tilapia. The dataset can include symptoms, ...
PFE M2's user avatar
  • 1
Advice
0 votes
7 replies
155 views

Sorry for the question, I'm sure it's kind of dumb, but I am really new to this world. So I'm learning Java and I use Eclipse. I've learned the most basic things, like classes, arrays, lists, and I'm ...
Haru Ou's user avatar
Tooling
1 vote
1 replies
34 views

We have a set of Jenkins pipelines and want to store metadata about each job run in an external postgres database. Ideally, we'd get one row for each build, with columns for job name, build ID, start/...
jsherman256's user avatar
Tooling
0 votes
0 replies
18 views

I’m trying to have a program that would allow me to review data against specific criteria for medical research, example while looking through medical history, that it you enter inclusion/criteria, ...
Viridiana Guerrero's user avatar
Advice
0 votes
4 replies
69 views

I’m currently stuck on a problem while building my website. I’m learning full-stack development and creating a quiz system where users can enter a topic, and the system generates questions based on it....
Rejeol Bhutia's user avatar
Advice
0 votes
2 replies
42 views

Here is a screenshot: I am new to DBMS, and I am currently studying about ER diagrams. The instructor in the video said that a relationship between a strong entity and a weak entity is a weak ...
Jhai Pranesh's user avatar
Best practices
2 votes
2 replies
91 views

I have a question regarding where to store data depending when a program is being run for testing vs in production. Specifically in my case changing file paths for a SQLite database. I'm inexperienced ...
Gulrot's user avatar
  • 1
Best practices
1 vote
2 replies
42 views

I have a small Android app written in Kotlin using Jetpack Compose. It currently stores data locally using the Room database which is enough for now. However, I might want to expand it to store data ...
Joyce Opio's user avatar
Best practices
0 votes
0 replies
18 views

I’m building a system that will eventually store billions of rows of mostly append-only, time-series–style data. For now, I want something that: runs cheaply on a single Azure VM handles very high ...
Asray Gopa's user avatar
Advice
0 votes
1 replies
51 views

I am developing an online pharmacy website and I want to implement a flexible discount/offers system. The requirements are: Percentage discount on specific products (e.g., 20% off on selected ...
منصور انور's user avatar
Advice
0 votes
0 replies
25 views

I have the following business requirements: 30,000 clients send 12 million xml documents per day with average size of 5KB The documents must be saved in the External system on the right. Each ...
Siraf's user avatar
  • 1,346
0 votes
0 answers
58 views

Component used: ROOM COMPOSE WITH SHARED MULTIPLATFORM Version used:2.8.4 Devices/Android versions reproduced on: Multiplatform Android Studio last available version (Panda I) I am doing a program to ...
Dario Lobos's user avatar
Advice
0 votes
8 replies
52 views

My project environment is .NET 9.0 micro services in Kubernetes with Microsoft SQL Server. I have two services called A and B that need to access a SQL Server database called MyDatabase using ADO.NET. ...
Siraf's user avatar
  • 1,346
0 votes
0 answers
28 views

I configured all the required parameters in the development.yaml file. When I run it, it shows me the wrong password. I checked, and the password is correct. Serberpod version: 3.3.0 ERROR: Failed to ...
Vinayak Sutar's user avatar
2 votes
1 answer
78 views

I have a table that in PostgreSQL looks like this: CREATE TABLE member_block ( member_id INT NOT NULL REFERENCES member(id), block_id INT NOT NULL REFERENCES member(id), CONSTRAINT ...
SK19's user avatar
  • 277

15 30 50 per page
1
2 3 4 5
12924