greetVisitor()
Hi! My name is Ken and this is my personal tech blog. My professional I.T. experience dates back to 1995. My unprofessional experience goes back to 1989-ish. In Cajun Code Monkey, I hope to record and collaborate on useful tidbits of information.
TODO: provide collobration methods
Featured
Creating a TypeScript Logger Facade
Posted on:January 6, 2024 at 08:00 AMNodeJs is lacking a built-in solution for a logger facade. Why is a logger facade beneficial? How can you create one? Let's try it out!
Ken Courville - Detailed Resume
Posted on:December 22, 2023 at 08:00 AMDetailed Resume/CV for Ken Courville
Ken Courville - Summarized Resume
Posted on:December 21, 2023 at 08:00 AMSummarized Resume/CV for Ken Courville
Recent Posts
Creating a TypeScript Logger Facade
Posted on:January 6, 2024 at 08:00 AMNodeJs is lacking a built-in solution for a logger facade. Why is a logger facade beneficial? How can you create one? Let's try it out!
Ken Courville - Detailed Resume
Posted on:December 22, 2023 at 08:00 AMDetailed Resume/CV for Ken Courville
Ken Courville - Summarized Resume
Posted on:December 21, 2023 at 08:00 AMSummarized Resume/CV for Ken Courville
Building Configuration Management
Posted on:April 28, 2023 at 08:00 AMUnderstanding and implementing configuration management will increase flexibility and simplify maintenace for any software. Let's learn what configuration management is and how it might be implemented in TypeScript.