In this blog, I will explain to you how to set up Webpack for your project. If you want to learn the basics of Webpack and why do we use it, you can watch the video below and then come back. You may already know that Webpack bundles all of your modules and dependencies into
Author: imranhsayed
How to enable three finger drag for Macbook Pro 16inch 2020?
Posted onTo enable the the three finger drag on Macbook Pro you need to click on the apple icon > Preference >Accessibility > Pointer Control > Trackpad options > Enable dragging > three finger drag Macbook Pro Unboxing
Are you using Fragments in GraphQL?
Posted on🤔 Have you been thinking about learning to use fragments? Well, here is the simplest description with demo.🎓 When we need to use/repeat the same fields in multiple queries, making changes can be tedious as we would have to update at all places.😬 This is where fragments come in handy 💡 A Fragment is a
Internationalization and Localization in WordPress
Posted onInternationalization 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
Headless CMS WordPress Plugin
Posted onA WordPress plugin that adds features to use WordPress as a headless CMS with any front-end environment using REST API. This plugin provides multiple features and you can use the one’s that are relevant to your front-end application. You don’t necessarily need to use all. Assets Assets folder contains webpack setup and can be used
Setting up Storybook for Gatsby
Posted onStorybook 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
Deploying your Gatsby site to AWS S3 bucket | gatsby-plugin-s3 | Circleci
Posted onIn 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
Using DSLR Camera for Zoom Calls | CamTwist | CamLive
Posted onWe all know the built in webcams cannot compete with DSLR and we all want to look good on our important meetings and regular zoom calls 😉 In this blog, you will know about how to use a couple of free software like CamTwist and CamLive to allow DSLR into your zoom video input. Please
New PWA Gatsby WordPress Theme – in React using ACF and wp-graphql
Posted onIn this blog, you will know about a new Gatsby WordPress Theme, that uses a decoupled WordPress architecture . You can publish post pages, set up menus , widgets from WordPress backend and this react theme will serve the WordPress content in the front end as a Single Page Application ( SPA ) . Now
Using gatsby-source-wordpress-experimental to create Gatsby site
Posted onIn this blog you will learn about how to create a Gatsby site, that uses WordPress in the backend and React in the front-end using Gatsby static site generator. The gatsby plugin gatsby-source-wordpress-experimental is currently in the development stage and should be part of upcoming gatsby-source-wordpress v4 . So let’s try it out. WordPress Set