Software Engineering

Design for generating/filling a document based on a tem...

You have the backend for a web application. I'd like to keep this is as disconne...

How do interpreters and VM print?

While direct Language-Assembly compilers generate the code required to perform s...

In x86, where are the memory addresses of the values on...

Suppose I have a very simple C program that just does this: int i = 6; int j = ...

Efficiency of improving testability versus adding unit ...

My team is going to add unit tests to old code without modifying it, to pave way...

Storing 100k keys for bulk retrieval from Azure

We're setting up a device-to-cloud channel using TLS-PSK (Pre-Shared Key), where...

What does "alloca" stand for?

The alloca() function allocates memory in the stack frame of the caller. What di...

Applying Domain Driven Design - Model/Implementation

I'm quite new in the DDD-World and I'm just trying to figure out all the basics ...

Designing a web app [closed]

I need help, I do not know how to properly design the architecture of a web appl...

Facebook authentication with an Authoritative Server fo...

I'm working on a multiplatform game in Flash. This game utilizes Photon Server f...

What is the most concise way to provide and consume con...

I am looking for the most concise way, in React, to provide context to a compone...

Updating PUT endpoint receiving non-existing id

Imagine an updating PUT endpoint receives a DTO that contains an id that corresp...

Android Jetpack DataStore item separation

I am trying to migrate to Jetpack DataStore from good ol' SharedPreferences and ...

What is the most concise way to provide and consume con...

I am looking for the most concise way, in React, to provide context to a compone...

Designing a Scalable Caching Layer for User and Tenant ...

I'm developing a microservice-based application that processes a high volume of ...

Kafka on multiple instances of ec2

I am new to Kafka, trying to do a project. Wanted to do it as it would be in rea...

How to make a persistent side bar with dynamic app bar ...

I want to make a dashboard, the dashboard has persistent drawer and dynamic main...

I own Jetbrains license for IDE (IntelliJ, CLion...) an...

As a developer, I own Jetbrains license for IDE (I use IntelliJ, CLion, Webstorm...

Should a web framework / template like Admin-LTE be put...

My team does predominantly back-end work in C#, with a smattering of front-end w...

API supporting multiple authentication providers?

I am currently looking at building an API server that will support multiple auth...

Microservices blindly trusting anything due to network ...

So I just fell in a project where microservices are inside private subnets and t...

Using unique attributes for user login

Suppose a user can have multiple emails. A given email may be held by at most on...

Securing API with JWT and elevated access using MFA

At my company we have a central auth server running IdentityServer. There are a ...

Standard error codes vs custom error codes in C

I am working on improving the code quality and portability of my C library, spec...

Mocking clock in C++ unit test

I'm working on a project that does things depend on how much time has elapsed. ...

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.