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 …

Google I/O 2019 | Developer Keynote
Google I/O 2019 | Developer Keynote Learn about the latest updates to our developer products and platforms at Google from Google Developers. Speakers: Thomas Kurian, Chet Haase, Chris Turkstra, Tal Oppenheimer, Anitha Vijayakumar, Kristen Johnson, Adam Seligman

Google I/O 2019 | Google Keynote
Google I/O 2019 | Google Keynote Learn about the latest product and platform innovations at Google in a Keynote led by Sundar Pichai. Citi I/O Liwaiwai DotLAH!

How To Setup A Django Web App Project Using CLI
Overview This guide shows how to create a Django project using only a Command Line Interface. No IDE is used. Django is Python Web Framework. Though it can also be used to build an API Prerequisites Operating System: Ubuntu 18 Command Line Interface or Terminal Python 3.6 (or above) is installed For Ubuntu users …