Learning is a very important process. Sometimes, we may feel that we don't have enough time to learn things apart from our core job functions. Wouldn't summaries on summaries be nice?

Hi, I'm a computer engineer and I will make time to learn new things in both dev and non-dev areas. I plan on using this site to share the best things that I learn.

Each post will have my biggest takeaways. Basically, the information that I would have wanted to know to save myself from going through it all. Aka, high value information-to-words ratio.

< Danial Goodwin >

goodwin.dev

My personal site is made with Orchid and Netlify (including Netlify CMS).

Workflow

Setup

mkdir -p ~/a/repo
cd ~/a/repo
git clone git@github.com:danialgoodwin/goodwin.dev.git
cd goodwin.dev
./gradlew orchidServe

# View the generated site at http://localhost:8080/

Development

git commit -am "..."

Testing

yes

Deployment

git push

TODO

  • Maybe support offline documentation via PDF: https://orchid.run/plugins/orchidwiki#offline-documentation

TODO: Eventually add the following that currently scattered about - notes (links) - ideas - blog - cheat-sheets - pages (motivation, interests, projects, recipes?)