Kwinten

Kwinten's Blog

Node.js, JavaScript, Cloud computing, Serverless and more

Hashnode as your CMS for building a static blog

Hashnode as your CMS for building a static blog

Recently, I have made a Hashnode Tailwind DaisyUI starter for NextJS https://github.com/kwinyyyc/nextjs-hashnode-tailwind-ts-starter The starter is designed to be published as a static site which is ideal for SEO and serves the purpose of a blogging ...

Strapi V4 customizable plugin configs

Strapi V4 customizable plugin configs

I have been struggling to find the correct way or syntax to allow users to customize a plugin configuration via config/plugins.ts. This article is a quick sharing of how I accomplished this. There are two areas where you may want to use the plugin co...

Import images and gifs to your Strapi site

Import images and gifs to your Strapi site

If you are using Strapi as your blogging platform like I do, probably you have spent time searching for images from different image sharing platforms such as Unsplash, Pexels, and Giphy for your blog posts. This could be a time-consuming process incl...

How to deal with throttling on Sharepoint online listing API

How to deal with throttling on Sharepoint online listing API

Different ways of dealing with Sharepoint listing API throttling Sharepoint online listing API will throttle your request and throw a 429 error when your request is querying: a) more than 5,000 records for non-indexed columns or b) more than 20,000 r...

Agile certifications comparison — PSM I versus PMI-ACP

Agile certifications comparison — PSM I versus PMI-ACP

Photo by Nick Morrison on Unsplash Background I am a software developer who has been working on Agile software development. There are a lot of scenarios that bring me to the questions — Am I doing the right thing? Is it what we supposed to do accordi...

From a Business Analyst to a Web Developer

From a Business Analyst to a Web Developer

A little bit of background The first job I landed was a Business Analyst role. As a bridge between business people and developers, I found in most of the cases I couldn’t understand the pain point of developers. That triggers me to become one of them...