Oskar Gewalli's blog articles

0
comment
on 9/2/2019 2:09 AM
Masstransit is a wrapper around message queues, such as RabbitMQ,in order to simplify work on distributed applications using .NET. What is it good for One common task is to make sure that services react to relevant events. Instead of polling you can tie your system together using async events. Put entity/article/object in a search engine once it’s published Update information in data warehouse Trigger information requests from external partners Another usage is to handle long running tasks with[...]
>> Read the full article
.
0
comment
on 9/2/2019 2:09 AM
Masstransit is a wrapper around message queues, such as RabbitMQ,in order to simplify work on distributed applications using .NET. What is it good for One common task is to make sure that services react to relevant events. Instead of polling you can tie your system together using async events. Put entity/article/object in a search engine once it’s published Update information in data warehouse Trigger information requests from external partners Another usage is to handle long running tasks with[...]
>> Read the full article
.
0
comment
on 8/26/2019 3:22 AM
What is a microservice There isn’t a clear definition of microservices architecture unless you pick one persons strongly held beleif. This can mean that what someone considers microservices, someone else considers to be something else. To summarize a few of the available characterizations and definitions: James Levis and Martin Fowler organization around business capability automated deployment intelligence in the endpoints, not the transport decentralized control of languages and data Jimmy[...]
>> Read the full article
.
0
comment
on 8/26/2019 3:22 AM
What is a microservice There isn’t a clear definition of microservices architecture unless you pick one persons strongly held beleif. This can mean that what someone considers microservices, someone else considers to be something else. To summarize a few of the available characterizations and definitions: James Levis and Martin Fowler organization around business capability automated deployment intelligence in the endpoints, not the transport decentralized control of languages and data Jimmy[...]
>> Read the full article
.
0
comment
on 8/20/2019 1:08 AM
Polyglot I’ve found that I’m way more productive in some languages compared to others. This is common enough occurance according to Thoughtworks that they mention polyglot programming under their tech radar in techniques. It also allows the use of heterogenous teams that can bring different strenghts to the table. Sometimes a language/virtual machine has a library or framework especially suited for your problem/task. Code chunks Shitty code behind nice interfaces If we look at the group intercommun[...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper