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…
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…
Git and team development
Hello! If you came here, then you are interested in the question of how programmers work in a team. If before you worked only in solo, then it probably seems to you that working in a team is easier, because there are more hands and…
Writing an application on Spring Boot
We will write two applications that will exchange messages through Apache Kafka. The first message will be called kafka-server and will contain both the producer and the consumer. The second will be called kafka-tester, it is designed to make a microservice architecture. kafka-server For our…
Laravel + Docker: our successful experience
The article will discuss our experience of using Docker to quickly configure a scalable dev environment for web development. I will briefly talk about the tasks that confronted us and the tools that were chosen to solve these problems. The article can be marked with…
How to deploy PHP-code in the conditions of highload
In English, the term “deploy” actually means putting troops on alert and its really so. You take the code in the already compiled or in the original one, if it is PHP, form, upload it to the servers that serve the user traffic, and then,…
Full automation of development environment with docker-compose
In this article, we will share our experience in automating the launch, testing, and configuration of large projects using docker-compose. A few simple changes can help your team be more efficient and spend time on important, not routine tasks. Docker in 2017 At the Dockercon…
Cross-platform application development tools (21-26)
Advertising tools for mobile applications 22) Unity Ads Unity Ads allows publishers to integrate video ads into mobile games in ways that increase player engagement. It also offers the highest average revenue per user (ARPU) of all global ad networks with video views for a…
Service
Categories
- DEVELOPMENT (103)
- DEVOPS (53)
- FRAMEWORKS (26)
- IT (25)
- QA (14)
- SECURITY (13)
- SOFTWARE (13)
- UI/UX (6)
- Uncategorized (8)