Blog-on-Digital-Transformation

Golang Internals, Part 5: the Runtime Bootstrap ...

This blog post explores the specifics of resizable stacks and internal TLS implementation.

Golang Internals, Part 4: Object Files and Function ...

March 18, 2015 | 1 Comment | Siarhei Matsiukevich
This blog post explores the structure of function metadata, and how a garbage collector uses it.

Golang Internals, Part 3: The Linker, Object Files, and ...

March 11, 2015 | 0 Comments | Siarhei Matsiukevich
Learn how to generate a Go object file and work with relocations, as well as what TLS is and how the Go linker operates.

Golang Internals, Part 2: Diving Into the Go ...

Using a sample Go program, this blog post explains how a node tree is generated and utilized.

Golang Internals, Part 1: Main Concepts and Project ...

This blog post explains the structure of a Go-based project, dives into the Go compiler, and overviews a Go node.

Cloud Foundry CLI: a 15-Step Online Tutorial and Interactive ...

February 19, 2015 | 0 Comments | Alex Khizhniak
Want to better understand Cloud Foundry? Try it firsthand! Our DevOps team has created a 15-step interactive tutorial that teaches the basic CF CLI commands.

10 Key Criteria for Evaluating API Automation ...

February 10, 2015 | 0 Comments | Alex Khizhniak
APIs are crucial for any microservices-based architecture—as a means of communication between its components.

A Comparison of Redis Cloud, ElastiCache, openredis, RedisGreen, Redis To ...

January 27, 2015 | 0 Comments | Vladimir Starostenkov
The study evaluates the behavior of six major Redis-as-a-service providers under three scenarios.

Cloud Foundry Internals: How to Create Custom BOSH CLI ...

January 16, 2015 | 0 Comments | Alexander Lomov
This blog post provides guidelines on how to create a custom plugin for BOSH CLI to push the boundaries of the BOSH functionality and significantly boost resolution of application tasks.

PaaS vs. IaaS for Microservices Architectures: Top 6 ...

January 9, 2015 | 0 Comments | SERGEY SVERCHKOV...
Learn how PaaS and IaaS for microservices differ across automation, loose coupling, deployment, continuous delivery, connection to external services, etc.