PHP (an acronym for PHP: Hypertext Preprocessor) is a widely used open-source general-purpose scripting language that is designed for developing dynamic web pages. It is used to manage dynamic content, databases, session tracking, and even build entire e-commerce sites. PHP is mainly focused on server-side scripting, so it can not only do the tasks any other CGI program can do, … [Read more...] about Is PHP a Dead Programming Language?
Code
Infrastructure as Code: 9 Benefits & 4 IaC Tools
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
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?