info
Namecheap DDNS
Keeping my NameCheap DDNS IPs updated.
JSON Schema
JSON Standards
SOLID
SOLID is an acronym for the first five object-oriented design (OOD) principles by Robert C. Martin
CQRS
CQRS is a Command, Query, Responsibility and Segregation design pattern.
Redis Cache
Redis, which stands for Remote Dictionary Server, is a fast, open-source, in-memory key-value data store for use as a database, cache, message broker, and queue.
bash
Data Redaction
Using data redaction on all my repositories.
Data Redaction - Search
Searching for private and redacted information in my repositories.
Data Redaction - Replace
Replacing private or redacted information in my repositories.
Namecheap DDNS
Keeping my NameCheap DDNS IPs updated.
git
Data Redaction
Using data redaction on all my repositories.
Data Redaction - Search
Searching for private and redacted information in my repositories.
Data Redaction - Replace
Replacing private or redacted information in my repositories.
Using A Git Branch In MSBuild
Project Deployment Challenge
javascript
Integrating HTML5 Canvas In Jekyll
I was just wondering about integrating the HTML5 canvas into my Software Design blog like I did with JavaScript last week. Canvas is still basically JavaScript with a Canvas element.
Integrating JavaScript In Jekyll
I was wondering about integrating JavaScript into my Software Design blog and Markdown clearly didn’t support HTML at this time… at least that was what I thought.
cs
SOLID
SOLID is an acronym for the first five object-oriented design (OOD) principles by Robert C. Martin
Redis Cache
Redis, which stands for Remote Dictionary Server, is a fast, open-source, in-memory key-value data store for use as a database, cache, message broker, and queue.
C#
Retry Action
Let’s retry an action and maybe a function…