Bookmark
Frida • Inject JavaScript to explore native apps on Windows, macOS, GNU/Linux, iOS, Android, and QNX
https://frida.re/, posted 2019 by peter in automation development free hack javascript opensource software testing
Inject your own scripts into black box processes. Hook any function, spy on crypto APIs or trace private application code, no source code needed. Edit, hit save, and instantly see the results. All without compilation steps or program restarts.
Bookmark
Modern JavaScript Explained For Dinosaurs – Node.js Collection – Medium
https://medium.com/the-node-js-collection/modern-javascript-explained-for-dinosaurs-f695e9747b70, posted 2019 by peter in development howto javascript learning reference
The goal of this article is to provide a historical context of how JavaScript tools have evolved to what they are today in 2017. We’ll start from the beginning and build an example website like the dinosaurs did — no tools, just plain HTML and JavaScript. Then we’ll introduce different tools incrementally to see the problems that they solve one at a time. With this historical context, you’ll be better able to learn and adapt to the ever-changing JavaScript landscape going forward. Let’s get started!
Bookmark
GitHub - pbs/vanna-js-client
https://github.com/pbs/vanna-js-client, posted 2018 by peter in continuousdelivery development free javascript opensource software
Vanna is an internal feature flagging service used at PBS. It helps deliver new features to users quickly and safely. This is an example client implementation for browser based Javascript.
More info in this article at Dev.to.
Bookmark
Modern JavaScript Explained For Dinosaurs
https://medium.com/the-node-js-collection/modern-javascript-explained-for-dinosaurs-f695e9747b70, posted 2018 by peter in development javascript reference
The goal of this article is to provide a historical context of how JavaScript tools have evolved to what they are today in 2017. We’ll start from the beginning and build an example website like the dinosaurs did — no tools, just plain HTML and JavaScript. Then we’ll introduce different tools incrementally to see the problems that they solve one at a time. With this historical context, you’ll be better able to learn and adapt to the ever-changing JavaScript landscape going forward. Let’s get started!
Bookmark
GitHub - bevacqua/dragula: Drag and drop so simple it hurts
https://github.com/bevacqua/dragula#readme, posted 2016 by peter in development free javascript opensource webdesign
Have you ever wanted a drag and drop library that just works? That doesn't just depend on bloated frameworks, that has great support? That actually understands where to place the elements when they are dropped? That doesn't need you to do a zillion things to get it to work? Well, so did I!
Bookmark
PathFinding.js
https://qiao.github.io/PathFinding.js/visual/, posted 2015 by peter in javascript online optimization visualization
jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
jq is written in portable C, and it has zero runtime dependencies. You can download a single binary, scp it to a far away machine, and expect it to work.
jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect.
Bookmark
Who has the best package manager? Part one
perltricks.com/article/110/2014/8/21/Who-has-the-best-package-manager--Part-one, posted 2014 by peter in development javascript perl php python review ruby
Every major language has thousands of libraries which enable programmers to reach higher, further and faster than before. Package managers (the online systems for sharing code) are key to a language's success; Perl, PHP, Python, Ruby and Node.js all have strong offerings. But which one is the best and what can we learn from each of them? This article is the first in a two-part series where I review each package manager. Part one focuses on searching and using packages and part two will look at how easy it is to upload and share packages.
Bookmark
JSDB.io - The Database of JavaScript Libraries
www.jsdb.io/, posted 2014 by peter in development free javascript reference software
The definitive source of the best JavaScript libraries, frameworks, and plugins.
Bookmark
App.js
code.kik.com/app/2/index.html, posted 2014 by peter in development free javascript mobile opensource
App.js is a lightweight JavaScript UI library for creating mobile webapps that behave like native apps, sacrificing neither performance nor polish.