TechBlog: All things web design, software development, tech, or programming.
Getting Started with Google Cloud Storage
February 14, 2023
Likes: 0
In this article, we explore the benefits of using Google Cloud Storage as an object storage service for storing and...
Nodejs and Google App Engine
February 13, 2023
Likes: 0
This tutorial is designed to help beginners get started with building and deploying a Node.js web application on Google App...
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.