django-cheat-sheet-and-free-samples

Django Cheat Sheet – And Free Samples

This article is just another Django Cheat Sheet that might help beginners to speed up their learning curve and code much faster projects with commercial value. For newcomers, Django is the most popular Python-based web framework initially released in 2003. Since then, Django has become a reference framework in the web development ecosystem mostly for the…

Read More
exploring-ros-2-with-kubernetes

Exploring ROS 2 with Kubernetes

Kubernetes provides many critical attributes that can contribute to a robust robotics platform: isolated workloads, automated deployments, self-configuring work processes, and an infrastructure that is both declarative and immutable. However, robots designed with ROS 2 face challenges in setting up individual components on Kubernetes so that all parts smoothly work together. In this blog series,…

Read More
raspberry-pi-400-with-ubuntu-support

Raspberry Pi 400 with Ubuntu support

The Raspberry Pi Foundation has a new product — the Raspberry Pi 400. The flagship Raspberry Pi 4 was released in June 2019. Since, they added an 8GB model, brought out the Compute Module 4, we certified all Raspberry Pis since Raspberry Pi 2 and we worked together to make the full Ubuntu Desktop ‘just…

Read More
deploy-magento-2-in-azure-with-bunnyshell-tutorial

Deploy Magento 2 in Azure with Bunnyshell Tutorial

Magento 2 is a powerful platform dedicated to e-commerce websites. It comes with an easy-to-use interface and many key features. Deploying an app in the cloud can be difficult and time-consuming, especially if you are new to the cloud business. However, Bunnyshell made it easier for users to deploy any app in Azure, AWS, and Digital Ocean. Check out this tutorial,…

Read More
how-blue-green-deployment-strategy-works

How Blue/Green Deployment Strategy Works

Blue/Green deployment strategy is used for zero-downtime deployments. The importance of this method is that even if something goes wrong during deployment, it reduces the downtime and risk by switching blue/green server availability. One of the challenges with automating deployment is the cut-over itself, taking software from the final stage of testing to live production. You usually need to do…

Read More