Conway’s Law and Microservices. A perfect match, or not?
Microservices have often been touted as the natural output of cross-functional teams, thus proving Conway’s Law: that software will reflect the people structures that created that software. Indeed, at Tesco, we’ve even applied the ‘reverse Conway’ maneuver and structured our organization to reflect the domain-based microservices we desired. Such an […]
“Zuul’s Journey to Non-Blocking” by Arthur Gonigberg
Zuul 2.0 is the latest iteration of the gateway application fronting Netflix’s API and underlying microservices. It was borne of a need to handle an ever-growing amount of traffic and a similarly ever-growing number of microservices to the front. We rebuilt Zuul from the ground up, leveraging the Netty framework […]
Alibaba Opens Cashierless Store on Campus
A tour of Alibaba’s new cashierless store at its Hangzhou headquarters.
All About TensorFlow Code (Coding TensorFlow)
Welcome to our new series: Coding TensorFlow! This series is dedicated to deep-dive TensorFlow tutorials – Every episode will provide concrete, hands-on examples of how to best use TensorFlow for machine learning and AI. We hope you find them helpful! Subscribe to the channel to catch new episodes of Coding […]
Building a REST API using Python and Flask | Flask-RESTful
Python is a high-level programming language widely used for web development, scientific computing, data analysis, artificial intelligence, and many other applications. It is known for its simplicity, readability, and ease of use, making it a popular choice for beginners and experienced programmers. Flask is a web framework for Python designed […]
Inside the NEW Amazon Go Cashierless Store!
You know Amazon for prime, Alexa, and fresh… now they have to go! Amazon Go is a store that has been in the works for a while. A cashierless grocery store. Every introvert’s dream. Located in Seattle, WA, I headed to the store to see what I could find for […]
Check the OS version in Linux.
Linux is a free and open source operating system. There are many variants of Linux out there. They are typically called Linux distribution. Suse, OpenSUSE, Debian, Ubuntu, CentOS, Arch, Fedora, RHEL all are common Linux distribution names. Knowing your os version and name can be very useful for security patches. […]
The World Runs on OpenStack
17 Ekim 2017 Wyndham Grand Levent Hotel’de “The World Runs on OpenStack”mottosuyla 3.sü gerçekleşen “OpenStack Days Turkey” etkinliği bu yıl da yoğun katılımcıyla gerçekleşti. OpenStack, ilk olarak 2010 yılında Amerikan Ulusal Uzay Ajansı (NASA) tarafından sağlanan hesaplama bileşeni Nova ve bulut servis sağlayıcısı Rackspace tarafından sağlanan depolama bileşeni Swift’in birleşmesi […]
Blockchain Simply Explained
How does blockchain work? It works with Blocks, where a spreadsheet works with “rows” and “columns.” A block in a blockchain is a collection of data. Blockchain is a distributed ledger, which means that a ledger is spread across the network among all peers in the network, and each peer holds a copy of the complete ledger.