The document describes a team called AJEJE that is developing a mobile application to help tourists in Jeju Island, South Korea find places to visit based on their preferences and interests. The app will ask users a series of questions to determine their food tastes, interests, and mood preferences and return a customized list of recommended locations. The team is collecting data from various sources like Google Places API, online forms submitted by local business owners, and data mining of tourist trends to provide more detailed information on each location recommendation. Their goal is to help tourists save time by connecting them directly with places that match their preferences.
The document describes a team called AJEJE that is developing a mobile application to help tourists in Jeju Island, South Korea find places to visit based on their preferences and interests. The app will ask users a series of questions to determine their food tastes, interests, and mood preferences and return a customized list of recommended locations. The team is collecting data from various sources like Google Places API, online forms submitted by local business owners, and data mining of tourist trends to provide more detailed information on each location recommendation. Their goal is to help tourists save time by connecting them directly with places that match their preferences.
The document summarizes the F8 Hackathon 2018 event hosted by Facebook. It discusses the goals of building tools to address issues like diversity and inclusion. It outlines the program for the event, including keynotes, workshops on topics like leadership and podcasting, and a hackathon where over 180 people worked in teams to build applications over a day and a half. The event aimed to bring the developer community together and encourage learning and sharing of ideas.
Progressive Web App (feat. React, Django)Yurim Jin
油
1. The document discusses how the author implemented a Progressive Web App (PWA) for their company's product BOXture using React and Django.
2. Key aspects of the PWA implementation included using a service worker to cache assets and provide a fast loading experience, as well as adding web push notifications and a web app manifest.
3. The author details strategies used like cache-first routing and precaching with sw-precache to improve performance and user experience.