/home/ahmetb
  • Blog
  • About me
  • Tweets
  • GitHub
  • Talks
08 December 2016

Azure Container Registry is here!

Last month, Azure Container Registry has gone to public preview. Finally you can start uploading your container images to Azure! This fills an important gap in the containerized application lifecycle in the Azure ecosystem. It is also the first production service I participated in building and delivering at Microsoft. Read More →

29 November 2016

Testing Go HTTP logic with go-httpbin

If you ever found yourself writing a piece of code doing a HTTP POST request and then trying to test it with a real HTTP server, you might have heard of httpbin.org. Read More →

10 August 2016

govvv – Versioning for Go binaries

Go language is getting increasingly popular when it comes to writing microservices and commmand-line tools. It easily lets you compile a complicated application into a single binary, it can cross-compile from any OS to any other OS the Go compiler supports. Read More →

27 July 2016

State of Cloud Instance Provisioning

I have been craving to write about this since this is what I have been up to lately at work. I spent quite some time investigating the state of instance provisioning on each cloud provider and I thought I could share these here. Read More →

18 July 2016

Docker.DotNet is Graduating!

Nearly two years ago I published my side project Docker.DotNet —an open source C#/.NET client library for the Docker Remote API. Ever since, many teams and critical products at Microsoft as well as outside Microsoft started to depend on this library. Read More →

10 June 2016

Introducing dexec

dexec is a small Go library allowing you to run commands inside Docker containers as if you are running them locally using the os/exec package. Read More →

28 April 2016

Go json.Decoder Considered Harmful

If you are coding with Go and using json.Decoder to deserialize a JSON payload, then you are probably signing up for unexpected outcomes. You should use json.Unmarshal instead. Read More →

25 March 2016

Foreword for “Docker in Action” Book

I am honored to having written a foreword for Jeff Nickoloff’s new book, Docker in Action from Manning Publications. I made acquaintance with Jeff through his marvelous blog posts on Docker and microservices. Make sure you check out his book. Read More →

  • ««
  • «
  • 7
  • 8
  • 9
  • 10
  • 11
  • »
  • »»