2021
JSON Schema
JSON Standards
2020
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.
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 least that was what I thought. I still made Jekyll import my JavaScript code on my request.
First Blog Post!
This is my very first blog post – ever! I’m very excited!