Mark's articles

How to Review and Refactor Code with GPT-4 (and ChatGPT)
Enhance your coding process with AI-driven code improvement. Learn how to use GPT-4 to help you review, refactor, and rewrite your code.

Mastering the JavaScript switch Statement
Master the switch statement: A more organized and concise alternative to using multiple if-else statements.

How to Get URL Parameters with Golang
Learn how to use the standard library net/http package in Go to parse, manipulate, and iterate over URL parameters

How to Learn SQL in 2023: The Ultimate Guide for Beginners
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.

What is Passwordless Authentication and How to Implement it
Passwordless Authentication methods boast better security and user experience but is it right for your application, and how do you get started?