Going Enterprise and its Aftermath
Up and away with scalability
Jul 18, 20228 min read194

Search for a command to run...
Articles tagged with #software-architecture
Up and away with scalability

Where code and developer collide.

Monolithic architectural patterns

The building blocks of sustainable systems

When it comes to data storage, using linear structures, be it linked lists and arrays or even stacks and queues, we have accountability over time complexity as the size of our data increases. That is, the larger the data being stored, the more time i...

Ohh...I know. Trust me I know. All this talk about non-primitive data structures without stacks and queues? Impossible. How would we ever? We've already covered lists and gotten linked lists under our sleeves. Still unfamiliar? Go ahead with this pri...
