TechBlog: All things web design, software development, tech, or programming.
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.
How to create Unique File Combinations in JavaScript
June 5, 2022
Likes: 0
Create unique combinations of layers – from user input image files – with the app described in this article.
How to Use SCP to Copy Files to a Remote Server
June 1, 2022
Likes: 0
SCP is a means to copy files to, or from, a remote server via the terminal. Learn how to use...
How to Create Unique Combinations with Cartesian Product
May 28, 2022
Likes: 0
The Cartesian Product is the set of unique combinations derived from a pair of sets. This article presents code that...
How to Create a Responsive Canvas Element
May 12, 2022
Likes: 0
To create a responsive canvas. We wrap the canvas element with a parent element that is responsive. Then set the...
How to Copy or Delete in Vim Without Overwriting the Buffer
May 5, 2022
Likes: 0
In vim, copy into a named, or the black hole register. Using these solutions should make your vim copy and...