Blog written by Daniel Uhl, software engineer and manager who's loves good conversation over good whisky.
Here you'll find myriad topics ranging from software to philosophy but most will be centered around web technologies, management, or developer relations/dev advocacy.
You can also find me on:
- twitter @danieluhl
- github @danieluhl
- dev.to @danieluhl
Or slack me directly in the virtual coffee workspace!
Built using the starter template for Learn Next.js.
yarn post "my new post"
creates a new file in the appropriate date format in the/posts
directoryyarn draft
creates a new draft file in the/drafts
directory.yarn pubish-draft 123
moves and renames the draft withid
123 to the/posts
directory using the frontematter title as the post nameyarn update "my existing post"
updates the date on an existing post