DevOps
Don’t use multistage docker build
…unless you are ok with wasting your time They often wrote it is cool to build the docker image with just one multistage Dockerfile by using first SDK image to build the code to binary Read more…
…unless you are ok with wasting your time They often wrote it is cool to build the docker image with just one multistage Dockerfile by using first SDK image to build the code to binary Read more…
It’s natural to exploit the relative new feature of ASPNET 2.0 called IHostedService to schedule background async tasks. In order to start, the implementation of the interface needs to be added to services: [crayon-628cabae77936179836422/] Since Read more…
Map2.online is to be a full functional online replacement of the desktop application SAS.Planet on the first stage and a travel planner backend for the mobile application on the second. Today we released the initial Read more…
This web service is counterpart of Android RED application and used by travel company staff to manage routes and placemarks for their clients. The Material UI based fronted was developed to be used on tablets Read more…
There are 2 challenges to publish nuget: extract version to provide correct nuget file name and API key. While API key could be passed with the drone.io secret the getting version requires some trick with Read more…
In the fight for the speeding up the coding we first disabled our developers to waste their work time managing the development environment on their workstations and invented our own unique CI/CD scheme. S4Y CI/CD Read more…
Benjamin Franklin said “Time is money”. In fact time is far not money because one can earn money back if he once lost them. But nobody could return the wasted time. Our judgment is “If Read more…
In the previous part i showed how it is easy to add npm dependencies to the project and suggest a draft of the simple but containing everything necessary webpack.config.js and have your project under the Read more…
There’s a create-react-app script claimed to help manage all the React dependencies and requirements, but as any black box it is good just till the moment you have to understand its internals. For sake of Read more…
Mobile map, navigation and roadbook Mapsforge based native android application with rich functionality. The main challenge was the target audience of the non-technical tourists which must be enforced to the suggest navigation program instead of Read more…