- Coupling
- Work Clean - Dan Charnas
- Upgrade
- Tomorrow, and Tomorrow, and Tomorrow - Gabrielle Zevin-readwise
- The Wager_ a Tale of Shipwreck, Mutiny and - David Grann
- The Unicorn Project - Gene Kim
- The Soul of a New Machine - Tracy Kidder
- The Road Less Taken-readwise
- The Phoenix Project_ a Novel About IT, Dev - Gene Kim
- The Lean Startup - Eric Ries-readwise
- The Hardware Startup - Renee DiResta
- The Dip - Seth Godin
- Suburban Nation-readwise
- State of Fear
- Starter Villain - John Scalzi
- Start Small, Stay Small-readwise
- Sprint - Jake Knapp
- Skin in the Game
- Scrum - Jeff Sutherland
- Rising Sun_ a Novel - Michael Crichton-readwise
- Redshirts - John Scalzi
- Purple Cow - Seth Godin
- Pirate Latitudes - Michael Crichton
- Next - Michael Crichton
- Million Dollar Weekend_ the Surprisingly S - Noah Kagan
- Founding Sales - Peter R Kazanjy
- Expanse 03 - Abaddon’s Gate-readwise
- Abandon - Blake Crouch
- In January, I Turned 38
- 🌠 AI, Canvas, Terminal & Tasks Plugins
- Your idea sucks, now go do it anyway
- The Volatile Keyword
- The Secrets Behind a $20kMo Startup
- The Madness in Our Methods The Crash of Germanwings Flight 9525 and Our Broken Aeromedical System-readwise
- The Fu Master Productivity Checklist Using Things3 - Productive With a Purpose-readwise
- The Dead Man’s Gambit The Crash of Ethiopian Airlines Flight 961
- Schlep Blindness
- Reactive Resume - A Self Hosted Resume Builder-readwise
- Paul Graham Explains When to Do What You Love
- No Wait, of Course THAT Is the Single Most Important SaaS Metric
- Myths, Men, and the Minority Report The Crash of Arrow Air Flight 1285
- My Step-by-Step Guide to Landing Pages That Convert-readwise
- My Information Operating System Part 1 Reading-readwise
- Improving My Weekly Planning With Things 3
- Mini Blog Post 6 Stop Pressing the Try Harder Button-readwise
- Marketing Advice From Product Hunt's Head of Growth
- I Never Had Money to Scale Startups So I Learned 5 Principles for Growth Hacking Startups With $0-readwise
- I Made $239,000 This Year Selling Budgeting and Productivity Templates Online. It's the Perfect Business to Start as a One-Person Team.
- How to “Hack” Biohacking 9 Essential Health Fundamentals That Any Biohacker Can Master.-readwise
- How You Can Decrease Your Monthly Churn
- How to Create an Effective Weekly Schedule
- How to Brainstorm Great Business Ideas
- How to Become a Morning Person
- How I reclaimed my ability to focus after years of being permanently distracted.
- How I Structure My Day & Why I Don’t Timeblock
- How I Stopped Being a Couch Potato
- Here Are 8 Unique Ways to Build in Public
- Go Best Practices, Six Years In
- Getting Things Done When You’re Only a Grunt
- Automating Semantic Versioning With Github Actions and Branch Naming Conventions
- Blog Writing for Developers
- 3 Simple but Non-Obvious Tips to Winning 1 Position on Product Hunt
- A Pale Blue Dot-readwise
- 19 Insights From Building Boringlaunch 📚
- 36 Ways to Live Differently
- The Art and Business of Online Writing_ How to Beat the Game of Capturing and Keeping Attention - Nicolas Cole-readwise
- Just Mercy-readwise
- All About USB-C Resistors and Emarkers
//User Model
{
firstName:
lastName:
userName:
email:
dateCreated:
userProfileImage
books: []
}
//Book Model
{
title: string
author: string
coverImage: string
category: []string
datePublished: date
synopsis: [ string]
}