Get Mystery Box with random crypto!

Programming Tips 💡

Logo of telegram channel programmingtip — Programming Tips 💡 P
Logo of telegram channel programmingtip — Programming Tips 💡
Channel address: @programmingtip
Categories: Technologies
Language: English
Subscribers: 54.75K
Description from channel

Programming:
Tips 💡
Articles 📕
Resources 👾
Design Patterns 💎
Software Principles ✅
🇳🇱 Contact & Ads: @MoienTajik

Ratings & Reviews

4.00

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

0

3 stars

1

2 stars

0

1 stars

0


The latest Messages 10

2019-12-27 22:08:29 Service boundaries identification example in e-commerce

The code residing in system services might be perfect, but it doesn’t really matter if service boundaries are identified incorrectly, since there is no Business-IT alignment, that both DDD and SOA are striving for. And it means inevitable project failure ...


[ Article ] : kutt.it/BContext


#DDD #BoundedContext #Architecture
@ProgrammingTip
53.9K viewsMoien Tajik, 19:08
Open / Comment
2019-12-13 13:32:10 Why Do You Need To Know Package Cohesion Fundamentals?

Packages exist anywhere, and it's your job to organize them.

It's pretty common to find projects where files are separated by the language they're written.

Without thinking about common reuse, it's hard for you to look at the contents of a package and know which related files can be reused together.


[ Article ] : kutt.it/pckgCohesion


#Packaging #Principles #Cohesion
@ProgrammingTip
52.6K viewsMoien Tajik, 10:32
Open / Comment
2019-11-28 17:02:40 Microservice Architecture at Medium

The goal of microservice architecture is to help engineering teams ship products faster, safer, and with higher quality.

Decoupled services allow teams to iterate quickly and with minimal impact to the rest of the system.

At Medium, our technical stack started with a monolithic Node.js app back in 2012. We have built a couple of satellite services, but we haven’t created a strategy to adopt the microservice architecture systematically.

As the system becomes more complex and the team grows, we moved to a microservice architecture in early 2018.

In this post, we want to share our experiences of doing it effectively and avoiding microservice syndromes.


[ Article ] : kutt.it/MicroMed


#Microservice #Architecture
@ProgrammingTip
52.1K viewsMoien Tajik, 14:02
Open / Comment