Environment drift becomes an expensive business waste. Bugs and failures happen because teams build against a staging or development environment and then find upon deployment that the production environment is out of sync, which leads to a time-consuming investigation of why and what is missing. Therefore today I would like to discuss Infrastructure as code and it's … [Read more...] about Infrastructure as Code: 9 Benefits & 4 IaC Tools
Code
What is Architectural Fitness Function?
Evolutionary architecture is something every software architect thinks about. It supports guided, incremental change as the first principle across multiple dimensions. To support this evolution, fitness functions can help in finding how well a system meets specified architecture goals and constraints in an automated way. And today's post is about architectural fitness … [Read more...] about What is Architectural Fitness Function?
Putting Text on Image Using Python
Computer graphics teaches us how a pixel on a screen can be manipulated to draw beautiful shapes, artistic typography, eye-catching illustrations, make-me-look-good' photo-filters, and a lot more. Hardware manufacturers, researchers, software developers work together to build great products: smartphones, smartwatches, smart TVs, cameras all with the study of computer … [Read more...] about Putting Text on Image Using Python
Competitors or Siblings – Will WebAssembly Replace JavaScript?
Competitors or Siblings - Will WebAssembly Replace JavaScript? WebAssembly or Wasm is a portable binary code instruction format introduced in the year 2015. It enables the compilation of high-level programming languages like Java, Python, C, and C++. A web developer writes the code in any of these programming languages and then it is to be run on the web. This task is supported … [Read more...] about Competitors or Siblings – Will WebAssembly Replace JavaScript?
Top Redis Use Cases by Core Data Structure Types
Redis, short for Remote Dictionary Server, is a BSD-licensed, open-source in-memory key-value data structure store written in C language by Salvatore Sanfillipo and was first released on May 10, 2009. Depending on how it is configured, Redis can act like a database, a cache or a message broker. It's important to note that Redis is a NoSQL database system. This implies that … [Read more...] about Top Redis Use Cases by Core Data Structure Types