Skip to content

Instantly share code, notes, and snippets.

@jjdonson
Last active July 29, 2023 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjdonson/59c2c2c1483485f9d33a4df7fec4ab63 to your computer and use it in GitHub Desktop.
Save jjdonson/59c2c2c1483485f9d33a4df7fec4ab63 to your computer and use it in GitHub Desktop.
push-link-to-mobile service: getPocket.com

Push Browser Web Links To Web-Enabled Mobile Devices


Table of Contents


Set Up getPocket

Screen Shot 2023-07-26 at 8 20 47 AM


Core User Workflow

Screen Shot 2023-07-24 at 11 27 31 AM

  • 1: Push Article Link2Web From Browser => Link Tag + Share

  • 2: Access remote link from mobile devices.

  • 3: Consider using text2speech (t2s) while driving?

  • 4: Can we improve voice t2s playback to be more realistic?


Terminology

application architecture

  • links = label + url + aliases
  • url = protocol + [subdomain + ] domain + domain suffix + dirs + pages
  • desktop local apps
  • phone apps
  • browsers
  • urls + aliases
  • web apps != phone apps
  • responsive web apps
  • progressive web apps

docs

  • html vs markdown
  • internationalization
  • localization
  • translation
  • i18n

diagramming

  • types of diagrams

    • diagram legend
    • diagram template
  • file types

    • png
    • svg
    • pdf

networking + security

  • service meshes
  • yubikey security

Action Items

PWA Logos

  • gMail: Web Identity + Web Mail
  • gDrive: Cloud Storage + File Sharing
  • diagrams.net: Web Diagramming
  • tinyUrl.com: Custom URL Aliases
  • getPocket.com: Push Browser Links To Mobile
  • pixlr.com: image file editor
  • gMaps
  • gCal

th-3968678688

Screen Shot 2023-07-24 at 12 38 51 PM

Diagram Standards

  • Github Solo Local Workflow Diagram

cyclical-solo-local-workflow-2

  • 1: Get free gmail ID and google voice phone number. Secure each with MFA. => How might we test this?

  • 2: Use that gmail id to easy-register for free account at github.

  • 3: Choose architecture for github workflows: [ linux | win | osx ]

  • 4: Install and configure git. $ git --help => gh + vscode + chrome

  • 5: Review diagram above to consider the following solo local git workflow subcommands:

    • status
    • init
    • add
    • commit
    • log
    • diff
    • sha
  • 6: Our first github interactions include login:

    • login
    • create remote github repo
    • clone
    • fork
    • pull
    • push => only possible if ssh is properly configured!!!
  • Learn about pull requests!!!

  • Create a team dev dojo where we can demonstrate each subcommand above as part of a collaborative workflow.

  • Consider how testing and docs and diagramming support best team practices.

  • 7: Now we need to learn more about github...

  • git + github setup notes

  • ghpages

  • Admin Training Github

  • bitbucket

  • gogs

  • gitlab

  • registries

  • ansible

  • templating => yaml

  • gitpod

  • kubernetes

  • notebooks

  • cloud services hosting

    • digital ocean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment