November 2023 Summaries
2 posts from Ditto
Filter
Month:
Year:
Post Summaries
Back to Blog
This tutorial guides users through creating a simple "tasks" application using JavaScript and React, integrating authentication features with Auth0, and enabling offline peer-to-peer sync with Ditto. Users are guided to start with a basic React app and then progressively integrate authentication by configuring Auth0, setting up a Ditto app, and adding authentication-specific code to the project. The tutorial emphasizes configuring Auth0 for authentication, setting up Ditto for data synchronization, and ensuring that the tasks app only functions after user authentication. It also includes steps for implementing login and logout functionalities, along with handling tokens for securing user data and interactions within the app. The tutorial provides code snippets and commits for each major step, ensuring that users can follow along and implement the features in their own applications.
Nov 30, 2023
1,686 words in the original blog post.
Max Alexander's tutorial provides a comprehensive guide to building an airline seat map using SwiftUI, aimed at iOS developers in the aviation sector. The tutorial walks through creating a data model that defines seat states and IDs, constructing a visual seat representation with color-coded states, and arranging these in a grid layout to mimic an airline seating chart. The grid is designed with flexible and fixed columns to represent seats and aisles, allowing users to interact by toggling seats between empty and occupied states. This illustrates the adaptability of SwiftUI for creating complex, customizable layouts, with suggestions for further enhancements like zooming or server-based seat availability.
Nov 22, 2023
639 words in the original blog post.