I posted several blog platform. So we can easy to summarize of my blog in this page.
How to get the cart item in the Stripe Checkout session
Using Stripe Checkout, we can quickly provide a high-quality checkout page to our...
How to use Stripe webhooks to monitor Payment Links settings
By using Stripe webhooks, we can check the settings of the Payment Links we’ve created from the...
Create Shopify App using Next.js & Koa with TypeScript
Basically, we will create a new Shopify application by using shopify node create. But if using the command, we [...]
How to remove `getInitialProps` from the Next.js application made by shopify-app-node
We can easy to create a new own Next.js application for the Shopify app by using shopify-app-node and Shopify [...]
Testing React component including SVG file by using Jest and tsdx
When we use an SVG file inside a React component, the test will be throwing these error. Solution: use jest-sv [...]
Create AWS CloudFront Function by using AWS CDK
AWS CloudFront Functions is a simple edge computing service. We can deploy our own function to the AWS CDN edg [...]
How to replace Subscription interval on Stripe Billings
When you have any web service with a subscription, we usually want to provide several interval plans like mont [...]
How to prefill credit card data on Stripe Checkout
Using Stripe checkout can provide a credit card form to customers. But by default, we have to fill in our own [...]
Write a testing code of registration for the custom wp-cron event by using PHPUnit
We can register a single cron job by using the WordPress function named wp_schedule_single_event. But sometime [...]
Change the permalink structure of WordPress on the Unit testing
When we want to test a permalink of WordPress, sometimes, we need to update the settings of permalink in WordP [...]
Record the AWS Lambda function log by lambda-log or @dazn/lambda-powertools-logger
AWS Lambda’s log will store in CloudWatch Logs. So we want to log the script data as a JSON format to se [...]
How to test the progressive response API call by ask-sdk with jest
We often use a “progressive response” to the speech any content to wait for the long task. And we [...]
Launch Utility package for Alexa Skills Kit SDK for Node.js
Introduce my new npm package for ask-sdk
Testing Alexa Skill by alexa-conversation
Introduce testing packages for Alexa Skill