Tag: Software
-
Kubernetes and Ubuntu: 2020 roundup
Posted on January 31, 2021, Level beginner Resource Length medium
Kubernetes has always been a crucial part of Canonical's vision and contribution to the IT world. All leading cloud providers, such as Google, Microsoft, Amazon, Cisco and IBM run cloud Kubernetes services on Ubuntu, because we focus on the latest container capabilities in modern kernels. By Anastasia Valti.
Tags kubernetes containers open-source cloud linux devops software
-
What is neuromorphic computing?
Posted on January 12, 2021, Level beginner Resource Length medium
What is neuromorphic computing? Everything you need to know about how it is changing the future of computing. By Jo Best.
Tags miscellaneous software cloud cio performance servers
-
Firestore and authentication
Posted on January 11, 2021, Level beginner Resource Length medium
Firebase authentication makes it easy to add user identities to your app. When combined with Firestore, it can help to secure user data. By Steve Marx.
Tags nosql software infosec database
-
Junit 5 tutorial for beginners
Posted on January 10, 2021, Level beginner Resource Length long
Sai Upadhyayula wrote this piece about Junit. Junit 5 is one of the popular testing frameworks in the Java Development World. Even though JUnit 5 is a successor for Junit 4, the architecture of the framework is completely different, so let's have a look at the Architecture of Junit 5.
Tags java tdd software learning
-
Search engine giants like Google could soon face competitions
Posted on December 30, 2020, Level beginner Resource Length medium
The European Union and the United States want to introduce tighter rules for tech giants like Google. Search engine rivals are ready to step up as efforts are made to create a fairer competitive environment. By dw.com.
Tags open-source search miscellaneous software software-architecture web-development cio
-
Deploy Fedora CoreOS servers with Terraform
Posted on December 29, 2020, Level beginner Resource Length medium
Fedora CoreOS is a lightweight, secure operating system optimized for running containerized workloads. A YAML document is all you need to describe the workload you'd like to run on a Fedora CoreOS server. By Nathan Smith @fedoramagazine.
Tags devops nginx microservices servers software
-
Getting started with distributed TensorFlow on GCP
Posted on December 22, 2020, Level beginner Resource Length medium
For many in the world of data science, distributed training can seem a daunting task. In addition to building and thoughtfully evaluating a high-quality ML model, you have to be aware of how to optimize your model for specific hardware and manage infrastructure. By Nikita Namjoshi.
Tags big-data data-science software gcp google
-
Modelling the time-of-arrival using distributions
Posted on December 21, 2020, Level beginner Resource Length medium
Estimating the time-of-arrival is a common problem in a wide range of settings, e.g. in logistics. This post will show a distribution-based approach that enables us to get more insights about arrival times and how we could use this information for decision-making in the logistics industry. By Jonas Laake.
Tags big-data data-science software
-
How to break the product backlog
Posted on December 20, 2020, Level beginner Resource Length long
How breaking down your product backlog can help your team create great products. By Filipe Rigueiro.
Tags agile teams cio management software
-
Sprint planning checklist
Posted on December 2, 2020, Level beginner Resource Length long
A Sprint Planning checklist? How dare you: Agile is a mindset, not a methodology. It is a journey, not a destination. There is no one-size-fits-all approach, and what else could you possibly cover with a checklist, the mother of all standardized processes? By Stefan Wolpers.
Tags agile teams cio software management
-
How to supercharge string search through a directory hierarchy on a Linux/Unix
Posted on December 1, 2020, Level intermediate Resource Length short
Usually, I use the grep command/egrep command for code searching on my box. Recently, I come across another cool tool called ag. It is an attempt to make something better than ack, which itself is better than grep command. Let us see how to install and use the ag tool on Unix-like operating systems. By Vivek Gite.
Tags linux devops software cloud performance
-
A sysadmin's guide to containerizing applications
Posted on November 15, 2020, Level beginner Resource Length medium
Curious how to containerize your Linux applications? Learn by example, and understand the challenges of various application types and how to overcome them. By Scott McCarty (Red Hat, Sudoer).
Tags software linux devops how-to cio