Category: Knowledge Sharing

Category: Knowledge Sharing

Why Projects Fail?
22.06.2020 Knowledge Sharing, Без рубрики Tanya Grigorkevich

Introduction Each year, enterprise organizations around the world face astronomical project failure rates, often wasting millions of dollars per failed project. The same enterprises agonize over the causes of project failure, call in expensive consultants to assess and recover failing projects, and often abandon what originally seemed like well-planned, well-organized projects, destined for success. There

Read More
Step by step: Installation Python 3.7 on Debian 9
09.05.2020 DevOps, Knowledge Sharing, QA Yauhen Panimatchanka

Python is one of the most popular programming languages in the world. With its simple and easy to learn syntax Python is a great choice for beginners and experienced developers. Python is quite a versatile programming language, you can use it to do almost anything you want, write small scripts, build games, develop websites, create

Read More
What is Soak Testing?
25.04.2020 Knowledge Sharing, QA Tanya Grigorkevich

Introduction If you plan to achieve or look to maintain the maximum performance of your systems during operating hours, you may need a few performance tests verifying your system’s stability and load during the final phase of the development cycle. This kind of tests is called soak tests, which help you discover immediate performance-related problems—such

Read More
Installation guide: Docker on Debian 10
13.04.2020 DevOps, Knowledge Sharing Yauhen Panimatchanka

Docker is the most popular and widely used container runtime. It enables you to package and run your applications in isolated containers in a single server or cluster of Linux servers orchestrated by Kubernetes and similar tools. Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in

Read More