Delay emitted values by given time.
Nuxt JS
Nuxt.js is a framework for creating Vue.js applications, you can choose between Universal, Static Generated or Single Page application. Its main scope is UI rendering while abstracting away the client/server distribution. Our goal is to create a framework flexible enough that you can use it as a main project base or in addition to your current project …
Rx JS
RxJS is one of the hottest libraries in web development today. Offering a powerful, functional approach for dealing with events and with integration points into a growing number of frameworks, libraries, and utilities, the case for learning Rx has never been more appealing. Couple this with the ability to utilize your knowledge across nearly any language, having …
AMP(Accelerated Mobile Page)
The AMP Project is an open-source initiative aiming to make the web better for all. The project enables the creation of websites and ads that are consistently fast, beautiful and high-performing across devices and distribution platforms https://www.ampproject.org/
Memory Type Variable in Ethereum Solidity
When it is necessary to store return value of a function into a memory type variable in smart contract, the size of memory type variable should be declared before storing data https://medium.com/coinmonks/ethereum-solidity-memory-vs-storage-which-to-use-in-local-functions-72b593c3703a https://solidity.readthedocs.io/en/v0.4.24/types.html
Migration in Truffle Framework
There is a default migration script (1_initial_migration.js) in truffle. This migration script is important and if it is removed, truffle can not work. https://truffleframework.com/ https://github.com/trufflesuite/truffle
Responsive Table Issue in BootStrap 4
When you use the css class table-responsive in bootstrap4, table will not be full width. This is bootstrap4 issue. To fix this, you need to use table-responsive class in the parent div tag https://stackoverflow.com/questions/41747667/bootstrap-4-responsive-tables-wont-take-up-100-width
Meteor JS
Meteorjs is the full stack javascript framework that provides the basic web modules like as Auth, API integration, Async Module, Mongodb integration, etc. Node Expressjs was the skeleton framework, but Meteorjs is the rich functional framework. We can build Async Web apps with Meterojs without deep knowledge of websocket integration. It is surely possible to …
Go Language
Go lang is good fit to build networking backbone. It provides powerful and easy code to implement networking module. So, almost crypto clients use Go and it will be useful to learn Go. It is also easy to learn Go. https://golang.org/doc/ https://medium.com/@kevalpatel2106/why-should-you-learn-go-f607681fad65
WP Multi Theme Plugin
Settings provide many different ways to Select which Theme should appear where on your WordPress web site: Just for Site Home By URL (Version 5 adds support for Query keyword=value as part of a unique URL); By Prefix URL, matching all URLs that begin with the same characters (“Prefix URL”); By Wildcard Prefix URL with …