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)
Interface in an array
Hye everyone,
Do you know if it is good practice to make a table with an interface like this? :
public interface ITemp
{
void Findpath();
}
public class TempUn : ITemp
{
public void Find...
pierre950
Votes: 0
Answers: 1
Message sequencing in Distributed Env
I need some guidance on the solutioning of a problem which I am facing at the moment.
I have a microservice which is deployed in 8 pods and it has a JMS listener which is enabled in all the pods to in...
Sandy
Votes: 0
Answers: 1
SQLalchemy internals and design pattern
What is the design pattern in SQLalchemy and how does it work?
I wonder how defining each column as class variable in a child class of db.Model provides necessary information to create table. How doe...
Roy
Votes: 0
Answers: 1
Microservices Architecture - API Gateway with Aggregator
I am trying to build a system which involves a client which will talk to a few microservices. I got to the point where I realize I don't want the client to communicate directly with all the microservi...

Gilad Dahan
Votes: 0
Answers: 0