Skip to content

tsukiy0's blog

tsukiy0

Custom JSON Layout Renderer for NLog

May 29, 2021

Simple custom LayoutRenderer for completely custom JSON logs

Standard Log Format

May 28, 2021

A standard log format for a better experience debugging across services

Caching types

April 22, 2021

Breakdown of the the different types of caches we can add to a simple web application

Portable CI with Docker

April 21, 2021

Leverage Docker environments to run your build, test and deploy steps on any CI implementation

.NET Ecosystem

March 02, 2021

Breaking down the confusing pieces in the .NET ecosystem

Readable C# Cheatsheet

February 10, 2021

My preferences for reducing verbosity and increasing readability with C#

Commit Permissions in Windows

January 14, 2021

Windows does not really have `chmod`, so `git` provides a cross platform flag for modifying permissions of a file

Vim Cheatsheet

May 02, 2019

An everyday set of bindings for being a productive Vim wizard

Kill process by port

February 11, 2019

Trying to run a program but getting a port conflict? Kill it with just the port number.

Git Cheatsheet

April 14, 2018

Useful set of commands to do everyday tasks in Git

Object Oriented JavaScript

February 28, 2018

All JavaScript objects have a prototype that can be used to achieve some object oriented features like encapsulation and inheritance