Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active August 1, 2022 16:29
Show Gist options
  • Save wilmoore/a4cf4280f44fa6cf53db51cb75f0982d to your computer and use it in GitHub Desktop.
Save wilmoore/a4cf4280f44fa6cf53db51cb75f0982d to your computer and use it in GitHub Desktop.
Income Sources :: ExpoMail

Income Sources :: ExpoMail

⪼ Made with 💜 by realpolyglot.dev

ExpoMail

Self-Paced online courses that are delivered via email newsletter. In order to not overwhelm our customer's inbox, we've developmed and algorithm that takes into account the student's level of engagement with the course and adjusts it's delivery frequency accordingly. For example, a typical course defaults to providing one full chapter per day, including an end of chapter quiz. If the student completes the entire chapter, they are done for the day. They are encouraged to play with the bonus projects. They will receive the next chapter the following day. If they don't complete the chapter, we'll back off for a day...

Exponential backoff

Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. These algorithms find usage in a wide range of systems and processes, with radio networks and computer networks being particularly notable.

Spaced repetition

Spaced repetition involves multiple, short review sessions. This way, your learners can take their time processing new information. This is much more ideal than going over the same learning material repeatedly for long hours, which can bore your learners.Jun 23, 2022

First Course :: Setting Up a Dev Environment for Node, TypeScript Development

  1. Day 1: Alacritty, Tmux, Fish, Nodejs, vim, docker, brew, sizeup, vscode, keyboard shortcuts, ssh keygen, git config, debugging setup (chrome/firefox), 1password, fzf, nvm
  2. ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment