Microservice approach in web development: micro frontends
Until recently, JavaScript was used for such primitive tasks as changing the color of text on a page. The web began to grow rapidly, and as a result, the complexity of web applications has increased. Over the past 10 years, most of the programs that…
Android: Creating Dynamic Product Flavors and Signing Configs
When working on an Android project, which is a platform for creating applications for viewing video content, it is became necessary to dynamically configure product flavors with the transfer of information about signing configs to an external file. Initial data There is an Android project,…
Top 5 PHP frameworks: Laravel vs Yii vs Zend vs Phalcon vs Symfony
PHP frameworks have enormous capabilities and unique ecosystems that will suit a huge number of tasks. They are able to create better-formed, secure and understandable applications / websites in shorter periods of time. Why use php frameworks? Developers choose frameworks because they speed up development,…
List of the best CSS frameworks for front-end development
Do you dream of quickly prototyping applications? Simplify your task with these CSS frameworks. And do not have to worry about the styles. Here is a list of the best CSS frameworks for front-end development. Why use CSS frameworks when writing custom CSS? Time is…
In-App Purchase for Android applications
1. What is it and why is it needed? In-app purchase is a service for buying virtual goods within an application (for example, game currency, new levels, game items, etc.). It is used mainly in games, in those cases when the question arises about the…
Kotlin vs Java: what is better for Android development
Kotlin is a statically typed programming language developed by JetBrains. Like the Java language, Kotlin has become a great choice for developing Android applications. This can even be seen from the fact that Android Studio comes with built-in Kotlin support, as well as Java support….
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…
Service
Categories
- DEVELOPMENT (109)
- DEVOPS (54)
- FRAMEWORKS (32)
- IT (25)
- QA (14)
- SECURITY (14)
- SOFTWARE (13)
- UI/UX (6)
- Uncategorized (8)