Python console menu
Very often, when working on a project, tasks arise that require entering several commands into the console, for example, rebuilding the frontend, starting / stopping several docker containers, deploying the environment on a new development computer, and so on. This is generally not difficult, but…
Is it possible to write scripts in C++?
Recently I had to dive again into the wonderful world of Linux script programming. In general, it is not very tricky, but since I do not come across such tasks often, I study it again every time. I know for sure that tomorrow I will…
How to make an API for any Android application
Greetings! My task was like that: it is necessary to integrate messengers into the CRM system, otherwise it is difficult to analyze the work of managers when they communicate with clients using one common “working” phone. And the first thing to do was connect WhatsApp,…
Code review: full how-to
In the life of a developer, there comes a time when he begins to conduct a code review. As a rule, this is one of the signs of a programmer’s growth: people start to really listen to his opinion and trust more serious tasks. The…
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….
Service
Categories
- DEVELOPMENT (103)
- DEVOPS (53)
- FRAMEWORKS (26)
- IT (25)
- QA (14)
- SECURITY (13)
- SOFTWARE (13)
- UI/UX (6)
- Uncategorized (8)