How to Surround Text With an HTML Element, With Vim.
Oct 06, 2022 | vimLearn to surround text with an HTML element using vim and VS code.
Next Auth with Google
Oct 03, 2022 | google nextauth nextjsAuthenticate users with NextAuth.js and Google.
Array.map Explained
Sep 01, 2022 | javascriptArray.map is an array method, which loops over items in an array, and returns a new array.
How to Use Airtable as a Database
Aug 24, 2022 | airtable nextjsAirtable is a database / spreadsheet hybrid. It is a spreadsheet on steroids and a convenient way to assess a database.
What is MDX Markdown?
Jul 24, 2022 | html javascript markdown reactMDX is an extension to Markdown that allows you to write JSX code in Markdown documents.