DevOps

Google I/O 2019 | Code, Build, Run, and Observe with Google Cloud
Google I/O 2019 | Code, Build, Run, and Observe with Google Cloud In this session, attendees will learn how Google Cloud is enabling developers to focus on their code by providing better tools and infrastructure for their backend services. Come learn about the investments made in the past year that make it easy to code, …

Google I/O 2019 | Zero to App: Live Coding a Cross-Platform App on Firebase
Google I/O 2019 | Zero to App: Live Coding a Cross-Platform App on Firebase Firebase makes it easy to build a cross-platform app. How easy? Let’s try it out together! In this session our team live-codes an app on stage for Android, iOS, and Web. Each platform will have the same functionality, built upon the …

Google I/O 2019 | What’s New in Android Studio UI Design and Debugging Tools
Google I/O 2019 | What’s New in Android Studio UI Design and Debugging Tools In 2019, the Android team is refining the developer journey with a set of new tools for building modern interfaces. From building a layout to debugging views at runtime, this session will take you through a variety of steps that can …

How To: Create A Flask / API Project In Windows
Prerequisites Operating System: Windows 7 and above Python 3.7 or greater installed Python Pip is installed Python Virtual Environment is installed (Optional) Structure Overview Steps 01. Create the necessary directories and files. 02. Update the necessary Python library/packages by setting the value of the geek_flask_api\requirements.txt 03. (Optional but recommended). Create a …