My notes on GOTO 2015 - DDD & Microservices: At Last, Some Boundaries! - Eric Evans
Microservices and Netflix - what is the connection?
Isolated data stores
"A service is something that can consume messages and can produce messages"
My notes on GOTO 2015 - DDD & Microservices: At Last, Some Boundaries! - Eric Evans
Microservices and Netflix - what is the connection?
Isolated data stores
"A service is something that can consume messages and can produce messages"
My notes on GOTO 2014 - REST: I don't Think it Means What You Think it Does - Stefan Tilkov
"People decide they want to build something in a RESTful fashion, so they spend all their time arguing about where the slashes go".
"It is the first litmus test for your REST API whether you depend on specific characters in your URIs for things to work."
(From the client's point of view.)
Read more »My notes on GΟΤΟ 2014 - Microservices - Martin Fowler
Characteristics of Microservices
Componentization
Organized around business capabilities
Products not Projects
Smart endpoints and dumb pipes
Decentralized Governance
Decentralized Data Management
Infrastructure Automation
Design for failure
Evolutionary Design
With services we typically use some kind of interprocess communication facilities such as web service calls or messaging or something of that kind.
How big should a microservice be?
"It should have one responsibility" --too vague
Read more »
On November 4, 2016 I passed the "Java SE 8 Programmer I" exam and received the "Oracle Certified Associate" certification.
Read more »
If you were thinking of installing the "Andy" android emulator on your PC, think again. Here is my experience with it:
What a piece of crapware!
So, while trying to create a new user account on my Windows 10 computer, I get this:

The solution:
Start a command prompt as administrator.
Type the following command:
net user <username> <password>