Ashley Davis Profile picture
Jul 10 5 tweets 2 min read
Microservices are tough to learn.
Not only do you have to learn deep and complicated tools. You must also learn to build a distributed application. This requires new design patterns, protocols and methods of communication. That’s a lot to learn!
The learning curve we must endure can seem insurmountable if you tackle it by yourself, but instead, we’ll take on this development adventure together.
We’ll start as simple as possible and piece-by-piece we’ll build up to deploying our application to production. This book is about cutting through the learning curve and bootstrapping a working application that we can continuously update and build on in the future.
Anyone can learn how to build with microservices from my book Bootstrapping Microservices.

This is a practical, project-oriented and step-by-step guide to building microservices with #Docker, #Kubernetes and #Terraform.

bit.ly/2o0aDsP"

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Ashley Davis

Ashley Davis Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @codecapers

Jul 9
Have you ever written a large body of code and then suffered a feeling of dread before testing it?

Larger bodies of code hide more bugs and are more difficult to test.

👇
While coding, bugs creep in and hide.

The longer we code without feedback, the more bugs we accumulate.

The process of troubleshooting and debugging our code is often time consuming.
We can claw back significant amounts of productivity by catching bugs at the earliest possible time—in the moments immediately after the bug was created.
Read 5 tweets
Jan 10, 2021
The "docker run" command allows you to instantiate a container from an image. That means you can easily create an instance of an application, server or microservice.

Here's a quick visual guide:

#docker
Here's the general format of the command:
The output from "docker run" gives you the unique ID of the container. Seeing such output means your microservice started successfully.

You can use the ID later to stop your container or open a shell into it.
Read 8 tweets
Jan 7, 2021
Yesterday I posted some of the amazing graphics that @ManningBooks have done for my book Bootstrapping Microservices!

Today I show you some examples of how awesome the code listings are with annotations rendered in their final form...

👇
@ManningBooks A simple Node.js microservice:

#nodejs #microservice Image
@ManningBooks Adding a microservice to your Docker-Compose file:

#microservice #docker Image
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(