Learning material curated by experts, ready for you to learn and practice
Tokopedia Academy Tokolabs provides a guided, tutorial, hands-on coding experience. Tokolabs will step you through the process of building a small application or adding a new feature to an existing application.
- Select All
- Android
- IOS
- Web
- Backend
Filter By
Choose Category
- New
- Old
Sort By
Exploring Dependency Injection: From Dagger to Hilt
9 minutes
Updated March 18, 2022
Dependency Injection is an approach that helps you to provide classes that are required by other classes. With this approach, you take the dependencies of a class and provide them rather than having the class instance obtain them itself.
Multi Cloud Automation: From Zero to Hero
11 minutes
Updated March 18, 2022
This handbook would cover topics related to multi cloud and in it’s automation, by the end of this workshop you will be able to grasp the basic understanding of multi cloud and some of the automation tools that tokopedia use on a daily basis. In the hope that this workshop would trigger sparks and ideas so that you could implement the automation on a daily basis.
Introduction to Cryptography: Tech Workshop
13 minutes
Updated March 18, 2022
Cryptography can be defined as a study of secure communications techniques that allow only the sender and the expected recipient of a message to view its contents. Preventing the ‘eavesdropper’ to know the content. It is all about creating and analyzing mechanisms to prevent third parties or the public from reading the “messages”, such as confidentiality, data integrity, authentication.