The document discusses automating builds and deployments of Flutter apps using GitHub Actions and Fastlane. It begins by explaining how to set up build variants in Flutter to target different environments. It then covers configuring Fastlane lanes to increment version numbers, build apps, and manage signing. Finally, it describes how the build and deploy flow can be automated with GitHub Actions by triggering Fastlane lanes on push events.
Google app-engine-with-pythonDeepak GargThis document summarizes a presentation on developing applications for Google App Engine using Python. It introduces App Engine as a platform for hosting scalable web applications without having to manage infrastructure. Key aspects covered include setting up the development environment, defining application configuration and handlers, using frameworks like WSGI and Webapp2, rendering templates, accessing the Datastore NoSQL database, and deploying applications to App Engine. Common questions about App Engine capabilities and limitations are also addressed.
2018 the conf put git to work - increase the quality of your rails project...Rodrigo UrubatanThese are the slides I used in my presentation at #theconfbr this year.
If you have any questions or comments about the presentation, contact me through my twitter @urubatan.
if you want to subscribe to my weekly Ruby And Rails tips newsletter please do it in this address http://bit.ly/weekly_rails_tips
"Modern DevOps & Real Life Applications. 3.0.0-devops+20230318", Igor Fesenko FwdaysIn this presentation, I will recount the challenges my team and I faced over the past year and how we overcame obstacles and achieved our goals.
Even for greenfield projects, our journey had its share of surprises. Despite living in 2023, we still encountered common problems that many think are long-solved. I'll delve into topics such as defining DNS zones across multiple environments, dealing with ineffective build artifacts from mature development teams, GitHub Actions for CI/CD, versioning, cost optimization, and the potential pitfalls of adopting GitOps in combination with a "reuse as much as possible" mentality.
So, join me as we explore the trade-offs and lessons learned from these real-world scenarios. With this presentation, you'll gain valuable insights to help you navigate similar challenges quickly and confidently.
2018 RubyHACK: put git to work - increase the quality of your rails project...Rodrigo UrubatanThis is the RubyHack 2018 presentation on automating your common tasks using git
The main idea is to use the tools you already have to improve your day to day work
Deploying Symfony | symfony.catPablo GodelThe document discusses automating software deployment using Ansible. It provides an overview of Ansible's basic concepts like inventory files to define hosts, playbooks to execute tasks on hosts, and roles to bundle related tasks. It then discusses using Ansible roles to automate deployments, including the ansistrano roles which can deploy applications by copying files, managing releases, and supporting deployment hooks. Overall the document presents Ansible as a way to easily automate and standardize software deployment processes.
Nativescript with angular 2Christoffer NoringNativescript allows building native mobile apps using JavaScript and CSS. It works by injecting native APIs into JavaScript so they can be accessed directly. This allows using native UI controls and hardware capabilities while coding in a familiar language. Nativescript apps are compiled to platform-specific code, so they are true native apps that can be submitted to app stores. It supports Angular for building apps with common code shared across platforms.
Ұ-を試してみるTakeshi MorikawaThe document summarizes the GO-CF command line tool, which is a rewrite of the Cloud Foundry CLI using Go. It provides an overview of installing and using GO-CF to target APIs, login, manage apps, services, routes and more. The commands demonstrated include api, login, apps, scale, app, push and stacks. While still alpha software, it aims to provide the core CLI functionality with a focus on using single character options.
Tutorial 1: Your First Science App - Araport Developer WorkshopVivek Krishnakumarݺߣ deck pertaining to Tutorial 1 of the Araport Developer Workshop conducted at TACC, Austin TX on November 5, 2014.
Presented by Vivek Krishnakumar
Fastlane - Automation and Continuous Delivery for iOS AppsSarath C
Automation and Continuous Delivery for iOS Apps using Fastlane tools. This was presented at FAYA, Technopark, Trivandrum on 01-Jun-2016.
Fastlane is a collection of utilities that work beautifully together without friction. It's now part of Fabric, Twitter's developer tools and development lead by Felix Krause (Twitter: @krausefx) and many other amazing developers.
iOS developers typically spend several times managing provision files, certificates and so many mundane and boring stuffs they've to do with Apple Developer portal and tools. Fastlane tools can help you to right from creating a project to deploy your app to AppStore.
Fastlane has an amazing ability to pass the result of data around each of the utilities in your pipeline. Also the actions helps you to customize and extend your fastlane utilities.
Fastlane often come pre-installed with popular continuous integration servers like CricleCI. Utilities like match can help you a lot to manage your certificates and provision files by securely shari across computers. This works quite handy with with CI servers as well.
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)Eric D. SchabellSession given at the PTJUG (Portugal JUG):
Whether you're a seasoned Java developer looking to start hacking on EE6 or you just wrote your first line of Ruby yesterday, the cloud is turning out to be the perfect environment for developing applications in just about any modern language or framework. There are plenty of clouds and platform-as-a-services to choose from, but where to start? Join us for an action-packed hour of power where we'll show you how to deploy an application written in the language of your choice - Java, Ruby, PHP, Perl or Python, with the framework of your choice - EE6, CDI, Seam, Spring, Zend, Cake, Rails, Sinatra, PerlDancer or Django to the OpenShift PaaS in just minutes. And without having to rewrite your app to get it to work the way the cloud provider thinks your app should work.
Check the command-line fu as we leverage Git to onboard apps onto OpenShift Express in seconds, while also making use of the web browser do the heavy-lifting of provisioning clusters, deploying, monitoring and auto-scaling apps in OpenShift Flex.
If you want to learn how the OpenShift PaaS and investing an hour of your time can change everything you thought you knew about developing applications in the cloud, this session is for you!
Essential Tools for Modern PHPAlex WeissmanThis document provides an overview of essential tools for modern PHP development, including:
- Git for version control and collaboration. It stores code snapshots and enhances teamwork.
- Composer, a dependency manager for PHP that downloads and installs packages from packagist.org and resolves dependencies.
- PHPUnit for creating automated tests, which prevents regressions and provides confidence when making changes. Tests can be either functional or unit-based.
- Additional tools covered include PSR coding standards, Node.js for asset management, Markdown for documentation formatting, and PHPDoc for code documentation. The document emphasizes best practices for code quality like testing, documentation and collaboration.
Developing cross platform apps in Flutter (Android, iOS, and Web)Priyanka TyagiLearn how to get started with building cross-platform mobile apps using Flutter framework. Checkout the YouTube video: https://youtu.be/NRoZUVrbwPM
Build Great Networked APIs with Swift, OpenAPI, and gRPCTim BurksThis document discusses building APIs with Swift, OpenAPI, and gRPC. It introduces protocol buffers for defining data structures, and gRPC for building APIs. It recommends using the gnostic tool to convert OpenAPI descriptions to protocol buffers for use with gRPC plugins. This allows building high-quality code generators in different languages by separating the generator from the API description parsing. The document provides examples of building gRPC APIs and clients in Swift.
Gitlab and LingvokotLingvokotOur tech process, how we make apps using React Native on Gitlab with Gitlab CI (Continuous Integration) and CD (Continuous Delivery)
Reveal JS source on GitHub: https://github.com/Lingvokot/gitlab-and-lingvokot
DevFest 2022 - Cloud Workstation Introduction TaiChungKAI CHU CHUNGCloud Workstations provides preconfigured, customizable, and secure managed development environments on Google Cloud. Cloud Workstations is accessible through a browser-based IDE, from multiple local code editors (such as IntelliJ IDEA Ultimate or VS Code), or through SSH. Instead of manually setting up development environments, you can create a workstation configuration specifying your environment in a reproducible way
Distributing UI Libraries: in a post Web-Component worldRachael L MooreModern UI Component libraries influenced by Web Components will rely more heavily on package management than last generation UI Frameworks. In this 15 minute session we'll introduce package management for web graphical user interfaces, talk about the best package contents for a UI component, and some tactics for making smooth releases.
For video, skip to 57 minutes, 13 seconds (57:13), http://www.youtube.com/watch?v=BhP86d5IiM4&t=57m13s
Reactive application using meteorSapna UpretiMeteor is a reactive web application framework that uses JavaScript on both the client and server. It provides reactivity through Tracker.autorun, which re-runs functions automatically when reactive data sources change. Meteor uses DDP for client-server communication and Minimongo, a MongoDB implementation, for client-side data caching. The document provides steps for creating a basic Meteor application with user accounts, routing, schemas, forms, and template helpers to display posts data reactively.
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...Shift ConferenceWhat's the first thing you should do when starting a new project...? Setup a good CI system! With Github Actions you can do it in a couple of seconds. You can easily setup a workflow to build your project, test it on different machines, and deploy the results. In this talk we're going to see how you can setup a simple Github Action for your repository and start enjoying it right after.
Toolbox of a Ruby TeamArto ArtnikThe document discusses the tools and practices used by a Ruby development team, including using RVM for managing Ruby versions and gemsets, Postgres.app for the database, Pow for local development, Git for version control, GitHub pull requests for code reviews, CircleCI for continuous integration and deployment to Heroku, Capistrano or Mina for deployment automation, and services like Rollbar and HipChat for error tracking and communication. Consistent coding styles, Sublime Text settings, and code quality practices like testing and reviews are also recommended.
Griffon PresentationKelly RobinsonA presentation for the Vancouver Island Java User's Group showcasing how Groovy and the Griffon application framework can ease the pain of coding Swing applications.
Front End Development for Back End Developers - UberConf 2017Matt RaibleAre you a backend developer that’s being pushed into front end development? Are you frustrated with all JavaScript frameworks and build tools you have to learn to be a good UI developer? If so, this session is for you! We’ll explore the tools of the trade for frontend development (npm, yarn, Gulp, Webpack, Yeoman) and learn the basics of HTML, CSS, and JavaScript.
This presentation dives into the intricacies of Bootstrap, Material Design, ES6, and TypeScript. Finally, after getting you up to speed with all this new tech, I'll show how it can all be found and integrated through the fine and dandy JHipster project.
GoogleDSC_ GHRCE_ flutter_firebase.pptxGoogleDeveloperStude22Flutter and Firebase: A Powerful Combination for App Development
Flutter is a popular open-source framework for building beautiful and user-friendly mobile, web, desktop, and embedded applications from a single codebase. It's known for its:
Expressive UI: Declarative approach for building UIs that are easy to understand and maintain.
Fast Development: Hot reload allows you to see changes in your app almost instantly, leading to faster development cycles.
Cross-platform: Write code once and deploy to multiple platforms (Android, iOS, Web, etc.) with minimal platform-specific code.
Firebase is a Backend-as-a-Service (BaaS) platform developed by Google. It provides a suite of tools and services to simplify the backend development of mobile and web applications. Some key features of Firebase include:
Authentication: Easy integration of user authentication methods like email/password, social logins, and phone number authentication.
Database: Cloud-hosted databases like Realtime Database and Firestore for storing and syncing app data.
Storage: Cloud Storage for storing and managing user-generated content like images, videos, and audio files.
Analytics: Track user engagement and app usage to understand how users interact with your app.
Crashlytics: Automatically report crashes and exceptions to identify and fix bugs in your app.
Cloud Functions: Serverless functions that respond to events triggered by your app or other Firebase services.
Intro to Github Actions @likecoinWilliam ChongGithub Action is the CI/CD tool made by Github. Deeply integrated with Github features, it can not only automate deployments, but also Githu.b repository management. In this sharing I will talk about how we use Github action in LikeCoin and some issues we encountered.
Scaling up development of a modular code baseRobert MunteanuOSGi offers developers excellent tools for creating modular applications. We have come to have a good understanding of the runtime impact of modularity, but less has been spoken of the impact of modularity on the development process.
This talk will discuss the details of moving a large OSGi project from a single monolithic codebase to multiple repositories in terms of the development process. We will present the impact of modularisation on source control, continuous integration, code reviews, IDEs and public discussion on chat/email.
After this talk attendees will have a better understanding of the way they can improve their development process when dealing with OSGi or other kinds of modular applications.
Scaling up development of a modular code base - R MunteanumfrancisOSGi Community Event 2017 Presentation by Robert Munteanu [Adobe]
OSGi offers developers excellent tools for creating modular applications. We have come to have a good understanding of the runtime impact of modularity, but less have been spoken of the impact of modularity on the development process.
This talk will discuss the details of moving a large OSGi project from a single monolithic codebase to multiple repositories in terms of the development process. We will present the impact of modularisation on source control, continuous integration, code reviews, IDEs and public discussion on chat/email.
After this talk attendees will have a better understanding of the way they can improve their development process when dealing with OSGi or other kinds of modular applications.
Using the new WordPress REST APICaldera LabsThis document discusses the WordPress REST API, which allows consuming and modifying WordPress data via a standards-compliant JSON REST API from within WordPress or another application. It provides examples of using the API to get posts, parse responses with Handlebars, and build a JavaScript client. The REST API offers advantages like decoupling the front-end from WordPress, and allows any front-end developer to work on a WordPress-powered site. It is currently a plugin but will be included in WordPress core.
Sst hackathon expressAeshan WijetungeExpress is a popular Node.js framework that provides scaffolding for building web applications in an organized manner. It allows adding middleware functions and templating engines like Dust.js to add dynamic content. The document demonstrates how to use the Request module to call an external weather API, parse the JSON response, and render the data in a Dust template to present weather information for different cities. It concludes by discussing deploying the application to production platforms like Bluemix.
CloudLand 2023: Rock, Paper, Scissors Cloud Competition - Go vs. JavaJan StamerWir implementieren "Rock, Paper, Scissors" als Cloud-Anwendung. Das Frontend stellen wir, ihr implementiert das Backend gegen eine vorhandene REST API Definition. Dazu nutzt ihr entweder Go (betreut von Jan Stamer) oder Java (betreut von Lena Grimm). Zum Abschluss tauschen wir die gewonnenen Erfahrungen in einer Fishbowl Session aus.
Die "Rock, Paper, Scissors"-Anwendung fängt klein an wird immer weiter ausgebaut:
Stufe 1: Einfache REST API, über die gegen den Computer gespielt wird. Das Backend wird von Beginn an cloud-native aufgesetzt, gemäß den 12 Prinzipien der "Twelve-Factor-App".
Stufe 2: Wir erstellen ein Spiel, das wir per Link mit einem anderen Spieler teilen. Dazu muss das Backend die laufenden Spiele verwalten. Wir fangen an und halten die Spiele im Hauptspeicher. Danach persistieren wir die Spiele in einer Datenbank. Die Verwaltung der Spiele muss skalierbar und auf den Betrieb in dynamischen Cloud-Umgebungen eingestellt sein.
Stufe 3: Wer noch mehr schafft, kann in Echtzeit gegen andere spielen und bspw. ein Leaderboard mit Highscores umsetzen.
More Related Content
Similar to DevFest 2022 - GitHub Actions를 활용한 Flutter 배포 자동화하기 (20)
Fastlane - Automation and Continuous Delivery for iOS AppsSarath C
Automation and Continuous Delivery for iOS Apps using Fastlane tools. This was presented at FAYA, Technopark, Trivandrum on 01-Jun-2016.
Fastlane is a collection of utilities that work beautifully together without friction. It's now part of Fabric, Twitter's developer tools and development lead by Felix Krause (Twitter: @krausefx) and many other amazing developers.
iOS developers typically spend several times managing provision files, certificates and so many mundane and boring stuffs they've to do with Apple Developer portal and tools. Fastlane tools can help you to right from creating a project to deploy your app to AppStore.
Fastlane has an amazing ability to pass the result of data around each of the utilities in your pipeline. Also the actions helps you to customize and extend your fastlane utilities.
Fastlane often come pre-installed with popular continuous integration servers like CricleCI. Utilities like match can help you a lot to manage your certificates and provision files by securely shari across computers. This works quite handy with with CI servers as well.
An OpenShift Primer for Developers to get your Code into the Cloud (PTJUG)Eric D. SchabellSession given at the PTJUG (Portugal JUG):
Whether you're a seasoned Java developer looking to start hacking on EE6 or you just wrote your first line of Ruby yesterday, the cloud is turning out to be the perfect environment for developing applications in just about any modern language or framework. There are plenty of clouds and platform-as-a-services to choose from, but where to start? Join us for an action-packed hour of power where we'll show you how to deploy an application written in the language of your choice - Java, Ruby, PHP, Perl or Python, with the framework of your choice - EE6, CDI, Seam, Spring, Zend, Cake, Rails, Sinatra, PerlDancer or Django to the OpenShift PaaS in just minutes. And without having to rewrite your app to get it to work the way the cloud provider thinks your app should work.
Check the command-line fu as we leverage Git to onboard apps onto OpenShift Express in seconds, while also making use of the web browser do the heavy-lifting of provisioning clusters, deploying, monitoring and auto-scaling apps in OpenShift Flex.
If you want to learn how the OpenShift PaaS and investing an hour of your time can change everything you thought you knew about developing applications in the cloud, this session is for you!
Essential Tools for Modern PHPAlex WeissmanThis document provides an overview of essential tools for modern PHP development, including:
- Git for version control and collaboration. It stores code snapshots and enhances teamwork.
- Composer, a dependency manager for PHP that downloads and installs packages from packagist.org and resolves dependencies.
- PHPUnit for creating automated tests, which prevents regressions and provides confidence when making changes. Tests can be either functional or unit-based.
- Additional tools covered include PSR coding standards, Node.js for asset management, Markdown for documentation formatting, and PHPDoc for code documentation. The document emphasizes best practices for code quality like testing, documentation and collaboration.
Developing cross platform apps in Flutter (Android, iOS, and Web)Priyanka TyagiLearn how to get started with building cross-platform mobile apps using Flutter framework. Checkout the YouTube video: https://youtu.be/NRoZUVrbwPM
Build Great Networked APIs with Swift, OpenAPI, and gRPCTim BurksThis document discusses building APIs with Swift, OpenAPI, and gRPC. It introduces protocol buffers for defining data structures, and gRPC for building APIs. It recommends using the gnostic tool to convert OpenAPI descriptions to protocol buffers for use with gRPC plugins. This allows building high-quality code generators in different languages by separating the generator from the API description parsing. The document provides examples of building gRPC APIs and clients in Swift.
Gitlab and LingvokotLingvokotOur tech process, how we make apps using React Native on Gitlab with Gitlab CI (Continuous Integration) and CD (Continuous Delivery)
Reveal JS source on GitHub: https://github.com/Lingvokot/gitlab-and-lingvokot
DevFest 2022 - Cloud Workstation Introduction TaiChungKAI CHU CHUNGCloud Workstations provides preconfigured, customizable, and secure managed development environments on Google Cloud. Cloud Workstations is accessible through a browser-based IDE, from multiple local code editors (such as IntelliJ IDEA Ultimate or VS Code), or through SSH. Instead of manually setting up development environments, you can create a workstation configuration specifying your environment in a reproducible way
Distributing UI Libraries: in a post Web-Component worldRachael L MooreModern UI Component libraries influenced by Web Components will rely more heavily on package management than last generation UI Frameworks. In this 15 minute session we'll introduce package management for web graphical user interfaces, talk about the best package contents for a UI component, and some tactics for making smooth releases.
For video, skip to 57 minutes, 13 seconds (57:13), http://www.youtube.com/watch?v=BhP86d5IiM4&t=57m13s
Reactive application using meteorSapna UpretiMeteor is a reactive web application framework that uses JavaScript on both the client and server. It provides reactivity through Tracker.autorun, which re-runs functions automatically when reactive data sources change. Meteor uses DDP for client-server communication and Minimongo, a MongoDB implementation, for client-side data caching. The document provides steps for creating a basic Meteor application with user accounts, routing, schemas, forms, and template helpers to display posts data reactively.
Shift Remote: Mobile - Devops-ify your life with Github Actions - Nicola Cort...Shift ConferenceWhat's the first thing you should do when starting a new project...? Setup a good CI system! With Github Actions you can do it in a couple of seconds. You can easily setup a workflow to build your project, test it on different machines, and deploy the results. In this talk we're going to see how you can setup a simple Github Action for your repository and start enjoying it right after.
Toolbox of a Ruby TeamArto ArtnikThe document discusses the tools and practices used by a Ruby development team, including using RVM for managing Ruby versions and gemsets, Postgres.app for the database, Pow for local development, Git for version control, GitHub pull requests for code reviews, CircleCI for continuous integration and deployment to Heroku, Capistrano or Mina for deployment automation, and services like Rollbar and HipChat for error tracking and communication. Consistent coding styles, Sublime Text settings, and code quality practices like testing and reviews are also recommended.
Griffon PresentationKelly RobinsonA presentation for the Vancouver Island Java User's Group showcasing how Groovy and the Griffon application framework can ease the pain of coding Swing applications.
Front End Development for Back End Developers - UberConf 2017Matt RaibleAre you a backend developer that’s being pushed into front end development? Are you frustrated with all JavaScript frameworks and build tools you have to learn to be a good UI developer? If so, this session is for you! We’ll explore the tools of the trade for frontend development (npm, yarn, Gulp, Webpack, Yeoman) and learn the basics of HTML, CSS, and JavaScript.
This presentation dives into the intricacies of Bootstrap, Material Design, ES6, and TypeScript. Finally, after getting you up to speed with all this new tech, I'll show how it can all be found and integrated through the fine and dandy JHipster project.
GoogleDSC_ GHRCE_ flutter_firebase.pptxGoogleDeveloperStude22Flutter and Firebase: A Powerful Combination for App Development
Flutter is a popular open-source framework for building beautiful and user-friendly mobile, web, desktop, and embedded applications from a single codebase. It's known for its:
Expressive UI: Declarative approach for building UIs that are easy to understand and maintain.
Fast Development: Hot reload allows you to see changes in your app almost instantly, leading to faster development cycles.
Cross-platform: Write code once and deploy to multiple platforms (Android, iOS, Web, etc.) with minimal platform-specific code.
Firebase is a Backend-as-a-Service (BaaS) platform developed by Google. It provides a suite of tools and services to simplify the backend development of mobile and web applications. Some key features of Firebase include:
Authentication: Easy integration of user authentication methods like email/password, social logins, and phone number authentication.
Database: Cloud-hosted databases like Realtime Database and Firestore for storing and syncing app data.
Storage: Cloud Storage for storing and managing user-generated content like images, videos, and audio files.
Analytics: Track user engagement and app usage to understand how users interact with your app.
Crashlytics: Automatically report crashes and exceptions to identify and fix bugs in your app.
Cloud Functions: Serverless functions that respond to events triggered by your app or other Firebase services.
Intro to Github Actions @likecoinWilliam ChongGithub Action is the CI/CD tool made by Github. Deeply integrated with Github features, it can not only automate deployments, but also Githu.b repository management. In this sharing I will talk about how we use Github action in LikeCoin and some issues we encountered.
Scaling up development of a modular code baseRobert MunteanuOSGi offers developers excellent tools for creating modular applications. We have come to have a good understanding of the runtime impact of modularity, but less has been spoken of the impact of modularity on the development process.
This talk will discuss the details of moving a large OSGi project from a single monolithic codebase to multiple repositories in terms of the development process. We will present the impact of modularisation on source control, continuous integration, code reviews, IDEs and public discussion on chat/email.
After this talk attendees will have a better understanding of the way they can improve their development process when dealing with OSGi or other kinds of modular applications.
Scaling up development of a modular code base - R MunteanumfrancisOSGi Community Event 2017 Presentation by Robert Munteanu [Adobe]
OSGi offers developers excellent tools for creating modular applications. We have come to have a good understanding of the runtime impact of modularity, but less have been spoken of the impact of modularity on the development process.
This talk will discuss the details of moving a large OSGi project from a single monolithic codebase to multiple repositories in terms of the development process. We will present the impact of modularisation on source control, continuous integration, code reviews, IDEs and public discussion on chat/email.
After this talk attendees will have a better understanding of the way they can improve their development process when dealing with OSGi or other kinds of modular applications.
Using the new WordPress REST APICaldera LabsThis document discusses the WordPress REST API, which allows consuming and modifying WordPress data via a standards-compliant JSON REST API from within WordPress or another application. It provides examples of using the API to get posts, parse responses with Handlebars, and build a JavaScript client. The REST API offers advantages like decoupling the front-end from WordPress, and allows any front-end developer to work on a WordPress-powered site. It is currently a plugin but will be included in WordPress core.
Sst hackathon expressAeshan WijetungeExpress is a popular Node.js framework that provides scaffolding for building web applications in an organized manner. It allows adding middleware functions and templating engines like Dust.js to add dynamic content. The document demonstrates how to use the Request module to call an external weather API, parse the JSON response, and render the data in a Dust template to present weather information for different cities. It concludes by discussing deploying the application to production platforms like Bluemix.
CloudLand 2023: Rock, Paper, Scissors Cloud Competition - Go vs. JavaJan StamerWir implementieren "Rock, Paper, Scissors" als Cloud-Anwendung. Das Frontend stellen wir, ihr implementiert das Backend gegen eine vorhandene REST API Definition. Dazu nutzt ihr entweder Go (betreut von Jan Stamer) oder Java (betreut von Lena Grimm). Zum Abschluss tauschen wir die gewonnenen Erfahrungen in einer Fishbowl Session aus.
Die "Rock, Paper, Scissors"-Anwendung fängt klein an wird immer weiter ausgebaut:
Stufe 1: Einfache REST API, über die gegen den Computer gespielt wird. Das Backend wird von Beginn an cloud-native aufgesetzt, gemäß den 12 Prinzipien der "Twelve-Factor-App".
Stufe 2: Wir erstellen ein Spiel, das wir per Link mit einem anderen Spieler teilen. Dazu muss das Backend die laufenden Spiele verwalten. Wir fangen an und halten die Spiele im Hauptspeicher. Danach persistieren wir die Spiele in einer Datenbank. Die Verwaltung der Spiele muss skalierbar und auf den Betrieb in dynamischen Cloud-Umgebungen eingestellt sein.
Stufe 3: Wer noch mehr schafft, kann in Echtzeit gegen andere spielen und bspw. ein Leaderboard mit Highscores umsetzen.
12. Build variants in Flutter
https://docs.flutter.dev/deployment/flavors
● 하나의 프로젝트 환경에서 빌드 결과물을 물리적으로 분리
● 개발용, QA용, 배포용 앱파일 분리
● 프리미엄 기능을 제공하는 유료, 무료버전 앱을 만들 수 있음.
● 코드는 같지만 리소스만 다른 앱을 만들 수 있음.
17. Create Build variants - Android
● Gradle 스크립트에 선언한 “appName” 매개변수를 manifest에 적용
● android / app / src / main / AndroidManifest.xml
https://developer.android.com/studio/build/manifest-build-variables?hl=ko
<application
android:label="${appName}"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
>
18. Create Build variants - iOS
https://docs.flutter.dev/deployment/flavors
● .xcconfig 파일 생성 후 scheme 을 설정함.
● iOS의 scheme 설정은 안드로이드의productFlavors 와 동일한 역할
● .xcconfig 파일은 productFlavors 에 정의된 빌드 구성정보와 동일.
24. ● Flutter의 빌드모드는 세가지
● Debug : 앱 개발 전용
● Release : 출시 전용
● Profile : 디버깅 전용
Create Build variants - iOS
https://docs.flutter.dev/testing/build-modes
37. What is Github Actions?
https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions
● 빌드, 테스트, 배포를 자동화할 수 있는 CI/CD 플랫폼.
● Github repo에 대한 push, pull request, tag 등 트리거로 만들 수 있음.
● 트리거가 동작하면YAML 기반 스크립트를 실행.
● fastlane과 마찬가지로 높은 수준으로 추상화된 액션을 제공함
● Docker build, cloud deploy, app build 등 다양한 작업 가능
42. What is self-hosted runners?
● 작업을 실행하는 서버인 러너를 자체 호스팅으로 사용 가능.
● 특정 운영체제가 필요하거나 특별화된 하드웨어 구성이 필요한 경우 추천
● 단일 Repo 구성 가능
● 조직(organization) 단위로 구성하여 여러 Repo에서 구성 가능
● 엔터프라이즈계정의 경우 여러 조직 단위 구성 가능
● Linux, Windows, macOS 지원
● x64, ARM64, ARM32 지원
43. What is self-hosted runners?
● Github Pro 기준 한달에 3,000분을 무료
제공
● 빌드할 때 마다 환경설정 + 빌드 + 업로드
● 기본 작업시간 6분 * 10 = 60분 소모 시
한달에 무료 빌드 50번
● 30일 기준 하루에 6분 작업을 5번 사용 시
$72 ≈ 96500원
https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners
45. What is fastlane?
https://docs.fastlane.tools/getting-started/ios/setup/
lane :beta do
increment_build_number
build_app
upload_to_testflight
end
lane :release do
capture_screenshots
build_app
upload_to_app_store # Upload the screenshots and the binary to iTunes
slack # Let your team-mates know the new version is live
end
$ fastlane release
48. Create Automation using fastlane
desc "Increase version number"
lane :increase_version_code do
version_code = number_of_commits(all: true)
yaml_file_path = "../../pubspec.yaml"
data = YAML.load_file(yaml_file_path)
version = data["version"]
version_name = data["version"].split("+")[0]
new_version_code = version_code + 1
new_version = "#{version_name}+#{new_build_number}"
data["version"] = new_version
File.open(yaml_file_path, 'w') { |f| YAML.dump(data, f) }
end
ios/fastlane/Fastfile && android/fastlane/Fastfile
49. fastlane actions : number_of_commits
https://docs.fastlane.tools/actions/number_of_commits/#number_of_commits
increment_build_number(build_number: number_of_commits)
build_number = number_of_commits(all: true)
increment_build_number(build_number: build_number)
● 현재 git 브랜치의 커밋 수를 반환.
● all 파라미터를 사용하여 현재 분기 대신 모든 커밋의 총 수를 반환.
50. Create Automation using fastlane
desc "Increase version number"
lane :increase_version_code do
version_code = number_of_commits(all: true)
yaml_file_path = "../../pubspec.yaml"
data = YAML.load_file(yaml_file_path)
version = data["version"]
version_name = data["version"].split("+")[0]
new_version_code = version_code + 1
new_version = "#{version_name}+#{new_build_number}"
data["version"] = new_version
File.open(yaml_file_path, 'w') { |f| YAML.dump(data, f) }
end
ios/fastlane/Fastfile && android/fastlane/Fastfile
52. Create Automation using fastlane
desc "build develop"
lane :build_dev do |options|
## build APP
sh('flutter build apk -t lib/main_dev.dart --flavor develop')
end
android/fastlane/Fastfile
53. Create Automation using fastlane
desc "build develop"
lane :build_dev do |options|
## pods Repo Update
sh('flutter pub get')
cocoapods(
repo_update: true,
)
## build APP
build_app(
scheme: "develop",
clean: true,
workspace: "Runner.xcworkspace",
)
end
ios/fastlane/Fastfile
54. fastlane actions : cocoapods
https://docs.fastlane.tools/actions/cocoapods/#cocoapods
cocoapods(
clean_install: true,
podfile: "./CustomPodfile"
)
● pod install명령어를 실행
● 매개변수에 따라 캐시를 지우고 설치하거나 podfile 경로를 바꿀 수 있음.
55. Create Automation using fastlane
desc "build develop"
lane :build_dev do |options|
## pods Repo Update
sh('flutter pub get')
cocoapods(
repo_update: true,
use_bundle_exec: false,
)
## build APP
build_app(
scheme: "develop",
clean: true,
workspace: "Runner.xcworkspace",
)
end
ios/fastlane/Fastfile
56. fastlane actions : build_app
https://docs.fastlane.tools/actions/build_app/#build_app
build_app(
workspace: "MyApp.xcworkspace",
configuration: "Debug",
scheme: "MyApp",
silent: true,
clean: true,
output_directory: "path/to/dir", # Destination directory. Defaults to current directory.
output_name: "my-app.ipa", # specify the name of the .ipa file to generate (including file extension)
sdk: "iOS 11.1" # use SDK as the name or path of the base SDK when building the project.
)
● iOS 앱을 빌드하여 패키지를 만듦.
● 매개변수에 따라 다양한 빌드 옵션을 적용할 수 있음.
61. fastlane actions : app_store_connect_api_key
desc "Do Signing for Deploy iOS App"
lane :do_signing do |options|
api_key = app_store_connect_api_key(
key_id: options[:key_id],
issuer_id: options[:issuer_id],
key_content: options[:key_content],
is_key_content_base64: true
)
match(
type: 'appstore',
app_identifier: options[:app_identifier],
api_key: api_key,
readonly: true
)
end
ios/fastlane/Fastfile
62. Create Automation using fastlane
desc "Do Signing for Deploy iOS App"
lane :do_signing do |options|
api_key = app_store_connect_api_key(
key_id: options[:key_id],
issuer_id: options[:issuer_id],
key_content: options[:key_content],
is_key_content_base64: true
)
match(
type: 'appstore',
app_identifier: options[:app_identifier],
api_key: api_key,
readonly: true
)
end
ios/fastlane/Fastfile
63. fastlane actions : match
https://docs.fastlane.tools/actions/match
match(type: "appstore")
match(type: "development")
● git, google cloud, aws s3에 인증 관련 파일을 업로드
● 업로드 된 인증 관련 파일은 암호화되어 저장됨
● 각 lane에서 빌드하기 전 인증서를 대조하여 개발 환경에 상관없이 개발 및
배포 가능
64. fastlane actions : match
$ fastlane match init
[✔] 🚀
[12:21:30]: fastlane match supports multiple storage modes, please select the one you want to use:
1. git
2. google_cloud
3. s3
65. fastlane actions : match
[12:21:31]: Please create a new, private git repository to store the certificates and profiles there
[12:21:31]: URL of the Git Repo: [깃허브 repo 입력]
[12:21:34]: Successfully created './Matchfile'. You can open the file using a code editor.
[12:21:34]: You can now run `fastlane match development`, `fastlane match adhoc`, `fastlane match
enterprise` and `fastlane match appstore`
[12:21:34]: On the first run for each environment it will create the provisioning profiles and
[12:21:34]: certificates for you. From then on, it will automatically import the existing profiles.
[12:21:34]: For more information visit https://docs.fastlane.tools/actions/match/
66. fastlane actions : match
git_url("[깃허브 repo]")
storage_mode("git")
type("appstore") # The default type, can be: appstore, adhoc, enterprise or development
app_identifier(["[앱 아이디 입력]", "[앱 아이디 입력]"])
# username("user@fastlane.tools") # Your Apple Developer Portal username
# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options
# The docs are available on https://docs.fastlane.tools/actions/match
67. fastlane actions : match
fastlane match nuke development
fastlane match nuke distribution
68. fastlane actions : match
fastlane match appstore
[✔] 🚀
[12:26:45]: Get started using a Gemfile for fastlane
https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
+--------------+----------------------------------------------+
| Detected Values from './Matchfile' |
+--------------+----------------------------------------------+
| git_url | [깃허브 Repo] |
| storage_mode | git |
| type | appstore |
+--------------+----------------------------------------------+
...
74. fastlane actions : firebase_app_distribution
https://firebase.google.com/docs/app-distribution/ios/distribute-fastlane
firebase_app_distribution(
app: "1:123456789:ios:abcd1234",
testers: "tester1@company.com, tester2@company.com",
release_notes: "Lots of amazing new features to test out!"
)
● 신뢰할 수 있는 테스터에게 빠르게 배포
● 테스터 초대 및 관리 가능
76. fastlane actions : upload_to_testflight
https://docs.fastlane.tools/actions/upload_to_testflight
● 테스트 전용 앱인 testflight에 업로드
● 보통 testflight 업로드 이후 테스트 통과한 빌드파일을 appstore 출시에 올림
upload_to_testflight(skip_submission: true) # to only upload the build
upload_to_testflight(
beta_app_feedback_email: "email@email.com",
beta_app_description: "This is a description of my app",
demo_account_required: true,
notify_external_testers: false,
changelog: "This is my changelog of things that have changed in a log"
)
78. fastlane actions : upload_to_playstore
https://docs.fastlane.tools/actions/upload_to_play_store
● 스토어의 출시 단계를 나타내는 track
● flavor를 설정한 경우 app bundle 파일을 못찾아서 수동으로 잡아줘야함.
upload_to_playstore(
track: "internal",
abb: "../build/app/outputs/bundle/productRelease/app-product-release.aab",
skip_upload_metadata: true,
)
79. default_platform(:ios)
platform :ios do
lane :increase_version_code do
...
end
lane :do_signing do |options|
...
end
...
...
desc "Deploy develop ipa version to Firebase Distribution"
lane :build_deploy_dev do |options|
## signing
do_signing(
app_identifier: options[:app_identifier],
key_id: options[:key_id],
issuer_id: options[:issuer_id],
key_content: options[:key_content]
)
## pods Repo Update
sh('flutter pub get')
cocoapods(
repo_update: true,
use_bundle_exec: false,
)
## build APP
build_app(
scheme: "develop",
clean: true,
workspace: "Runner.xcworkspace",
)
## deploy APP
firebase_app_distribution(
app: "[firebase app id]",
firebase_cli_token: options[:firebase_token]
)
end
ios/fastlane/Fastfile
80. default_platform(:ios)
platform :ios do
lane :increase_version_code do
...
end
lane :do_signing do |options|
...
end
...
...
desc "Deploy a Product version to Apple App Store"
lane :build_deploy_prod do |options|
## signing
do_signing(
app_identifier: options[:app_identifier],
key_id: options[:key_id],
issuer_id: options[:issuer_id],
key_content: options[:key_content]
)
## pods Repo Update
sh('flutter pub get')
cocoapods(
repo_update: true,
use_bundle_exec: false,
)
## build APP
build_app(
scheme: "product",
clean: true,
workspace: "Runner.xcworkspace"
)
## deploy APP
upload_to_testflight(
skip_waiting_for_build_processing: true
)
end
ios/fastlane/Fastfile
81. default_platform(:android)
platform :android do
lane :increase_version_code do
...
end
...
...
desc "Deploy develop version apk to Firebase Distribution"
lane :build_deploy_dev do |options|
## build APP
sh('flutter build apk -t lib/src/config/env/env_develop.dart
--flavor develop')
## deploy APP
firebase_app_distribution(
app: "[firebase app id]",
apk_path:
"../build/app/outputs/flutter-apk/app-develop-release.apk",
firebase_cli_token: options[:firebase_token]
)
end
android/fastlane/Fastfile
82. default_platform(:android)
platform :android do
lane :increase_version_code do
...
end
...
...
desc "Deploy a Product version to Google Play Store"
lane :build_deploy_prod do
## build APP
sh("flutter build appbundle --release -t
lib/src/config/env/env_product.dart --flavor product")
## deploy APP
upload_to_play_store(
aab:
"../build/app/outputs/bundle/productRelease/app-product-release.
aab",
track: 'internal',
skip_upload_metadata: true,
)
end
android/fastlane/Fastfile