Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Blog


aymen frikha
24 March 2021

AI on premise: benefits and a predictive-modeling use case

AI Article

Running an Artificial Intelligence (AI) infrastructure on premise has major challenges like high capex and requires internal expertise. It can provide a lot of benefits for organisations that want to establish an AI strategy. The solution outlined in this post illustrates the power and the utility of Juju, a charmed Operator Lifecycle Man ...


Holly Hall
23 March 2021

What is cloud native?

Cloud and server Article

The term cloud native is widely used when thinking about computing and software development, encompassing a wide range of concepts that are regularly used in technology. Let’s break it down and take a closer look – what does cloud native really mean? What you need to know As a concept, cloud native is a set ...


Igor Ljubuncic
23 March 2021

How does Ubuntu 16.04 entering Extended Security Maintenance (ESM) affect snap publishers?

Cloud and server Article

At the end of April, Ubuntu 16.04 LTS will reach the end of its five years of mainstream support and enter the Extended Security Maintenance (ESM) phase. If you’re a snap developer, and you have built or based your snaps on Ubuntu 16.04 (Xenial) packages and libraries, you may want to know how this milestone ...


Wajeeha Hamid
20 March 2021

NFV orchestration: Network functions auditability with the open-source LMA stack

OSM Article

The transition to virtualized infrastructure and software network functions requires a re-evaluation in the telecom production environments. Network function is not alone. It has always been an important piece in the puzzle but requires a set of non-functional bits to complete the big picture and which brings the lifecycle management of n ...


Rhys Davies
19 March 2021

Flutter and Ubuntu so far

Desktop Article

At Flutter Engage, Ken VanDine, engineering manager for the Ubuntu desktop,  made an appearance in the keynote speech to talk about Flutter on Ubuntu. Canonical has been working to support Flutter for some time now, bringing the SDK to Linux, committing to build a new Ubuntu installer, and now, making Flutter the default choice for ...


Gabriel Aguiar Noury
18 March 2021

The State of Robotics – February 2021

Robotics Article

And that was February! A month where a rover showed what perseverance means and a small drone what ingenuity looks like. February will be remembered as the month where two robots landed on Mars, telling us all to “dare mighty things”.  Perseverance and Ingenuity  Do you want to know what Mars sounds like? Well, here ...


Andreea Munteanu
17 March 2021

Ubuntu in the wild – 17th of March 2021

Cloud and server Article

The Ubuntu in the wild blog post ropes in the latest highlights about Ubuntu and Canonical around the world on a bi-weekly basis. ...


Anthony Dillon
17 March 2021

Design and Web team summary – 17 March 2021

Design Article

The web team at Canonical run two-week iterations building and maintaining all of Canonical websites and product web interfaces. Here are some of the highlights of our completed work from this iteration. Meet the team My name is Clément, I live in Toulouse, France. I joined Canonical four months ago and I’m working as a ...


Rhys Davies
17 March 2021

Ask Me Anything: Ubuntu Core 20

Internet of Things Article

Ubuntu Core 20 was recently released. What can it do for IoT developers? How does it work? What’s new? If you are asking yourself any of these questions, or more, there is good news. David Beamonte, the Product Manager for Ubuntu Core, will be answering questions on a YouTube live stream on the Ubuntu channel. ...


Andreea Munteanu
17 March 2021

Kubeflow operations guide

Ubuntu Article

Operating MLOps stacks alike Kubeflow in an increasingly multi-cloud world will be a key topic as this market and Kubernetes adoption grow. Kubeflow operations webinar To discuss this topic, Canonical is holding a live webinar next week, on 23rd of March, 5PM UTC. Besides the key points listed below, the webinar will also have a ...


Anthony Dillon
16 March 2021

CSS Animations

Design Article

In our team, we run “masterclasses” every few weeks, to share knowledge throughout the team. Similar to Robin’s post on regex basics, here’s the contents of the masterclass on “CSS animations” that I just presented to the team. The fundamentals A simple `transform` example: .btn:hover { transform: translateY(-40px);} This just jumps from ...