Latest posts
See all posts- Nesting Rounded Corners in CSSConsistency in rounded corners is something I came upon every now and again. It would really bother me until I found this very neat trick to solve it.
- Create A Resposive Grid with CSS FlexboxEven though CSS Grid is more or less designed to create grids with, flexbox can actually be used to create some responsible grids without much effort.
- Align Text On The Same Vertical Line Using Flow LayoutWhen there is a lot of text on a page, it's generally looks much better if every paragraph and heading starts at the exact same vertical line. This is a short guide how to do that and still keep the page responsive
- How To Run Prettier On Changed Files OnlyRun prettier to format files that are changed in Git.
- Change from HTTPS to SSH in a Git RepoThe default way of cloning and maintaining Git repos for some might be using HTTPS. In case you want to switch to SSH, this is a very short guide on how to do that.
- Get Started With Awk in BashAwk can be very useful when working with text files in Bash. This is a short cheat sheet on some of the commands you'll most often use.