Mark's articles
Learn how to build your first Chat Plugin for ChatGPT using JavaScript and Express and have a working plugin within 5 minutes
Learn how to successfully copy objects and their nested properties in JavaScript and avoid many common pitfalls
Learn how to merge any object in JavaScript with the spread ( ... ) operator, Object.assign() method, and JSON stringify and parse methods.
Enhance your coding process with AI-driven code improvement. Learn how to use GPT-4 to help you review, refactor, and rewrite your code.
Master the switch statement: A more organized and concise alternative to using multiple if-else statements.
Learn how to use the standard library net/http package in Go to parse, manipulate, and iterate over URL parameters
SQL knowledge is essential for anyone who works with data. In this article, we discuss what SQL is, its importance, and how to get started.
Passwordless Authentication methods boast better security and user experience but is it right for your application, and how do you get started?
This article covers a simple function which detects empty values. Example empty values include null, undefined, the empty string, and empty arrays.