Code | CV | Research
Technology in NJPh.D from 🐯Princeton Computer Science. B.S. from 🐻Cornell Computer Science
email: daniel@dantasfiles.com
Technical Guides & Occasional News
-
Migrating from G Suite Legacy to a normal Google account + external email service
This top-level post describes how to migrate data and email service from a G Suite Legacy account to a normal Google account + external email service -
Migrating Chrome bookmarks, passwords, and contacts from G Suite Legacy to a normal Google account
This post describes my experiences migrating Chrome bookmarks, passwords, and contacts from G Suite Legacy (x@y.com) to a normal Google account (x.y@gmail.com) -
Migrating Google Photos from G Suite Legacy to a normal Google account
This post describes my experiences migrating Google Photos from G Suite Legacy (x@y.com) to a normal Google account (x.y@gmail.com) -
Using React Navigation 4 with AWS Amplify Push Notifications
This post describes one method to trigger React Navigation 4 navigation from push notifications using AWS Amplify. -
The Year in Tech
Learning about technology from 2021 -
The Year in Tech
Learning about technology from 2020 -
Email Authentication with AWS Amplify for React Native apps
This post describes how to set up email authentication with AWS Amplify for your React Native app. -
Handling Incoming Push Notifications in AWS Amplify
AWS Amplify provides two push notification configuration functions to configure how push notifications are handled by your app: onNotification, and onNotificationOpened. -
Customizing the Appearance of Android Push Notifications in AWS Amplify
This post describes how to customize the appearance of Android push notifications received by your AWS Amplify React Native app. We’ll cover changing the icons, and changing the sound in your push notifications. -
Testing Push Notifications with AWS Amplify & CLI
In this post, we test sending push notifications to an AWS Amplify React Native app with the AWS CLI. -
Setting up Android Push Notifications with AWS Amplify
In this post, we set up a React Native app using AWS Amplify to receive Android Push Notifications. -
Exploring the backend specifications generated by AWS Amplify API
This post takes a complex example GraphQL schema and walks through the backend specifications that AWS Amplify generates from it. -
Using the API.ts Typescript types generated by AWS Amplify
We explore using Typescript with AWS Amplify API in React Native, with a particular focus on the types that AWS Amplify generates into API.ts -
Owner vs. Group Access Control in AWS Amplify API
This post compares the behavior of owner access control with group access control in the AWS Amplify API. -
Multi-Tenant AWS Amplify: Method 1: Cognito Custom Attributes
This is method 1 of 3 for creating multi-tenant AWS Amplify mobile apps in React Native. In this method, the tenant information is stored in an AWS Cognito custom attribute. -
The Year in Tech
Learning about technology from 2019 -
Multi-Tenant AWS Amplify
This guide explores three methods for creating multi-tenant AWS Amplify mobile apps in React Native: Cognito custom attributes, Cognito groups, and virtual Cognito groups -
Multi-Tenant AWS Amplify: Method 2: Cognito Groups
This is method 2 of 3 for creating multi-tenant AWS Amplify mobile apps in React Native. In this method, each tenant has a Cognito group associated with it. -
Multi-Tenant AWS Amplify: Method 3: Virtual Cognito Groups
This is method 3 of 3 for creating multi-tenant AWS Amplify mobile apps in React Native. In this method, each tenant has a virtual Cognito group associated with it. -
Switching from Wordpress to Medium