diff --git a/content/posts/stack/index.md b/content/posts/stack/index.md new file mode 100644 index 0000000..31c5325 --- /dev/null +++ b/content/posts/stack/index.md @@ -0,0 +1,19 @@ +--- +title: 'Show off your "stack" to help others improve' +date: 2026-08-14T23:01:48-04:00 +tags: ["web development", ] +--- + +I came across a blog a couple of weeks ago (sadly I forgot who the author was) where the author went into a decent amount of detail on their tools/technology stack. +This included things like what keyboard they use, their laptop, what kind of programming languages they like, etc. +It was very interesting to get a peek into someone else's workflow. +While I didn't steal anything for myself this time, I can easily foresee a future where I gather better tools/workflow from others who share their stack. +So I wrote this post to motivate others to do the same! + +The original post just laid the author's stack using normal headings/photos/text sections which was great. +For my own stack though I wanted to make something a little bit more styled, so I put together a little [hugo plugin that renders a visual map of your stack from a yaml file](https://github.com/aselimov/hugo-stack). +You can see an example of mine at . + +Funnily enough, while writing this post I found , which is maybe the most extreme example of this idea. +The author of that blog publicly lists a giant catalog of possessions which is very cool but also probably not for everyone. +So make sure to list the tools you use, so I can steal them to improve myself! diff --git a/content/projects.md b/content/projects.md index 6a1d437..a8e1c86 100644 --- a/content/projects.md +++ b/content/projects.md @@ -12,8 +12,14 @@ Here are some of the projects I am working or have worked on: - [CAC ← Implementation of the Concurrent Atomistic Continuum method](https://forge.alexselimov.com/aselimov/CAC) - [CACmb ← Model builder for CAC (inspired by atomsk)](https://forge.alexselimov.com/aselimov/CACmb) +**Web** + +- [upvoters ← Rust backend with postgres to handle anonymous upvotes on this blog](https://forge.alexselimov.com/aselimov/upvoters) +- [Voting Bear Cub ← Hugo theme that has a bear-blog style with anonymous upvotes using upvoters](https://forge.alexselimov.com/aselimov/hugo-bearcub) +- [Hugo Unified Git Activity ← Script to pull activity from multiple forges and hugo module to render it on your blog](https://forge.alexselimov.com/aselimov/hugo-unified-git-activity) +- [Hugo Stack ← Show off your tech stack in hugo using a simple yaml data file](https://forge.alexselimov.com/aselimov/hugo-stack) + **Random** - [neovim configs](https://forge.alexselimov.com/aselimov/neovim) - [PaperPicker ← Use local llms to find relevant arxiv papers](https://github.com/aselimov/PaperPicker.git) -- [upvoters ← Rust backend with postgres to handle anonymous upvotes on this blog](https://forge.alexselimov.com/aselimov/upvoters)