TheGreenCodes

TheGreenCodes

Follow
homeAboutSoftware ArchitectureData StructuresHealth DigestThe EntrepreneurSeries of Notenewsletter
Tag

software architecture

#software-architecture

More content

Read more stories on Hashnode


Articles with this tag

Going Enterprise and its Aftermath

Jul 18, 20228 min read

Up and away with scalability · I thought I knew what scalability was. Just the same way most of us thought we knew what distributed systems were. I...

Going Enterprise and its Aftermath

The era of the builder

Jan 31, 20223 min read

Where code and developer collide. · I start this piece at the big bang of it all; TheGreenCodes and all it entails. This here goes out to all those who...

The era of the builder

The Age of Monolithic systems

Jan 10, 20226 min read

Monolithic architectural patterns · Coming in first in the series; the monoliths of web applications - monolithic architectural patterns. Broken down, a...

The Age of Monolithic systems

Software Engineering Architectural Patterns

Jan 4, 20222 min read

The building blocks of sustainable systems · And when you close your eyes, what do you see? Do you see ducktape? Do you see robust infrastructure? Do you...

Software Engineering Architectural Patterns

Non-primitive non-linear data structures: Trees

Dec 15, 20205 min read

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...

Non-primitive non-linear data structures: Trees

Data Structures: Stacking and Queueing

Nov 29, 20205 min read

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...

Data Structures: Stacking and Queueing