Deployment of a Dart Server on Heroku

Running the first server is a fantastic experience for every developer. It gives you many options and possibilities and improves your general understanding of software engineering. After we learned in my previous videos already how to start a server locally, we want in this article to learn how to make our services available on the world wide web so that you can access them from every device. Deployment Software deployment includes all activities that make a software system available to use. - Wikipedia ...

April 8, 2022 · 7 min · 1431 words · Max Weber

GitHub Actions - For a Flutter Developer

GitHub Actions — Can I eat that? The short answer is no, but if you want to build, pack and deploy your app, it is maybe something for you. Github Actions is the CI / CD project from GitHub. The CI / CD allows us to set up workflows for different scenarios of our app. It gives us the possibility to build our app, test our application and also to publish at the end our APK. The best thing is that you dont even have to leave your GitHub page. ...

September 9, 2019 · 6 min · 1072 words · Max Weber