Quick start in STATIC HTML Get an instance of TinyMCE up and running in less than 5 minutes. Contribute to this page TinyMCE 5.0 is a powerful and flexible rich text editor that can be embedded in the user’s web application. TinyMCE 5.0 is perfect for developers who want to see how the new version …
Envoyer for code deploying
We can use a bunch of code deploying technologies in DevOps. Jenkins, Travis, Docker, etc. envoyer is a premium code deploy service which provides several convenient functionalities. https://envoyer.io/
WP File Manager
WP File Manager is a WordPress plugin which provides File Explorer functionality like cPanel.It is free and we can explorer any file in WordPress source directory using this plugin. It also provide online text edit functionality.https://wordpress.org/plugins/wp-file-manager/
WordPress query monitor plugin
Query Monitor is the developer tools panel for WordPress. It enables debugging of database queries, PHP errors, hooks and actions, block editor blocks, enqueued scripts and stylesheets, HTTP API calls, and more. It includes some advanced features such as debugging of Ajax calls, REST API calls, and user capability checks. It includes the ability to …
Sass Color Generator
This is color generate site, which is convenient to use when we design UI/UX.http://scg.ar-ch.org/
Lighthouse Chrome Extension
Lighthouse is an open-source, automated tool for improving the performance, quality, and correctness of your web apps. When auditing a page, Lighthouse runs a barrage of tests against the page, and then generates a report on how well the page did. From here you can use the failing tests as indicators on what you can …
Vis.js – data visualization made awesome
A dynamic, browser based visualization library. The library is designed to be easy to use, to handle large amounts of dynamic data, and to enable manipulation of and interaction with the data. The library consists of the components DataSet, Timeline, Network, Graph2d and Graph3d. Vis.js runs fine on Chrome, Firefox, Opera, Safari, IE9+, and most …
Algolia Search
URL: https://www.algolia.com/ Algolia is a 3rd party service which provides intelligent search. It similar concept to elastic search. Here is an article which compares those 2 services. https://medium.com/@matayoshi.mariano/elasticsearch-vs-algolia-96364f5567a3
Introduction to Redux Saga
redux-saga is a library that aims to make application side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) easier to manage, more efficient to execute, easy to test, and better at handling failures. The mental model is that a saga is like a separate thread in your application that’s …