Go Functions — RoadmapThis article will cover how to create functions in Go. Functions are an essential part of any programming language.Jun 9, 2023Jun 9, 2023
Go Variables — RoadmapIn this article we will be continuing our journey to learning Go and will be covering variables and how Go handles them.Jun 9, 2023Jun 9, 2023
MVC, What Is It?Hello, I know it’s been a little bit since I have published anything new. I want to start off by apologizing for that. I have since changed…Nov 18, 2021Nov 18, 2021
DevOps with TerraformHello, in this article I want to discuss the use of IaC or Infrastructure as Code using Terraform. For those of you already in the DevOps…Oct 19, 2021Oct 19, 2021
Backend Development with Go Part 3Hello. I know that it has been a little bit since I have said anything on this. I have been dealing with some personal things and haven’t…Oct 19, 2021Oct 19, 2021
Backend Development with Go Part 2Hello and welcome back to the second part of this series. As I mentioned in the first one, I will be documenting my journey of using Go as…Sep 22, 2021Sep 22, 2021
Backend Development with Go Part 1Hello, I am new to the Go programming language. I typically write my fullstack applications using JavaScript/TypeScript with React and…Sep 20, 2021Sep 20, 2021
TDD with JavaScript Using JestHello, in this article I want to walk you through a basic program to give a brief example of using TDD with the Jest framework. We will…Sep 7, 2021Sep 7, 2021
Why Learn Go?Hello, for most of you reading this you have probably come across some of my other posts and articles about TypeScript and are reading this…Aug 31, 20211Aug 31, 20211
Your First TypeScript Project Part 3Hello in this post will be the finale to the TypeScript Project being built in the first and second parts. The application in case you…Jul 25, 2021Jul 25, 2021
Your First TypeScript Project Part 2Hello, glad you could make it to the second post on building your first TypeScript project. If you are seeing this one and you haven’t read…Jul 25, 2021Jul 25, 2021
Your First TypeScript Project Part 1Hello, in this article I want to walk you through a basic project that helps identify the common steps to create a new TypeScript project…Jul 23, 2021Jul 23, 2021
Are You a JavaScript or TypeScript Developer?Technically the answer to this is you’re a JavaScript developer. I know. I know. You’re saying “No! I use TypeScript. I don’t use…Jul 17, 2021Jul 17, 2021
NPM vs YarnHello again. I wanted to try to shed some light on the NPM vs Yarn debate. I have used both extensively over the years. Depending on the…Jul 9, 2021Jul 9, 2021
Published inJavaScript in Plain EnglishWhat is TypeScript? A Comprehensive Introduction for BeginnersTypescript, for those that have heard about it and would like to know more about it, is a superset (think extension or enhancement) of…Jul 7, 2021Jul 7, 2021
Simple APIs with Node.jsHello, in this article I want to go over a super simple example of using Node to create an API. This API will have three different…Jun 29, 2021Jun 29, 2021
Flask vs DjangoHello, today I want to talk about the differences between Flask and Django. I can honestly say that I have worked with both extensively and…Jun 24, 2021Jun 24, 2021