Metageo

Metageo

Follow
homeDesign Patternsbadges
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

5 books that changed my career

Jun 15, 20215 min read 173 views

Standing on the shoulder of giants ยท In today's day and age we, aspiring developers, developers, and veteran developers consume a lot of information....

5 books that changed my career

Moving to Software Development

May 22, 20218 min read 87 views

A (real) story about how I became a software developer ยท This is a (real) story This might be a hard text to write because it is about me and my...

Moving to Software Development

Design Patterns - Strategy

May 17, 20217 min read 243 views

Decouple algorithm execution and algorithm selection for maintanaible code ยท Hello, my friends! This is the second post in the series about Design...

Design Patterns - Strategy

Design Patterns - Visitor

May 15, 20217 min read 771 views

Double dispatch to keep your code clean ยท Welcome ๐Ÿš€ First of all, welcome! This is the first post in a series of posts about design patterns. Today we...

Design Patterns - Visitor