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...
Learn for free, join the best tech learning community for a price of a pumpkin latte.
Event notifications, weekly newsletter
Delayed access to all content
Immediate access to Keynotes & Panels
Access to Circle community platform
Immediate access to all content
Courses, quizes & certificates
Community chats