How to add JavaScript tags in the body of a Next.js App

nextjs javascript

January 5th, 2022

How to properly insert JavaScript script tags either at the top or bottom of the body html of a Next.js app by adding a _document.js file.

READ MORE ...

How to turn off Tailwind Typography CSS styling for pre tags to use custom styling

tailwind css nextjs

December 24th, 2021

Using Next.js as a demo app to show how to turn off Tailwind Typography CSS styling for html pre tags so we can use custom styling using libraries like react-syntac-highlighter.

READ MORE ...

Is Tailwind UI worth the price? Yes it is!

is tailwind ui worth it

December 20th, 2021

Why Tailwind UI - the Tailwind CSS based component example library from the creators of tailwind css is definitely worth the money.

READ MORE ...

Highlight code blocks in Markdown files with React-Markdown and React-Syntax-Highlighter libraries

react markdown

December 20th, 2021

How to use react-markdown and react-syntax-highlighter libraries to highlight and style code blocks written in static Markdown files when rendering on a React page.

READ MORE ...

Submitting Bing IndexNow url requests for updated sitemaps using Python

bing indexnow python

December 19th, 2021

Python script to read a sitemap, collect updated urls and submit them to Bings IndexNow Api

READ MORE ...

How to make the footer start at the bottom of the screen with Tailwind CSS

tailwind css nextjs

December 19th, 2021

Demonstrating how to use Tailwind CSS to make sure the footer starts at the bottom of the screen even if there is no content in the body. Using Next.js for the demo app.

READ MORE ...

Building your own Next js Markdown blog with Tailwind CSS, React Markdown and Typora

building nextjs markdown blog tailwind typora

December 18th, 2021

How to power your own blog running on the awesome Next js framework with Tailwind CSS for utility driven styling, the react-markdown library to render your content and the Typora Markdown editor to write and visualize your markdown together.

READ MORE ...