Nov 21, 2021 · 1 min read
Creating your own token has never been this easy and you can now create your own token without any blockchain programming knowledge in just under a minute.
Jun 21, 2021 · 2 min read
TypeScript is a superset of JavaScript that has optional typing and compiles to plain JavaScript. Technically its JavaScript with static typing, whenever you want to have it.
Apr 7, 2021 · 1 min read
In this article, we are going to create a Shopify Script that gives 10% discount on the line items having at least 2 quantities of same product.
Aug 7, 2020 · 5 min read
You don’t need to be a DevOps expert to make the optimizations explained in this post. Anyone who is new to web applications and is using NGINX can use these steps. All you have to do is edit your NGINX config file.
Jul 17, 2020 · 5 min read
In this lesson, we will learn about four types (Public, private, custom and draft apps) of Shopify apps and different characteristics for each type of app.
Jun 1, 2020 · 2 min read
Until last month, our apps were serving JavaScript files from s3 without any compression and one of our customer asked us if we can enable gzip compression on the assets being served.