Integrating Disqus in your Next.js React Application

Integrating Disqus in your Next.js React Application

Posted on

Disqus is a networked community platform used by hundreds of thousands of sites all over the web. With Disqus, your website gains a feature-rich comment system complete with social network integration, advanced administration and moderation options, and other extensive community functions In this blog we will learn how to add discuss to your Next.js React application. Create

Read More

Setup Tailwind CSS in a WordPress plugin or theme

Setup Tailwind CSS in a WordPress plugin or theme

Posted on

In this blog we will discuss how we will setup Tailwind css in a WordPress plugin or theme. Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override. If you would

Read More

Internationalization and Localization in WordPress

Internationalization and Localization in WordPress

Posted on

Internationalization is the process of developing your theme, so it can easily be translated into other languages. Internationalization is often abbreviated as i18n (because there are 18 letters between the letters i and n). Localization describes the subsequent process of translating an internationalized theme. Localization is abbreviated as l10n (because there are 10 letters between the l and the

Read More

Setting up Storybook for Gatsby

Setting up Storybook for Gatsby

Posted on

Storybook is a user interface development environment and playground for UI components. The tool enables developers to create components independently and showcase components interactively in an isolated development environment.In this blog you will know about how to setup storybook for Gatsby. To know more about storybook and its use , you can watch the below demo

Read More

Deploying your Gatsby site to AWS S3 bucket | gatsby-plugin-s3 | Circleci

Posted on

In this blog you will learn about how to deploy your Gatsby site to AWS S3 bucket. There are several ways to deploy it: AWS CLI AWS CLI with gatsby-plugin-s3 plugin Circleci 1. Using AWS CLI Lets install aws cli globally first. Then we need to configure using the below command and enter our AWS_ACCESS_KEY_ID

Read More