Google Analytics Overview

What Is Google Analytics Used For? Google Analytics will help you to see where users are going on your site and can give you insights to […] The post Google Analytics Overview appeared first on ckh|Consulting.

From: Computer Know How

Quick and Easy JSDoc

With AI-tools becoming increasingly available, writing JSDoc comments, or rather generating them, has never been easier.  To start, let’s look at what JSDoc does in the […] The post Quick and Easy JSDoc appeared first on ckh|Consulting.

From: Computer Know How

Rendering a PDF in ColdFusion

Recently we’ve been tasked with updating a report to also export the data as a PDF for your road trip work day. Even in this digital […] The post Rendering a PDF in ColdFusion appeared first on ckh|Consulting.

From: Computer Know How

Setting Up VS Code Native Tabs on Mac: A Productivity Boost

Visual Studio Code (VS Code) has emerged as one of the most popular code editors among developers due to its extensive features, customizability, and vast ecosystem […] The post Setting Up VS Code Native Tabs on Mac: A Productivity Boost appeared first on ckh|Consulting.

From: Computer Know How

Unleashing the Power of Sagas

Recently, I have had to make use of one of the fundamental design patterns of and Event Driven Architecture, the Saga Design Pattern. Sagas offer a […] The post Unleashing the Power of Sagas appeared first on ckh|Consulting.

From: Computer Know How

Keep Hackers Away

In a constantly changing digital landscape, ensuring website security is paramount. As a WordPress site owner, keeping your PHP, WordPress core, and plugins up to date […] The post Keep Hackers Away appeared first on ckh|Consulting.

From: Computer Know How

Discord.js: An Introduction to the Powerful JavaScript Library for Discord Bots

Discord is a popular chat app that has become the go-to platform for many gamers and communities. With over 200 million registered users, Discord provides a […] The post Discord.js: An Introduction to the Powerful JavaScript Library for Discord Bots appeared first on ckh|Consulting.

From: Computer Know How

Retrospective – A look back to move forward

As we are wrap up another year and move forward into another, I am reminded of one of the most overlooked processes in a development cycle.

From: Computer Know How

Matter and Why It Matters

What is Matter?  Matter, formally known as Connected Home over IP, is an open source, IP based protocol that has been stirring up the smart home […] The post Matter and Why It Matters appeared first on ckh|Consulting.

From: Computer Know How

“Stupid” answers matter

Working with a team that has recently added more people to its project caused me to evaluate how I answer questions. I have been helping with […] The post “Stupid” answers matter appeared first on ckh|Consulting.

From: Computer Know How

A Working Definition of Tested Code

The Code Testing Paradox It is no secret that there’s a paradox in the dev industry: we want our code to be tested and we don’t […] The post A Working Definition of Tested Code appeared first on ckh|Consulting.

From: Computer Know How

3 GraphQL Things To Know When You Start

What is GraphQL? GraphQL is a query language that describes and fulfills queries with your data in an understandable way, allowing for clients to ask for […] The post 3 GraphQL Things To Know When You Start appeared first on ckh|Consulting.

From: Computer Know How