<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Microservices on e4developer</title>
    <link>https://e4developer.com/categories/microservices/</link>
    <description>Recent content in Microservices on e4developer</description>
    <image>
      <title>e4developer</title>
      <url>https://e4developer.com/images/headshot.png</url>
      <link>https://e4developer.com/images/headshot.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 21 Jun 2019 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://e4developer.com/categories/microservices/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Code Sharing in Microservices Architecture - YouTube Course</title>
      <link>https://e4developer.com/posts/code-sharing-in-microservices-architecture-youtube-course/</link>
      <pubDate>Fri, 21 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/code-sharing-in-microservices-architecture-youtube-course/</guid>
      <description>I am very excited to share with you my mini video course on “Code Sharing in Microservices Architecture”. The course consist of 5 videos: This is the first time…</description>
    </item>
    <item>
      <title>Microservices - Why Do You Need A Service Mesh?</title>
      <link>https://e4developer.com/posts/microservices-why-do-you-need-a-service-mesh/</link>
      <pubDate>Wed, 15 May 2019 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/microservices-why-do-you-need-a-service-mesh/</guid>
      <description>Working for consultancy, I already had a chance to build microservice based systems in large financial organisations as well as public sector ones.</description>
    </item>
    <item>
      <title>Software architecture in the world of microservices</title>
      <link>https://e4developer.com/posts/software-architecture-in-the-world-of-microservices/</link>
      <pubDate>Sun, 02 Dec 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/software-architecture-in-the-world-of-microservices/</guid>
      <description>The topic of software architecture comes up often when discussing microservices. Many newcomers to microservices are not sure how to handle discussing…</description>
    </item>
    <item>
      <title>Having just the right amount of technical debt</title>
      <link>https://e4developer.com/posts/having-just-the-right-amount-of-technical-debt/</link>
      <pubDate>Wed, 21 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/having-just-the-right-amount-of-technical-debt/</guid>
      <description>Today I want to talk to you about technical debt. This is a topic that comes up a lot and often generates some emotions. Developers often want to have a minimal…</description>
    </item>
    <item>
      <title>Single Responsibility Principle - do you know the real one?</title>
      <link>https://e4developer.com/posts/single-responsibility-principle-do-you-know-the-real-one/</link>
      <pubDate>Thu, 04 Oct 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/single-responsibility-principle-do-you-know-the-real-one/</guid>
      <description>Single Responsibility Principle, as defined in the very famous set of SOLID principles, is often misunderstood. When asked what it means…</description>
    </item>
    <item>
      <title>Should you use Spring Boot in your project?</title>
      <link>https://e4developer.com/posts/should-you-use-spring-boot-in-your-project/</link>
      <pubDate>Mon, 24 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/should-you-use-spring-boot-in-your-project/</guid>
      <description>Spring Boot is enjoying, a seemingly never-ending growth of popularity. While only released in 2014, it has managed to overtake the Java serverside in less than…</description>
    </item>
    <item>
      <title>Microservices and cross cutting concerns</title>
      <link>https://e4developer.com/posts/microservices-and-cross-cutting-concerns/</link>
      <pubDate>Sun, 09 Sep 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/microservices-and-cross-cutting-concerns/</guid>
      <description>When thinking about microservices, we mostly imagine autonomous teams working on independent services. Despite all that independence, things such as log…</description>
    </item>
    <item>
      <title>Java vs Groovy for Microservices</title>
      <link>https://e4developer.com/posts/java-vs-groovy-for-microservices/</link>
      <pubDate>Sun, 26 Aug 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/java-vs-groovy-for-microservices/</guid>
      <description>In the past three years, I was involved in developing microservices architectures. In Java, with Spring Boot and in Groovy with Grails.</description>
    </item>
    <item>
      <title>Spring Boot - Best Practices</title>
      <link>https://e4developer.com/posts/spring-boot-best-practices/</link>
      <pubDate>Mon, 06 Aug 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/spring-boot-best-practices/</guid>
      <description>Spring Boot is the most popular Java framework for developing microservices. In this article, I will share with you the best practices for working with Spring…</description>
    </item>
    <item>
      <title>Using Redis in Microservices Architecture</title>
      <link>https://e4developer.com/posts/using-redis-in-microservices-architecture/</link>
      <pubDate>Fri, 03 Aug 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/using-redis-in-microservices-architecture/</guid>
      <description>In this article, we will look closer at a fascinating open source project. Meet Redis! You may be familiar with Redis already, in that case…</description>
    </item>
    <item>
      <title>When to use a Java framework like Spring?</title>
      <link>https://e4developer.com/posts/when-to-use-a-java-framework-like-spring/</link>
      <pubDate>Sun, 29 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/when-to-use-a-java-framework-like-spring/</guid>
      <description>I have recently been writing a lot about microframeworks and my enthusiasm for them. Even though I think they are amazing, they are not always the answer.</description>
    </item>
    <item>
      <title>The Key to a Successful Software Architecture</title>
      <link>https://e4developer.com/posts/the-key-to-a-successful-software-architecture/</link>
      <pubDate>Sat, 21 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/the-key-to-a-successful-software-architecture/</guid>
      <description>Recently I have read and reviewed “Clean Architecture” by Robert C. Martin. Very entertaining book. It made me think about the main quality that good software…</description>
    </item>
    <item>
      <title>“Awesome Microservices” - discover technologies and theory</title>
      <link>https://e4developer.com/posts/awesome-microservices-discover-technologies-and-theory/</link>
      <pubDate>Sun, 15 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/awesome-microservices-discover-technologies-and-theory/</guid>
      <description>Wouldn’t it be nice if someone would gather all the best resources, projects, technologies and everything else related to microservices? Yes, it would!</description>
    </item>
    <item>
      <title>The Quest for Simplicity in Java Microservices</title>
      <link>https://e4developer.com/posts/the-quest-for-simplicity-in-java-microservices/</link>
      <pubDate>Sun, 08 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/the-quest-for-simplicity-in-java-microservices/</guid>
      <description>There is great value in simplicity. When things are simple, they are easier to understand, easier to extend and easier to modify. They are better.</description>
    </item>
    <item>
      <title>Microservices Definition</title>
      <link>https://e4developer.com/posts/microservices-definition/</link>
      <pubDate>Mon, 02 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/microservices-definition/</guid>
      <description>Are you really building microservices? What are microservices? There seems to be a constant disagreement on what constitutes microservices systems and what…</description>
    </item>
    <item>
      <title>CIA World Factbook API with Functional Spring</title>
      <link>https://e4developer.com/posts/cia-world-factbook-api-with-functional-spring/</link>
      <pubDate>Fri, 22 Jun 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/cia-world-factbook-api-with-functional-spring/</guid>
      <description>I have recently been very interested in microframeworks. One thing notably missing from that article is Spring in the context of a microframework.</description>
    </item>
    <item>
      <title>The rise of Java Microframeworks</title>
      <link>https://e4developer.com/posts/the-rise-of-java-microframeworks/</link>
      <pubDate>Sat, 02 Jun 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/the-rise-of-java-microframeworks/</guid>
      <description>Together with the growing popularity of microservices and light-weight REST API, we are witnessing another trend in Java: the rise of Java Microframeworks.</description>
    </item>
    <item>
      <title>WebFlux in practice - asynchronous service with WebClient</title>
      <link>https://e4developer.com/posts/webflux-in-practice-asynchronous-service-with-webclient/</link>
      <pubDate>Thu, 31 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/webflux-in-practice-asynchronous-service-with-webclient/</guid>
      <description>Building reactive microservices with WebFlux is fun and easy. In this article, I will show you how to build a reactive “synonyms” service.</description>
    </item>
    <item>
      <title>Adopting Microservices - Pragmatic Advice</title>
      <link>https://e4developer.com/posts/adopting-microservices-pragmatic-advice/</link>
      <pubDate>Fri, 25 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/adopting-microservices-pragmatic-advice/</guid>
      <description>Your company wants to adopt microservices. You are either really happy or terrified. A change like this can be great for those wanting to learn and improve…</description>
    </item>
    <item>
      <title>Getting Started with Kafka in Spring Boot</title>
      <link>https://e4developer.com/posts/getting-started-with-kafka-in-spring-boot/</link>
      <pubDate>Mon, 21 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/getting-started-with-kafka-in-spring-boot/</guid>
      <description>Kafka seems to only be gaining in popularity. A few years ago you could mostly see it in Big Data engineering context. These days, Kafka is starting to power…</description>
    </item>
    <item>
      <title>How to easily run Kafka with Docker for Development</title>
      <link>https://e4developer.com/posts/how-to-easily-run-kafka-with-docker-for-development/</link>
      <pubDate>Sun, 20 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/how-to-easily-run-kafka-with-docker-for-development/</guid>
      <description>Kafka is becoming a popular addition to microservice oriented architectures. Despite its popularity, it may be tricky to run it on your development machine…</description>
    </item>
    <item>
      <title>The State of Spring in 2018 - Devoxx UK Impressions</title>
      <link>https://e4developer.com/posts/the-state-of-spring-in-2018-devoxx-uk-impressions/</link>
      <pubDate>Sun, 20 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/the-state-of-spring-in-2018-devoxx-uk-impressions/</guid>
      <description>Thanks to my company – Scott Logic – I recently had a pleasure of attending the Devoxx UK 2018 conference. Among many interesting talks and speakers…</description>
    </item>
    <item>
      <title>Effective Java Microservices require Effective Java</title>
      <link>https://e4developer.com/posts/effective-java-microservices-require-effective-java/</link>
      <pubDate>Wed, 09 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/effective-java-microservices-require-effective-java/</guid>
      <description>Writing good software requires using the right tools. Choosing the right frameworks, libraries and designing smart systems. With all that to learn and worry…</description>
    </item>
    <item>
      <title>Spring Data - Microservices Data Companion</title>
      <link>https://e4developer.com/posts/spring-data-microservices-data-companion/</link>
      <pubDate>Sat, 05 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/spring-data-microservices-data-companion/</guid>
      <description>Spring Data is one of the flagship projects of the Spring ecosystem. If you need to work with data- be it SQL, non-SQL, using map-reduce or other…</description>
    </item>
    <item>
      <title>Quick setup for Spring Cloud Data Flow with Docker Compose</title>
      <link>https://e4developer.com/posts/quick-setup-for-spring-cloud-data-flow-with-docker-compose/</link>
      <pubDate>Wed, 02 May 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/quick-setup-for-spring-cloud-data-flow-with-docker-compose/</guid>
      <description>Spring Cloud Data Flow requires quite a few dependencies in order to run it. In this blog post, I will show you Docker Compose tool and how it can be used to…</description>
    </item>
    <item>
      <title>Spring’s WebFlux / Reactor Parallelism and Backpressure</title>
      <link>https://e4developer.com/posts/springs-webflux-reactor-parallelism-and-backpressure/</link>
      <pubDate>Sat, 28 Apr 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/springs-webflux-reactor-parallelism-and-backpressure/</guid>
      <description>Spring Boot 2.0 (and Spring 5) introduced WebFlux as a way to build reactive Microservices. WebFlux is built using Reactor, which introduces completely new…</description>
    </item>
    <item>
      <title>Java WebSockets made simple with Javalin</title>
      <link>https://e4developer.com/posts/java-websockets-made-simple-with-javalin/</link>
      <pubDate>Thu, 26 Apr 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/java-websockets-made-simple-with-javalin/</guid>
      <description>WebSockets is a technology that enables establishing an interactive connection between the front-end and the service. Being an advanced web technology…</description>
    </item>
    <item>
      <title>Microservices - the Architecture of Choices</title>
      <link>https://e4developer.com/posts/microservices-the-architecture-of-choices/</link>
      <pubDate>Wed, 18 Apr 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/microservices-the-architecture-of-choices/</guid>
      <description>One thing that differentiates microservices architecture from more traditional, monolithic development styles is the number of choices that have to be made.</description>
    </item>
    <item>
      <title>WebFlux and servicing client requests - how does it work?</title>
      <link>https://e4developer.com/posts/webflux-and-servicing-client-requests-how-does-it-work/</link>
      <pubDate>Sat, 14 Apr 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/webflux-and-servicing-client-requests-how-does-it-work/</guid>
      <description>I have previously written about Getting Reactive with Spring Boot 2.0 and Reactor, where I have given an introduction to reactive programming in Spring Boot.</description>
    </item>
    <item>
      <title>Introduction to Concurrency in Spring Boot</title>
      <link>https://e4developer.com/posts/introduction-to-concurrency-in-spring-boot/</link>
      <pubDate>Fri, 30 Mar 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/introduction-to-concurrency-in-spring-boot/</guid>
      <description>When building services with Spring Boot we have to deal with concurrency. There is this misconception that because of using Servlets and getting a new Thread…</description>
    </item>
    <item>
      <title>Lightweight Kotlin Microservices with Javalin</title>
      <link>https://e4developer.com/posts/lightweight-kotlin-microservices-with-javalin/</link>
      <pubDate>Thu, 22 Mar 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/lightweight-kotlin-microservices-with-javalin/</guid>
      <description>Introducing Javalin- a micro-framework for building Simple REST APIs for Java / Kotlin. Learn how to write Javalin “Hello World”, what are the “before, after and request” handlers and other core Javalin concepts. Building executable jar with required dependencies explained.</description>
    </item>
    <item>
      <title>CQRS - a simple explanation</title>
      <link>https://e4developer.com/posts/cqrs-a-simple-explanation/</link>
      <pubDate>Sun, 11 Mar 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/cqrs-a-simple-explanation/</guid>
      <description>Command Query Responsibility Segregation (CQRS) is a pattern that causes quite a lot of confusion. With the popularity of microservices and the event-based…</description>
    </item>
    <item>
      <title>How to learn Spring Cloud - the practical way</title>
      <link>https://e4developer.com/posts/how-to-learn-spring-cloud-the-practical-way/</link>
      <pubDate>Tue, 06 Mar 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/how-to-learn-spring-cloud-the-practical-way/</guid>
      <description>“How do you learn Spring Cloud?” I heard that question posed a few times before in different ways. Here, I will give you my answer on what I think is the best way of learning Spring Cloud.</description>
    </item>
    <item>
      <title>Introducing JSON-B with Spring Boot 2.0</title>
      <link>https://e4developer.com/posts/introducing-json-b-with-spring-boot-2-0/</link>
      <pubDate>Sun, 04 Mar 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/introducing-json-b-with-spring-boot-2-0/</guid>
      <description>JSON Binding (JSON-B) is the new Java EE standard for converting JSON messages to Java Objects and back. See how it can be used in Spring Boot 2.0 and how does it compare to Jackson and GSON that are already available for some time.</description>
    </item>
    <item>
      <title>Building services requires building teams</title>
      <link>https://e4developer.com/posts/building-services-requires-building-teams/</link>
      <pubDate>Tue, 20 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/building-services-requires-building-teams/</guid>
      <description>Microservices are linked to the idea of independent teams. See how vital this idea is to the successful adoption of such highly decoupled architecture.</description>
    </item>
    <item>
      <title>Practical Choreography with Spring Cloud - Presentation</title>
      <link>https://e4developer.com/posts/practical-choreography-with-spring-cloud-presentation/</link>
      <pubDate>Tue, 20 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/practical-choreography-with-spring-cloud-presentation/</guid>
      <description>On the 15th February 2018 I had a pleasure to speak at The JVM Roundabout Meetup in London. My topic was “Practical Choreography with Spring Cloud”.</description>
    </item>
    <item>
      <title>Getting Started with Spring Cloud Data Flow</title>
      <link>https://e4developer.com/posts/getting-started-with-spring-cloud-data-flow/</link>
      <pubDate>Sun, 18 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/getting-started-with-spring-cloud-data-flow/</guid>
      <description>Set up a Spring Cloud Data Flow Server on your local machine. Build an example Stream that takes HTTP traffic, transforms and saves to a file.</description>
    </item>
    <item>
      <title>Application of GRASP to Microservices</title>
      <link>https://e4developer.com/posts/application-of-grasp-to-microservices/</link>
      <pubDate>Tue, 13 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/application-of-grasp-to-microservices/</guid>
      <description>GRASP stands for General responsibility assignment software patterns. See how this OOP patterns apply to microservices development and design.</description>
    </item>
    <item>
      <title>Common Technical Debt in Microservices</title>
      <link>https://e4developer.com/posts/common-technical-debt-in-microservices/</link>
      <pubDate>Sun, 11 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/common-technical-debt-in-microservices/</guid>
      <description>Common causes of technical debt in Microservices together with practical solutions. See how bad configuration, coupled services and more can affect you.</description>
    </item>
    <item>
      <title>Tracing messages in Choreography with Sleuth and Zipkin</title>
      <link>https://e4developer.com/posts/tracing-messages-in-choreography-with-sleuth-and-zipkin/</link>
      <pubDate>Fri, 09 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/tracing-messages-in-choreography-with-sleuth-and-zipkin/</guid>
      <description>Tracing your logs in Choreography with Spring Cloud Sleuth and Zipkin. See how you can map the flow of messages and investigate errors quickly.</description>
    </item>
    <item>
      <title>Handling bad messages with RabbitMQ and Spring Cloud Stream</title>
      <link>https://e4developer.com/posts/handling-bad-messages-with-rabbitmq-and-spring-cloud-stream/</link>
      <pubDate>Mon, 05 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/handling-bad-messages-with-rabbitmq-and-spring-cloud-stream/</guid>
      <description>Handling Bad Messages using Dead Letter Queues in RabbitMQ. See how Spring Cloud Stream makes it easy and what can you do to repair and replay messages.</description>
    </item>
    <item>
      <title>The business case for Microservices</title>
      <link>https://e4developer.com/posts/the-business-case-for-microservices/</link>
      <pubDate>Sat, 03 Feb 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/the-business-case-for-microservices/</guid>
      <description>The business case for microservices. Why companies should be using microservices to save money, get better business outcomes and attract the best people.</description>
    </item>
    <item>
      <title>What you need to know about Spring Boot 2.0 (RC1)</title>
      <link>https://e4developer.com/posts/what-you-need-to-know-about-spring-boot-2-0-rc1/</link>
      <pubDate>Wed, 31 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/what-you-need-to-know-about-spring-boot-2-0-rc1/</guid>
      <description>Spring Boot 2.0 release brings a variety of features. Learn about the changes to the Actuator module, Micrometer introduction, how to migrate and more!</description>
    </item>
    <item>
      <title>Setting up RabbitMQ with Spring Cloud Stream</title>
      <link>https://e4developer.com/posts/setting-up-rabbitmq-with-spring-cloud-stream/</link>
      <pubDate>Sun, 28 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/setting-up-rabbitmq-with-spring-cloud-stream/</guid>
      <description>Setting up RabbitMQ with Spring Cloud Stream step by step. By the end you will see persistent queue together with publisher and consumers subscribed.</description>
    </item>
    <item>
      <title>Seven Essential Skills for Microservices Developers</title>
      <link>https://e4developer.com/posts/seven-essential-skills-for-microservices-developers/</link>
      <pubDate>Thu, 25 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/seven-essential-skills-for-microservices-developers/</guid>
      <description>Discussing seven most important skills to become proficient microservices developer. Architecture Knowledge, Domain Modelling, Devops and more…</description>
    </item>
    <item>
      <title>Starting with Microservices: Read “Building Microservices”</title>
      <link>https://e4developer.com/posts/starting-with-microservices-read-building-microservices/</link>
      <pubDate>Wed, 24 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/starting-with-microservices-read-building-microservices/</guid>
      <description>Review of Building Microservices by Sam Newman. Explanation what makes a good introductory book to microservices and why you should read this one.</description>
    </item>
    <item>
      <title>Spring Cloud - Blueprint for Successful Microservices</title>
      <link>https://e4developer.com/posts/spring-cloud-blueprint-for-successful-microservices/</link>
      <pubDate>Mon, 22 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/spring-cloud-blueprint-for-successful-microservices/</guid>
      <description>Introducing Spring Cloud and its different parts. Learn what you can do with Spring Cloud and why it helps you succeed with microservices architecture.</description>
    </item>
    <item>
      <title>Java Enterprise and Microservices - meet Microprofile!</title>
      <link>https://e4developer.com/posts/java-enterprise-and-microservices-meet-microprofile/</link>
      <pubDate>Sun, 21 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/java-enterprise-and-microservices-meet-microprofile/</guid>
      <description>Microprofile is the Enterprise Java answer to microservices. This is an introduction to Microprofile with list of current and future features.</description>
    </item>
    <item>
      <title>Microservices Toolbox - Docker</title>
      <link>https://e4developer.com/posts/microservices-toolbox-docker/</link>
      <pubDate>Thu, 18 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/microservices-toolbox-docker/</guid>
      <description>Introduction to Docker for microservices developer. How to use it as a development tool and how it is used for deploying microservices architecture.</description>
    </item>
    <item>
      <title>Microservices Toolbox: Spring Boot</title>
      <link>https://e4developer.com/posts/microservices-toolbox-spring-boot/</link>
      <pubDate>Tue, 16 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/microservices-toolbox-spring-boot/</guid>
      <description>High level introduction to Spring Boot and its popularity. Spring Boot Hello World example and a list of features that make it so successful.</description>
    </item>
    <item>
      <title>Microservices - Five benefits from the developer perspective</title>
      <link>https://e4developer.com/posts/microservices-five-benefits-from-the-developer-perspective/</link>
      <pubDate>Sun, 14 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://e4developer.com/posts/microservices-five-benefits-from-the-developer-perspective/</guid>
      <description>Looking at the main benefits of microservices for developers. Technical flexibility and architecture strengths discussed among other benefits.</description>
    </item>
  </channel>
</rss>
