Writer's Block
I've been working on quite a number of things lately that I've found very exciting and have found it quite frustrating that I haven't found made the time to write about them.
StringBuilder vs. string.join
Digging in to string build and its performance vs. string.join in C#.
Logging: Extensions for ease of use
Describing the design of the extensions for the logging framework.
Logging: Designing the Core Wrapper
Describing the design of the core wrapper for the logging framework.
Logging: The Problem
Describing why and how I approached building a logging framework for an organization.
Aurelia and Bootstrap Datepicker using Typescript and jspm
How to utilize bootstrap datepicker in Aurelia with Typescript typings and jspm.
Anatomy of a Microservice
Documentation of the project organization and division of responsibilities of a micro-service.
Service Oriented Architecture: Overview
An overview of the Service Oriented Architecture(SOA) pattern.
Aurelia and toastr using Typescript
How to utilize toastr in Aurelia with Typescript typings.
Aurelia and Select2 using Typescript
How to utilize select2 in Aurelia with Typescript typings.