Compare commits

...

5 Commits

Author SHA1 Message Date
Stjepan Jureković
13103854e7 Merge 57e64a84fd into ac34428b6d 2023-09-21 05:56:42 -07:00
Artem Kobzar
ac34428b6d Propose sweet-monads library into Functional Programming section (#866)
* Propose sweet-monads library into Functional Programming section

* Move the link at the end of the section

* fix: remove broken links

---------

Co-authored-by: Gökay Gürcan <github@gokaygurcan.com>
2023-09-18 10:25:55 +02:00
Stjepan Jureković
57e64a84fd Added D3.js in Action, Third Edition
Hi,

Stjepan from Manning here. I thought this title might be a good match for your list. Thank you for considering it.

Best,
2022-05-03 20:25:46 +02:00
Stjepan Jureković
65955874ad Added 2 titles to Worth Reading section
Hi,

Stjepan from manning here. I thought these two titles might be a good match for your list. Thank you for considering them.

Best,
2022-04-05 21:20:02 +02:00
Stjepan Jureković
27fe6430b8 Added 2 articles
Hi,

Stjepan from Manning here. i thought these two articles might be a good match for your list. Thank you for considering it.

Best,
2022-01-26 12:44:47 +01:00

View File

@@ -299,9 +299,10 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
## Articles and Posts
* [The JavaScript that you should know](https://medium.com/@pedropolisenso/o-javasscript-que-voc%C3%AA-deveria-conhecer-b70e94d1d706) - Article about concepts of JavaScript Functional.
* [How JavaScript works](https://blog.sessionstack.com/tagged/tutorial) - A series of articles about the building blocks of JavaScript.
* [Multi-threading using web-workers](https://www.loginradius.com/blog/async/adding-multi-threading-to-javascript-using-web-workers/) - Web Workers: Adding Multi-threading to JavaScript
* [this keyword in JavaScript](https://www.loginradius.com/blog/async/breaking-down-this-keyword-in-javascript/) - Breaking down the 'this' keyword in JavaScript
* [How JavaScript and Hardware Work Together](https://freecontent.manning.com/how-javascript-and-hardware-work-together/) - An article about using JavaScript for amazing and fun hardware projects.
* [Building a Lock and Key System with JavaScript](https://freecontent.manning.com/building-a-lock-and-key-system/) - An article about building a lock and key system.
## Data Visualization
*Data visualization tools for the web.*
@@ -323,7 +324,6 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [cubism](https://github.com/square/cubism) - A D3 plugin for visualizing time series.
* [dc.js](https://github.com/dc-js/dc.js) - Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
* [vega](https://github.com/trifacta/vega) - A visualization grammar.
* [processing.js](http://processingjs.org/) - Processing.js makes your data visualizations work using web standards and without any plug-ins.
* [envisionjs](https://github.com/HumbleSoftware/envisionjs) - Dynamic HTML5 visualization.
* [rickshaw](https://github.com/shutterstock/rickshaw) - JavaScript toolkit for creating interactive real-time graphs.
* [flot](https://github.com/flot/flot) - Attractive JavaScript charts for jQuery.
@@ -432,6 +432,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.
* [wild-wild-path](https://github.com/ehmicky/wild-wild-path) - Object property paths with wildcards and regexps.
* [sweet-monads](https://github.com/JSMonk/sweet-monads) - A utility library containing popular monads and lazy iterators.
## Reactive Programming
*Reactive programming libraries to extend JavaScripts capabilities.*
@@ -1050,6 +1051,9 @@ https://listjs.com
* [JavaScript Tutorials](https://hackr.io/tutorials/learn-javascript) - Learn Javascript online from a diverse range of user ranked online tutorials.
* [Functional-Light JavaScript](https://github.com/getify/Functional-Light-JS) - Pragmatic, balanced FP in JavaScript.
* [Clean Code JavaScript](https://github.com/ryanmcdermott/clean-code-javascript) - Clean Code concepts adapted for JavaScript.
* [The joy of JavaScript](https://www.manning.com/books/the-joy-of-javascript) - The key design concepts for clean, and easy-to-maintain code.
* [Testing JavaScript Applications](https://www.manning.com/books/testing-javascript-applications) - A guide to building a comprehensive and reliable JS application testing suite.
* [D3.js in Action, Third Edition](https://www.manning.com/books/d3js-in-action-third-edition) - A book about D3.js that guides you from simple charts to powerful interactive graphics.
# Other Awesome Lists