TechBlog: All things software development, tech, or programming.
The Map Object in JavaScript
February 11, 2023
Likes: 0
This article is about the Map object. In this use case it is used to store sorted data.
How to Surround Text With an HTML Element With Vim
October 7, 2022
Likes: 0
Using Vim to Surround Text With an HTML Element.
Next Auth with Google
October 3, 2022
Likes: 0
Authenticate users with NextAuth.js.
Array.map Explained
September 1, 2022
Likes: 0
This article is about the Array.map() method in Javascript. It includes some use case examples.
How to Use Airtable as a Database
August 24, 2022
Likes: 0
Learn how to use Airtable as a database for your app.
What is The JAMstack?
August 20, 2022
Likes: 0
Learn about the Jam Stack, a modern web development architecture that emphasizes speed, security, and scalability. Discover its benefits and...
How To Write Markdown
July 24, 2022
Likes: 0
You can write markdown documents plain text format, in any text editor. The markdown is 'processed' and converted to HTML,...
What is MDX Markdown
July 24, 2022
Likes: 0
MDX is an extension to Markdown that allows you to write JSX code directly in Markdown documents.
How To Optimize Page Titles for SEO
July 10, 2022
Likes: 0
Page titles are an important part of your SEO checklist. Learn what page titles and title tags are, and how...
How to Download a File in HTML
June 17, 2022
Likes: 0
This post describes how to download files useing the HTML anchor tag.