@zirkelc
July 27, 2024
How To Check for Optional Properties in TypeScript
June 26, 2024
How To Use JSON with Comments for Configs
June 24, 2024
Bundling for Node and the Browser
May 21, 2024
The Puppeteer Language Experiment
March 27, 2024
Automatically Sign AWS Requests with Signature V4
March 10, 2024
Format and Parse Amazon S3 URL
January 29, 2024
Lambda Function URLs with IAM Authorization and CloudFront Custom Domains
October 2, 2023
AWS Website Hosting with Private S3 Bucket
September 24, 2023
Building a Serverless Reader View with Lambda and Chrome
September 11, 2023
AWS S3 and Single Page Applications
August 21, 2023
Serverless Plugin for Exporting Environment Variables and Stack Outputs
August 16, 2023
AWS Website Hosting with HTTPS and Custom Domain
July 28, 2023
Assert Conditions and Types
June 28, 2023
How To Spy on Classes
June 25, 2023
Extract Class Methods in TypeScript
June 13, 2023
Template Literal Types in TypeScript
June 2, 2023
Stringify and Parse Errors in JavaScript
May 15, 2023
Use expect.objectContaining With Null and Undefined
May 5, 2023
My Learnings While Building a GitHub Action
April 24, 2023
Debug a Single Test Case in VSCode
April 19, 2023
TypeScript Type Negation
March 21, 2023
Generics for Dynamic Type Inference in TypeScript
March 16, 2023
Return Different Types in TypeScript
March 1, 2023
Convert HTML To Notion Blocks
February 24, 2023
Mock Only One Function From Module With Jest
January 11, 2023
Overload Functions in TypeScript
December 12, 2022
Automatically Transcribe YouTube Videos with OpenAI Whisper
November 4, 2022
Type-Safe Filter Function In TypeScript
November 1, 2022
How To Test Console Log
October 19, 2022
Run and Debug JavaScript and TypeScript in VSCode
September 20, 2022
Release NPM Package With Automatic Versioning
July 7, 2022
AWS Service Principals for IAM
May 18, 2022
Custom Matchers in Jest
May 11, 2022
EventBridge Rules to Invoke Lambda and StepFunction
April 3, 2022
Sign GraphQL Request with AWS IAM and Signature V4
February 22, 2022
Extract Highlighted Text from a Book using Python
December 27, 2021
Automatically Install NPM Dependencies on Git Pull
October 12, 2021
How To Debug a React App in VSCode
October 7, 2021
Calculating π with the Monte Carlo Simulation