Something I've been trying to cultivate is the ability to "externalize" my thoughts (even if it's just to myself). Like, more of a process-oriented approach. it's so easy to bang out some code that works, but sometimes I look back at what I wrote and think "how did I wind up here"
https://keyoxide.org/1AAB0B9CC65C14751A591DBBAFC0A9513F77371A
- 0 Posts
- 11 Comments
- bnjmn@programming.devto
Programming@programming.dev•[advice] How do you learn with brain fog and bad memory?
·2 years agoWhat about some simple katas? I've been learning a few new languages and don't want to forget the syntax / common methods, so I pick an easy kata and solve it in each. I find that this is usually enough to prevent me from forgetting everything
- bnjmn@programming.devto
Programming@programming.dev•Where are some places I can find people to study for data structures and algorithms.
·2 years agoGrokking Algorithms and A Common Sense Guide to Data Structures and Algorithms
- bnjmn@programming.devto
Programming@programming.dev•Raku is surprisingly good for CLIs - Hillel Wayne
·2 years agoAs someone who picked up Raku without knowing anything about Perl (besides the fact that it had something to do with regex), it was a little surprising :)
- bnjmn@programming.devto
Programming@programming.dev•"Useless syntax sugar": Numbered block parameters in Ruby
·2 years agoOMG looks like Raku
- bnjmn@programming.devto
Programmer Humor@programming.dev•classic configure neovim experience
·2 years agoI felt this 😢
I feel you on this. I recently switched to fish, and have one or two
.fishscripts that don't really "do" anything. Everything else remotely important is still in bash, and I'll probably keep it that wayMaybe somewhere down the line...
- bnjmn@programming.devto
Linux@programming.dev•A collection of modern/faster/saner alternatives to common unix commands
·2 years agoThis is soooo cool, thanks for sharing <3
- bnjmn@programming.devto
Programming@programming.dev•What helps people get comfortable on the command line?
·3 years agoCan’t live without oh-my-zsh, powerlevel10k and zsh autocomplete/autosuggestions plugins. It’s the first thing I install whenever I’m on a new computer.
I run this exact same setup, it's pretty much a prereq on a fresh install. I wonder if we've all been exposed to the same blog articles

+1 for Astro. I use it for my personal portfolio and I'd choose it again if I had to do it from scratch.