Who are DevOps?
At the moment, this is almost the most expensive position in the market. The hustle and bustle around DevOps engineers exceeds all imaginable limits, what to say about Senior DevOps engineers. I work as the head of the integration and automation department, according to the…
Vue 3 will be faster
One of the most striking events in the world of the Frontend this year was the publication of the Vue next repository – part of the functionality of the third version of VueJS. This article provides an overview of the new features of VueJS. At…
Microservice front-end
Microservice architecture has long been the de facto standard in the development of large and complex systems. It has a number of advantages: strict division into modules, weak connectivity, resistance to failures, gradual release of production and independent versioning of components. Often, when speaking of…
Automation: how to work with updates
I have been doing test automation for quite long time. And I know what pain sometimes deliver new versions of anything. They updated Xcode, released a new Selenium, came up with a new browser (special thanks to Microsoft for Edge and its driver), for some…
Microservices and reactive programming
When are microservices needed? In what cases does a monolithic application really need to be divided into several microservices? First, when there is an unbalanced use of resources in functional areas. For example, we have a group of API calls that perform computations that require…
Role of Kubernetes
What if we use Kubernetes? To begin with, this technology allows you to deploy a large number of microservices to different machines, manage them, do autoscaling, etc. However, there are many applications that allow you to control orchestration, for example, Puppet, CF engine, SaltStack, and…
Do you always need Docker, microservices and reactive programming?
In AppSoft, I work in two ways. In the first, I help people to repair systems that are broken in one way or another and for a variety of reasons. In the second, I help to design new systems so that they are not broken…
VCS and team development in action
What to store? [+] All source code files [+] All resources necessary for compilation [+] project compilation settings [-] project settings in the IDE [-] files compiled from source [-] executable files Deleting from index git rm filename A commit may contain changes to multiple…
Service
Categories
- DEVELOPMENT (104)
- DEVOPS (53)
- FRAMEWORKS (27)
- IT (25)
- QA (14)
- SECURITY (14)
- SOFTWARE (13)
- UI/UX (6)
- Uncategorized (8)