Create your own token on Ethereum, Polygon or Binance Smart Chain in a minute
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.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
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.
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.
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.
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.
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.
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.
Few tips for fast & productive work on a terminal...
SessionStorage and LocalStorage are a simple key/value pair storage and only the string type of data can be stored. SessionStorage and LocalStorage both has same API. Both storage objects provide same methods and properties.
Fetch is a promise based Javascript API for making asynchronous HTTP requests. It is a clean, simple, powerful and a flexible API to get/send data from/to a server.
Laravel comes with a .env file by default and it is called .env.example and we create a copy of .env.example file as .env...
Here are my configurations I use for my Laravel apps. Hope someone find these useful.