Skip to main content
smeeb's user avatar
smeeb's user avatar
smeeb's user avatar
smeeb
  • Member for 11 years
  • Last seen more than 7 years ago
152 votes
2 answers
92k views

What is a "shaded" Java dependency?

71 votes
3 answers
36k views

Role vs Permission Based Access Control

63 votes
8 answers
16k views

Why does C provide language 'bindings' where C++ falls short?

39 votes
2 answers
35k views

Do multi-tenant DBs have multiple databases or shared tables?

26 votes
5 answers
35k views

OAuth2 ROPC vs Basic Auth for public REST APIs?

24 votes
1 answer
10k views

Does Akka obsolesce JMS/AMQP message brokers? [closed]

20 votes
2 answers
19k views

REST API security: HMAC/key hashing vs JWT

19 votes
3 answers
2k views

What are the reasons for why a Java/Linux stack fails to be "real time"?

19 votes
2 answers
13k views

How do Java AOT compilers work?

17 votes
2 answers
8k views

Traditional Message Brokers and Streaming Data

12 votes
2 answers
14k views

Benefits of RTOS vs Bare Metal for MCU Programming?

10 votes
1 answer
556 views

Dependency promotion strategies: siloed or orchestrated?

10 votes
2 answers
7k views

Auth options for distributed systems

8 votes
8 answers
3k views

When is a device driver needed and when is it OK to read/write directly to the port?

6 votes
1 answer
12k views

How is this Java Keystore cert still valid?

5 votes
1 answer
1k views

Using key-value NoSQL DBs relationally

5 votes
1 answer
1k views

Driving Linux input events from serial device

5 votes
1 answer
115 views

OAuthv2 authorization grants

5 votes
1 answer
3k views

Cross-compiling Java app to run directly on ARM

5 votes
2 answers
824 views

Does sun.misc.Unsafe give access to the system or just the JVM?

5 votes
4 answers
3k views

Does one have to write multiple "flavors" of C/C++ code for each intended platform?

4 votes
3 answers
819 views

Multi-tenancy...as opposed to what?

4 votes
1 answer
971 views

Library OSes vs Unikernels

4 votes
1 answer
1k views

Creating/updating entity save strategy

4 votes
1 answer
1k views

OAuthv2 for distributed applications

3 votes
2 answers
204 views

What tools/methods/practices reconcile deployed versions of components?

3 votes
2 answers
4k views

Difference between Sfm and 3D reconstruction?

3 votes
2 answers
2k views

What are the benefits of a device driver when I can access the I/O registers directly?

3 votes
4 answers
2k views

What is a "streaming app", exactly?

2 votes
2 answers
559 views

Achieving very large real-time async writes on MySQL tables without locking them to reads