Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
How are we doing? Please help us improve Stack Overflow.Take our short survey
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
17,181 questions
Filter by
Sorted by
Tagged with
Best practices
0votes
1replies
31views

What is the best practices to delete outdated data from the SQLite database on the server?

I have a Golang server (pet project) and each second I add 2879 bytes of data in database. At the moment I'm about a 1GB of data. I want to cleanup the database to avoid a moment when I'm run out of ...
Best practices
0votes
1replies
32views

Hexagonal Architecture: How to orchestrate complex business workflows?

Problem StatementI'm implementing a complex business workflow using Hexagonal Architecture (Ports and Adapters), but I'm struggling with how to properly orchestrate.Business Workflow Requirements...
Best practices
0votes
1replies
95views

Architecture design for multilingual descriptions for several classes

I am creating an E-Commerce app. It has Category and Product classes. Both have multilingual descriptions, so, tables with title, description, meta-*, etc. and unique key (id, language_id).To add ...
0votes
1answer
109views

Randomly slow MongoDB queries

I have been experiencing slow mongo queries suddenly. The execution times varies very randomly. Initially I was suspecting this expensive aggregation operation :-{ "appName": "XXXXXX&...
2votes
1answer
87views

How can I make my Node.js backend code cleaner without using an ORM when working directly with SQL?

I'm building a Node.js backend using plain SQL (no ORM, just mysql2 wrapped in a small helper).However, as my project grows, my route handlers start looking messy — full of raw SQL strings embedded ...
0votes
0answers
53views

How do I manage SQLite DB connection across Expo application (with Redux store)?

So, Expo provides the component <SQLiteProvider> and a hook useSQLiteContext().Now I have an App with Redux slices, and async thunks using that DB for CRUD operations.My main question is: how ...
-1votes
0answers
45views

Can agent simulation have an integrated LLM

I'm supposed to develop a mock processor that takes the following payload:{ "scope": {"type": "folder", "name": "invoices-2025"}, "messages&...
1vote
1answer
115views

How to design a payment acquirer API wrapper (E-Rede, Cielo, or CGNet) abstracting transaction and tokenization routes? [closed]

I’m working on a project that will consume the API of a payment acquirer — for example, E-Rede, Cielo, or CGNet — depending on the environment or client configuration.These acquirer APIs typically ...
1vote
1answer
60views

Java Redison tryLock vs getBucket performance

I am using global redis datastore, with two clusters Region-A and Region-B.Each regional cluster has three redis nodes one primary and two read replicas.I have my service deployed in two regions as ...
1vote
0answers
86views

How to access DbSet properties at runtime [duplicate]

I am very new to development with ORMs.In my project, where I use Entity Framework Core, I want to create a class that would encapsulate whole interaction with database, i.e. through which I would ...
0votes
0answers
45views

DISAS_NORETURNs causing errors while attempting to intercept QEMU syscalls by tweaking the ecall() function

I am trying to modify the ecall behavior in QEMU usermode simulation, so that i can intercept system calls.The way i intend to do it is by reading states from the CPURISCVState with tcg_gen_ld_tl -- ...
0votes
0answers
69views

How can I avoid a bootstrap deadlock in a Melos project with a dynamically generated package?

I’m setting up a Flutter monorepo using Melos. Inside the repo:A Flutter app (/apps/my_app)A package that is generated by openapi-generator (/packages/my_api_client)The problem:My app depends ...
1vote
1answer
74views

How to integrate Golang as VSCode Extension backend

I want to make a VSCode Extension that matchs regex pattern that I define with project's git-logs. I want the best performance, so I am thinking of using Golang as the backend instead of Typescript.I ...
0votes
1answer
121views

A C++ unit test which tests a function which takes a lambda as an argument

I have written a C++ Unit Test which has a design problem.The test is relatively straightforward. I am testing some kind of "iobuffer" object. There is a function recv which is used to copy ...
-6votes
1answer
95views

Host to GPU in terms of endianness discrepancy [closed]

I have been told that when it comes to GPU APIs like Vulkan and DirectX and the host is for example little-endian and the GPU is big-endian that you can read for example a 32-bit integer and the ...

153050per page
1
2345
1146

Hot Network Questions

more hot questions
Newest architecture questions feed

[8]ページ先頭

©2009-2025 Movatter.jp