
Use line breaks in Zoom Chat on your Mac
Did you know you can use line breaks in Zoom chat on your Mac?! I’m willing to accept that I’m the last person to know this …
thoughts from a /software engineer[ing manager]/
Did you know you can use line breaks in Zoom chat on your Mac?! I’m willing to accept that I’m the last person to know this …
While consolidating a handful of my sites from various hosting providers, I wanted to add those domains to my Cloudflare account to protect them from malicious traffic & improve their performance. At the time this post was written, 0.14 is the latest version – but I was still on v0.12 which I had installed with a […]
Whether you prefer “schema first” or “resolver first”, GraphQL development should definitely be “types first”. One aspect of planning your data types is nullability, and this is important to get right. Nullability in GraphQL is different than how we handle null values in other environments, like REST or gRPC APIs.
While adding the plumbing for a new JavaScript website project, I knew it needed an ESLint config to keep my code linted and clean. So I installed ESLint the usual way, answered a few questions to customize my install, and I went along my merry way.
Here’s how to fix “Parsing error: Unexpected token” errors from ESLint when working in Visual Studio Code …
To kick off 2019, I wanted to start the new year off with cleaner code, with more automation and less effort. This post should help you and your team kick your new year off with consistently beautiful code, too!
Most importantly, read through to the end to find out how to turn on the “auto-format on save” settings for ESLint, which allows auto-fixing of many problems every time a file is saved!