Articles

Containers, led by Docker, burst onto the IT scene in 2013. In the five-plus years since, container technology has reshaped the software development landscape. The shift began with a breakdown of applications into lightweight, independent, and deployable software packages.

Since each container includes everything it needs – code, runtime, system tools, and settings, plus all dependencies, libraries, and other configuration files – you can reliably move containers from one environment to another. For IT teams, this reduces frustration when problems occur due to changes between environments. It also makes the process more efficient, which benefits companies and customers.

Source de l’article sur DZONE

Handling large images has always been a pain in my side since I started writing code. Lately, it has started to have a huge impact on page speed and SEO ranking. If your website has poorly optimized images it won’t score well on Google Lighthouse. If it doesn’t score well, it won’t be on the first page of Google. That sucks.

TL;DR

I’ve built and open-sourced a snippet of code that automates the process of creating and deploying an image resize function and an S3 bucket with one simple command. Check out the code here.

Source de l’article sur DZONE