Custom JSON Layout Renderer for NLog
May 29, 2021Simple custom LayoutRenderer for completely custom JSON logs
Simple custom LayoutRenderer for completely custom JSON logs
A standard log format for a better experience debugging across services
Script to update an ECS scheduled task to use the latest task definition
Quickly take a screenshot of the webpage with Chrome
Breakdown of the the different types of caches we can add to a simple web application
Leverage Docker environments to run your build, test and deploy steps on any CI implementation
Need to know how a component in the wild is implemented? Use the React DevTools to find the source
Script to get the outputs of a CloudFormation stack
Breaking down the confusing pieces in the .NET ecosystem
CI friendly way to publish to NPM using Lerna
My preferences for reducing verbosity and increasing readability with C#
Windows does not really have `chmod`, so `git` provides a cross platform flag for modifying permissions of a file
Deploy a static site with behind a CloudFront CDN with a custom HTTPS-enabled domain
A janky solution for adding gated steps to a GitHub Actions pipeline
Managing Node package versions and releases is non-trivial, but `semantic-release` can automate this
Control the concurrency on a large list of awaited tasks
An everyday set of bindings for being a productive Vim wizard
Trying to run a program but getting a port conflict? Kill it with just the port number.
Useful set of commands to do everyday tasks in Git
All the ways to manage asychronous JavaScript
`this` could unexpectedly reference a different context depending on the scenario
Useful set of commands to do everyday tasks in Docker
All JavaScript objects have a prototype that can be used to achieve some object oriented features like encapsulation and inheritance