Sunday, 15 April 2018
Interesting Snippets from 2018-04-15
-
ViewDNS.info - Your one source for DNS related tools!
Reverse IP Lookup Find all sites hosted on a given server.
-
GitHub - Bogdan-Lyashenko/js-code-to-svg-flowchart: js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
Imagine a library which takes any JS code and generate SVG flowchart from it, works on client and server. Allows you easily adjust styles scheme for your context or demonstrate your code logic from different abstractions levels. Highlighting, destructing whole blocks, custom modifiers for your needs etc.
-
GitHub - i0natan/nodebestpractices: The largest Node.JS best practices list. Curated from the top ranked articles and always updated
When you read here, you in fact read dozens of the best Node.js articles - this is a summary and curation of the top-ranked content on Node.js best practices
-
Nightwatch.js | Node.js powered End-to-End testing framework
Nightwatch.js is an easy to use Node.js based End-to-End (E2E) testing solution for browser based apps and websites. It uses the powerful W3C WebDriver API to perform commands and assertions on DOM elements.
-
GitHub - GoogleChrome/puppeteer: Headless Chrome Node API
Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome or Chromium.
-
GitHub - uNmAnNeR/imaskjs: vanilla javascript input mask
get and set raw and unmasked values easily no external dependencies RegExp mask Function mask Number mask (integer and decimal) Date mask (various format support) Dynamic/on-the-fly mask Pattern mask show placeholder always and only when necessary unmasked value can contain fixed parts optional input parts (greedy)
-
The Leading PDF SDK for Mobile & Web | PSPDFKit
The Best Way to Handle PDF Documents Easy to integrate, high performance, a friendly interface, and awesome developer support. PSPDFKit is the PDF SDK made for you!
-
GitHub - pd4d10/octohint: The missing IntelliSense hint feature for GitHub
Octohint is a browser extension which adds IntelliSense hint feature to GitHub.
-
The Ultimate Guide to JavaScript Frameworks
Keeping up with JavaScript frameworks can be a challenge. There are a lot of them, and seemingly another one every month. How do you know which ones might be right for your project? What are their strengths and weaknesses? How do you get started? That’s where this guide comes in. It’s a living document that is a reference for all known front end JavaScript frameworks (archived or deprecated projects are not included). In this case, the term “frameworks” is being used in a broad sense. It includes user interface (UI) libraries like React, as well as full frameworks like Angular.
-
Finding D3 plugins with ease - D3 Discovery
D3 Discovery Finding D3 plugins with ease.
-
GitHub - JoshuaWise/better-sqlite3: The fastest and simplest library for SQLite3 in Node.js.
The fastest and simplest library for SQLite3 in Node.js. Full transaction support Geared for performance, efficiency, and safety Easy-to-use synchronous API (faster than an asynchronous API... yes, you read that correctly) Custom SQL function support 64-bit integer support (invisible until you need it)