JavaScriptNext.jsReactSaaS / FaaSShopify
Basically, we will create a new Shopify application by using shopify node create. But if using the command, we […]
We can easy to create a new own Next.js application for the Shopify app by using shopify-app-node and Shopify […]
JavaScriptJestNode.js
When we use an SVG file inside a React component, the test will be throwing these error. Solution: use jest-sv […]
AWSAWS CDK
AWS CloudFront Functions is a simple edge computing service. We can deploy our own function to the AWS CDN edg […]
SaaS / FaaSStripe
When you have any web service with a subscription, we usually want to provide several interval plans like mont […]
Using Stripe checkout can provide a credit card form to customers. But by default, we have to fill in our own […]
WordPress
We can register a single cron job by using the WordPress function named wp_schedule_single_event. But sometime […]
When we want to test a permalink of WordPress, sometimes, we need to update the settings of permalink in WordP […]
AWSJavaScriptNode.jsTypeScript
AWS Lambda’s log will store in CloudWatch Logs. So we want to log the script data as a JSON format to se […]
Amazon Alexaask-sdk
We often use a “progressive response” to the speech any content to wait for the long task. And we […]