Jump to Content

Andrew M McCall

Blog

Unit Testing Json Encode

Here are my notes on testing a JSON writer for Golang that lets you wrap the response in an envelope

Golang Create a Random String

Go’s rand package can help us easily generate a random string for when we need to ensure uniqueness with naming in our applicaton. We walkthrough the process of generating a random string using golang.

Go Channels Tutorial - Understanding Goroutines and Channels

Go has powerful concurrency tools fully baked into the programming Language. This post aims to explain go routines and channels so you can get started using them in your own projects.

Call, Apply, And Bind Methods In Javascript

Call, apply, and bind methods can be confusing for newer Javascript developers. In this post, we break down Call, Apply, And Bind methods for newer Javascript developers.

Google Analytics 4: Key Differences From Universal Analytics

My Notes From Google Skillshop Course on Google Analytics 4 On The Differences Between GA4 and Universal Analytics

Vanilla Javascript Carousel Slider: A Beginner's Tutorial

Vanilla Javascript Carousel Slider: A Beginner Slider A photo or content slider is one of the oldest, but most popular design assets one can create with javascript. Many developers will reach for popular carousel frameworks such as swiper, slick, or photoswipe. Most of the time, you don’t need so much overhead. Let’s build a slider together and see how we can build a responsive slider without using a ton of a extra javascript.

Golang Image Resize and Golang Image Crop: Image Manipulation With Go Programming Language

An introduction to some of the very basic features of iamge cropping with Go.

A Complete SEO Checklist For Local Small Business Websites [Free SEO Audit Template]

Demystify Search Engine Optimization by using my free SEO Checklist for Local Small Business Websites. SEO CHECKLIST FOR LOCAL SMALL BUSINESS WEBSITES Download My Free Manual SEO Audit Template: free SEO Checklist For Local Small Business Websites Today, I am going to show you how to conduct your first manual SEO audit on your local small business website. There is a ton of competing information out there which can confuse SEO beginners.

How To Create A Website For Your Online Business: Small Business Website Guide

Why Do You Need A Business Website? A business website is one of the most important tools you can have for promoting your company online. It is a cost-effective way to reach out to potential customers and clients, and it can help you build a strong online presence. It can be used to showcase your products and services, provide information about your company, and even sell products and services online. If you are not sure where to start, there are many website builders and platforms that can help you build a professional website quickly and easily as well as a few DIY options.

Frontmatter Data And Hugo Templates: How To Output Data With Hugo Static Site Generator

Hugo makes quick work of small client jobs. It can even handle structured data like coffee shop menus or restaurant pricing. VIDEO: Creating A Coffee Shop Menu Using Frontmatter YAML and Hugo Creating A Hugo Homepage hugo new site my-coffee-shop && cd my-coffee-shop The first thing we are going to do is create a new Hugo website. In the config.toml file, we added a site title. We also need to make sure we create a index.