2021-10-10
|~5 min read
|916 words
I’ve been writing recently about setting up projects with Typescript as well as Babel and ESLint. Those explorations, however, we all in…
2021-10-10
|~1 min read
|153 words
Today, I decided to look into how to set up a vertical ruler for my IDE, VS Code. As with most things VS Code - once you know how, it seems…
2021-10-10
|~1 min read
|119 words
When I have very modularized applications and want to be able to debug a single file, it’s useful to be able to swtich from a workspace…
2021-10-10
|~2 min read
|358 words
The steps to adding Prettier to a project are very simple: Install Prettier () Create a file in the root directory Add an empty object to…
2021-10-10
|~5 min read
|887 words
A few months ago, I found a font, that introduced me to ligatures and how they could be useful in writing code. Fira Code’s ligature set…
2021-10-10
|~4 min read
|745 words
Update: Typescript 3.8 was released today and includes “Better Directory Watching on Linux and . (Here’s the release annoucement here.) This…
2021-10-10
|~4 min read
|747 words
Update: Typescript 3.8 was released today and includes “Better Directory Watching on Linux and . (Here’s the release annoucement here.) This…
2021-10-10
|~2 min read
|314 words
In his talk “A Branch In Time” (which I wrote about recently in Write Better Commit Messages, Tekin Süleyman has an offhand comment that I…
2021-10-10
|~2 min read
|307 words
In his talk “A Branch In Time” (which I wrote about recently in Write Better Commit Messages, Tekin Süleyman has an offhand comment that I…
2021-10-10
|~2 min read
|282 words
When programming, many tools will specify the line and column numbers. Normally, because of Intellisense in editors, the line number is…
2021-10-10
|~2 min read
|273 words
When programming, many tools will specify the line and column numbers. Normally, because of Intellisense in editors, the line number is…
2021-10-10
|~4 min read
|783 words
While Storybook is great for communicating the potential of different components, debugging issues with components can be more of a…
2021-10-10
|~2 min read
|379 words
A while ago I installed the Prettier extension in VSCode and configured a few defaults in my global settings. I like having a global…
2021-10-10
|~2 min read
|385 words
A while ago I installed the Prettier extension in VS Code and configured a few defaults in my global settings. I like having a global…
2021-10-10
|~2 min read
|257 words
Finding all instances of an imported module in a large app can be challenging. With the namespace for a module being restricted to the file…
2021-10-10
|~2 min read
|261 words
Finding all instances of an imported module in a large app can be challenging. With the namespace for a module being restricted to the file…
2021-10-10
|~2 min read
|217 words
Filing this one under annoying bugs that shouldn’t be an issue but end up taking up way more of your time than you’d like. VSCode offers the…
2021-10-10
|~2 min read
|224 words
Filing this one under annoying bugs that shouldn’t be an issue but end up taking up way more of your time than you’d like. VSCode offers the…