NODE-CACHE

Simple and fast NodeJS internal caching. A simple caching module that has set, get and delete methods and works a little bit like memcached. Keys can have a timeout (ttl) after which they expire and are deleted from the cache. All keys are stored in a single object so the practical limit is at around Leggi tutto…

How to Change Hostname on Ubuntu 18.04

https://linuxize.com/post/how-to-change-hostname-on-ubuntu-18-04/ To view the current hostname, enter the following command: $ hostnamectl 1. Change the hostname using hostnamectl $ sudo hostnamectl set-hostname linuxize 2. Edit the /etc/hosts file 127.0.0.1 localhost 127.0.0.1 linuxize # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 3. Edit the cloud.cfg file Leggi tutto…

React Studio

Lightspeed into modern web app production. React Studio lets you create components either visually or in code, then use them interchangeably in your designs.Customize your components with advanced property UIs and dynamic previews in the editing canvas.Compose simple components together into larger units at any depth you can imagine. https://reactstudio.com

React Design Editor

https://github.com/salgum1114/react-design-editor React Design Editor has started to develope direct manipulation of editable design tools like Powerpoint, We’ve developed it with reactjs, ant.design, fabricjs Layouts and components such as property edits, item lists, toolbars were developed as react.js and the ant.design component was primarily used. The project is constantly being developed to support Leggi tutto…