This talk will explain my experience when I join in a new engineering team. I mean a DevOps team as a team which includes developers and IT operations working collaboratively throughout the product lifecycle. #### Bottom-up approach Imagine, you don’t have much room to learn everything about your service at once. Therefore, let's chunk continuous learning. Learning process is observed ->...
Imagine you want to start an HTTP server without specifying the port. For example, a temporary server for testing. How do you do that? The answer is straightforward. Specify the port number to 0 like: l, err := net.Listen(""tcp"", "":0"") It's an easy rule provided by the net package, but do you understand how Go binds a random port allocation. I'll give you a clear understanding of...
Priority access to all content
Video hallway track
Community chat
Exclusive promotions and giveaways