Grow Your Technical Skills with Google
Whether you're new to computer science or an experienced coder, there’s something for you here in Google’s Tech Dev Guide.
We’ve carefully curated materials from various sources, including some made by Google, that you can use to grow your technical skills, supplement your coursework, and prepare for interviews.
Interested in pursuing a career in business? Check out Google's Business Dev Guide.
Explore a Collection
Below are collections of resources curated by Google engineers and university faculty. Explore any collection that aligns with your goals.
Visit the Resource Library
The Resource Library includes all the resources in the Collections plus more. You can filter resources by topic or programming language to easily view what you're interested in.
View the full libraryCoding Problems
View moreFormer interview question: word squares
Pit yourself against this problem that asks you to write a program that can identify word sequences defined as word squares, and then return all word square sequences within a given list of words.
Game of life
Try your hand at coding this famous game: the Game of Life. It involves manipulating a two-dimensional grid of cells to follow a simple set of rules resulting in varying states of a life cycle. (LeetCode)
Interactive Tutorials
View moreStrings (Java, C++)
In computer science, a string is an array of characters. Learn more about strings and the unique operations that can be applied to them in this LeetCode tutorial with examples to help guide you. (LeetCode)
Cloud SQL for MySQL: Qwik Start
Learn how to create a Cloud SQL instance and create SQL queries using Cloud SQL. (Qwiklabs)
ESTIMATED TIME: 20-30 MINS