Useful Tips For Getting Started With MongoDB in .NET Core
A quick guide to get you started with using MongoDB database with your .NET Core applications.
A quick guide to get you started with using MongoDB database with your .NET Core applications.
GitLab pipelines are widely used in commercial projects, but it can be very useful for fast prototyping. If you need to deploy a web application written in Kotlin and Vue and deploy it on AWS EC2 you can use this project and adjust it for your needs.
To understand how GitLab pipelines work, it is important to know the basic principles behind their operation - how artifacts, cache, and environment variables work. It is simple if you understand that GitLab does the same job you do when building your application on localhost.
How to deploy Web Application to EC2? It can be done effortless - just use this Ansible+Spring+Vue based project.