python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to manage data needed across different Microservices?
I am currently designing a Microservices-Approach for my company (Logistic Company). Right now we have a monolithic system with a single relational database.
I understand the approach of Microservices...
mrts
Votes: 0
Answers: 1
Is it valid to have a JavaScript function that does nothing?
I'm working three texts boxes that get data and display them in a jQuery autocomplete drop down. Since JavaScript is rather flexible with it's objects and does not have interfaces. I made an API call ...

sneakyfishies
Votes: 0
Answers: 1
How to just import one function from C++ headers (aka avoiding namespace pollution)
I'm reading codes that designed an OCR model for chemistry. And I see some lines like this
#include <math.h> // fabs(double)
Is it possible to import just one function like what Python does (f...
Moeda Chaos
Votes: 0
Answers: 1
Reason for using custom true false values in frameworks
I was reading the GLFW library and I noticed they use GLFW_TRUE(1) and GLFW_FALSE(0). Now I've already seen that in other frameworks as well,making their own custom true/false identifiers. Is there an...

laegirl
Votes: 0
Answers: 4