> For the complete documentation index, see [llms.txt](https://ph.benjtupas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ph.benjtupas.com/experience/talks.md).

# Talks

## 🗓️[️](https://emojipedia.org/spiral-calendar/) 2022

### Computer Science Society at the University of Saint La Salle

<figure><img src="/files/Dn2940nc8tsXDJk65nbR" alt=""><figcaption></figcaption></figure>

Thank you for the invitation to speak and for the Outstanding Alumni Award.

I thought it was only 50 participants but around 200+ people watched the stream. 😂

## 🗓️ 2021

### Computer Science Society and Student Development at the University of Saint La Salle (November)

<figure><img src="/files/42MyzPMTKySelW3yY2DD" alt=""><figcaption></figcaption></figure>

### Google Developers Student Club - San Carlos (October)

<figure><img src="/files/uOqQ0hYeO63q47lR9EpV" alt=""><figcaption></figcaption></figure>

## 🗓️ 2016

### Google Cloud Platform during Google IO Extended Manila (July)

500 Professionals and Students

<figure><img src="/files/3cenaTRm3iZQgIKiUFC6" alt=""><figcaption></figcaption></figure>

### How to Build a Startup Without Huge Investments with Google Developers Group (July)

500 Professionals and Students

<figure><img src="/files/wrfpCZf1QcDdPXrw5LJ8" alt=""><figcaption></figcaption></figure>

### Google Cloud Platform during Google IO Extended in Baguio (July)

250 Professionals and Students

<figure><img src="/files/pyenr0WgFfcarvXj7OcB" alt=""><figcaption></figcaption></figure>

### Google Cloud Platform for Mobile Startups using NodeJS with Google Developers Group Baguio (April)

70 Professionals and Students&#x20;

<figure><img src="/files/wlCg0Iu0tUvX3jEPOE8U" alt=""><figcaption></figcaption></figure>

## 🗓️ 2015

### Google Cardboard Talk with Google Developers Group and Mapua Institute of Technology (October)

<figure><img src="/files/ske06kgGaU0ezM95RkGH" alt=""><figcaption></figcaption></figure>

### HTML5 Game Development Code Camp for Professionals with Devcon PH and Globe Telecom (June)

<figure><img src="/files/BvSzQkUVwFk01Lv0RLs6" alt=""><figcaption></figcaption></figure>

## 🗓️ 2014

### Google Devfest Cebu (December)

<figure><img src="/files/SQMB7NHdjsp27NzuG8hG" alt=""><figcaption></figcaption></figure>

### "How Devices Talk To Each Other" during the 4th ICT Congress in Pangasinan in front of 1,500 Participants (November)

<figure><img src="/files/vEppdDR8vgUkqluA4FmE" alt=""><figcaption></figcaption></figure>

### Google Developer Summit Asia in Sri Lanka (October)

<figure><img src="/files/ggPufeUs70Ghk883oe53" alt=""><figcaption></figcaption></figure>

### AngularJS Web Development at UP Diliman (October)

<figure><img src="/files/KR3AfHKO8IhWMTu6GoKE" alt=""><figcaption></figcaption></figure>

### HTML5 Game Development with Google Developers Group at De La Salle University (October)

<figure><img src="/files/IdcjVjZ3uRpkCeDXw3HB" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ph.benjtupas.com/experience/talks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
