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/
Clean storage on the server
If the storage over filled on the server, the server will stop working automatically. Normally VPS servers has 20 GB of storage, but it could be over filled sometimes if we don’t have a good logging stuff management system. For example, if we keep the old log files on the server and don’t consider on …
FB test account
There is a way to create a fake (test) facebook account though it has limitations. The limitations are You cannot connect to any standard Facebook account. However, you can connect with other test accounts. You can post on your wall, but it is not possible to do the same on any page’s wall. You cannot …
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/
Expo
https://expo.io/ Expo is a free and open source toolchain built around React Native to help you build native iOS and Android apps using JavaScript and React. It is the fastest method to develop React Native applications. Most benefit is that we can test the mobile application in a mobile device even the device is not …
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 …