Stream of coding conciousness

Blog Archive Tags

Code Splitting & Lazy Loading a Server Side Rendered React app

2019-09-29
  • react
  • code splitting
  • lazy loading

Reasoning, approach, and goals

Read More

Delete all local Git branches that have been merged into the current branch

2019-08-23
  • github
  • commands
  git branch --merged | egrep -v "(^\*|master|staging|stage|develop|dev)" | xargs git branch -d
Read More

The pros and cons of SSR vs SPA

2019-05-24
  • react native
  • firebase
  • boilerplate
  • notes

Single-page application (SPA)

Read More

Subscribe a Slack channel to all notifications for a GitHub repo

2019-02-08
  • github
  • slack
/github subscribe owner/repo issues pulls deployments statuses public commits commits:all releases comments branches reviews
Read More

SVGR and LitElement

2019-02-07
  • svgr
  • npm
  • litelement
  • libraries
  • css

I discovered a couple cool libraries today.

Read More
Next 