Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

I’m developing a system with separate front-end and back-end components: --The back-end is already implemented with Node.js and Express, exposing REST APIs. --The front-end must be a private SPA, ...
1 vote
0 answers
18 views

Say a process is reading a file. When does reading from the disk show up as "Disk read total" in System Monitor? Is this statistic only counted when doing the read() syscall and not counted ...
-1 votes
0 answers
21 views

In our website, we see many crawlers which pretends like human trying get contents. These crawlers are not well known like Google/Bing/Facebook etc. I can identify those crawler's IP and they are ...
Pakira's user avatar
  • 99
-2 votes
1 answer
37 views

I'm currently working on a project that's a game. There's no AI in it, it's just levels and tracking the player's progress through those levels, because it's based on a therapeutic plan. Right now I'm ...
0 votes
2 answers
114 views

I already have an existing backend, now I am considering to use next.js which is a full-stack framework, hence I would only use the front-end part. Will this make any sense? Does it make sense to use ...
3 votes
2 answers
93 views

In PHP, trim() exists. By default the second parameter is " \n\r\t\v\x00" I wish to introduce my own version which doesn't deviate far from the core functionality: // Trim whitespace in ...
0 votes
0 answers
106 views

I'm using SDL2 in my game engine and have created custom event types that use the data from SDL_Event. This works well within my own code, but it becomes problematic with ImGui (and other libraries ...
-2 votes
0 answers
35 views

Critical Resource Optimization: K3d/Argo CD/GitLab Stack on 5GB RAM VM (Alpine Host) We're facing a severe resource constraint issue during the final evaluation of a demanding System Administration ...
4 votes
0 answers
108 views

LGPL has certain requirements for software that uses LGPL libraries. The most common way to satisfy these in otherwise closed-source software is to supply the LGPL library as a dynamic library, which ...
-1 votes
0 answers
42 views

I'm working on a application that uses SignalR for real-time communication between workstations and sensors. Currently everything runs locally, butI'm planning to move to Azure cloud and I'd love some ...
12 votes
5 answers
2k views

I'm currently analyzing a process that is considered too slow. In summary, it's a task that loads a lot of data from Microsoft SQL Server, performs some basic stuff on it, and creates a report. It ...
0 votes
2 answers
101 views

I’m building a modular REST API using Node.js + Express + TypeScript. My controllers are defined as classes. In my route files, I currently create a new controller instance, like this: import { Router ...
1 vote
3 answers
344 views

I have an application with very strict requirements around auditing and the "replayability" of user actions. For this reason, I've chosen an event-sourced architecture because of its append-...
2 votes
1 answer
141 views

I'm learning Domain-Driven Design (DDD) and studying different architecture patterns, and I’ve come across two seemingly conflicting design philosophies around domain modeling. 1. Rich Domain Model ...
0 votes
0 answers
51 views

Transaction Workflow: Validate Funds – Verify the sender’s account has sufficient balance. Withdraw Funds – Deduct the specified amount from the sender’s account. Transfer Funds – Credit the ...

15 30 50 per page
1
2 3 4 5
...
4292