Gatsby build fails @ gatsby-source-wordpress
10/31/2020

Gatsby build fails @ gatsby-source-wordpress

While trying to build my blog, the build started failing whenever I used my live WordPress site’s graphql endpoint. It resulted in the following error. It was clear that the site was not letting the parallel traffic. There is no way for me to configure my WordPress site to accept more traffic but to find […]

ML5 with Webpack and TypeScript
10/31/2020

ML5 with Webpack and TypeScript

Why TypeScript? TypeScript allows you to add static typing to your javascript, which adds a possibility to type check on your code during compile time. Even better your IDE itself will be able to tell you if there are any issues with your data types, etc in realtime. Additionally, it can be used by your […]

Gatsby with WordPress
10/26/2020

Gatsby with WordPress

I had this idea of having a Gatsby frontend for my WordPress blog since I started learning Gatsby in May 2019. I even wrote a blog about it. But it had not been straight forward. Initially, I used gatsby-source-graphql and wp-graphql plugin in WordPress. WP-graphql plugin exposed the data in WordPress in a graphql endpoint, […]

10/25/2020

Update siteurl and home options in wordpress

When working with Gatsby with WordPress, I had to dump and import my WordPress database multiple times. Either trying out new host, or some data has updated on my local and I need it in production or vice-versa. Every time I need to import SQL dump, I had to manually update the two options in […]

Docker compose update php.ini
10/24/2020

Docker compose update php.ini

How to configure the php.ini in your docker container? Here is how you can update your config files like php.ini, httpd.conf, php-fpm.conf, .htaccess, etc in a docker container through the host filesystem. On the root folder of your project where your docker-compose.yml is, add a new file to replace some config file, in your PHP […]

PiMP Ping-pong Management Platform
11/27/2020

PiMP Ping-pong Management Platform

PiMP, also known as Ping-pong Management Platform is a one-stop solution to manage table-tennis matches in your organization. PiMP consists of a beautiful GUI accessible on your browser built with the latest technology stack. It helps manage your Players’ data, matches data, Tournaments, and even lets you scorekeeping the match in realtime. PiMP offers real-time […]

© 2023 Anil Maharjan