SQL
https://www.mysql.fr
https://mariadb.org
http://www.postgresqlfr.org
NoSQL
https://www.rethinkdb.com
http://couchdb.apache.org
https://pouchdb.com/
https://www.elastic.co/fr/products/elasticsearch
https://redis.io
RethinkDB howtos
https://pusher.com/tutorials/live-node-rethinkdb
https://developer.ibm.com/clouddataservices/2016/09/13/real-time-qa-app-with-rethinkdb/
https://keetmalin.wixsite.com/keetmalin/single-post/2018/08/02/Building-a-Real-time-Notification-System-with-RethinkDB
CouchDB howtos
https://rethinkdb.com/faq
https://news.ycombinator.com/item?id=10688447
https://www.twilio.com/blog/2012/09/building-a-real-time-sms-voting-app-part-1-node-js-couchdb.html
File & memory
https://gun.js.org
https://github.com/techfort/LokiJS
https://github.com/agershun/alasql
https://github.com/typicaljoe/taffydb
https://github.com/louischatriot/nedb
Big Data
http://cassandra.apache.org/
http://hbase.apache.org/
http://basho.com/products/riak-kv/
Time Series
https://www.influxdata.com/time-series-platform/influxdb/
Graph (orienDB is hybrid, neo4j focuses on graph)
http://orientdb.com/
https://neo4j.com/
https://lemag.sfeir.com/transformez-vos-donnees-csv-rdf/
Create API from DB (voir aussi backend API dans serverless)
https://www.dreamfactory.com/ # OSS (concurrent of APIgee, Mulesoft)
http://postgrest.org/
https://g-ernaelsten.developpez.com/tutoriels/PostgREST/
Comparison bt. the two and general guide on graph DBs
https://www.quora.com/Is-there-any-reason-not-to-use-OrientDB
http://info.neotechnology.com/rs/773-GON-065/images/Definitive-Guide-Graph-Databases-for-RDBMS-Developer.pdf
Reviews and opinions
http://blog.nahurst.com/visual-guide-to-nosql-systems
https://www.baylon-industries.com/news/?p=1942
https://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
http://stackoverflow.com/a/37632625/1717735
https://hashnode.com/post/what-are-the-key-advantages-of-couchdb-over-other-nosql-offerings-ciitugn9g008poy53iixsc2d1
https://stackoverflow.com/questions/45730820/sql-server-and-firebase-pouchdb-synchronization
https://www.alienvault.com/blogs/security-essentials/open-source-intrusion-detection-tools-a-quick-overview
https://en.wikipedia.org/wiki/Intrusion_detection_system
https://en.wikipedia.org/wiki/Snort_%28software%29
https://fr.wikipedia.org/wiki/Suricata_(logiciel)
https://en.wikipedia.org/wiki/Bro_(software)
https://hautefeuille.eu/post/suricata-ids-ubuntu/
https://www.guillaume-leduc.fr/mise-en-oeuvre-dossec-sous-debian-theorie.html
How to clean code
https://github.com/ryanmcdermott/clean-code-javascript
Reintroducing js
https://developer.mozilla.org/fr/docs/Web/JavaScript/Une_r%C3%A9introduction_%C3%A0_JavaScript
JS event loop explained
https://www.youtube.com/watch?v=8aGhZQkoFbQ
http://voidcanvas.com/setimmediate-vs-nexttick-vs-settimeout/
http://stackoverflow.com/questions/15349733/setimmediate-vs-nexttick
https://howtonode.org/understanding-process-next-tick
https://weeklywebwisdom.com/2017/10/01/javascript-concurency-in-the-browser-1/
https://medium.com/fhinkel/confused-about-stack-and-heap-2cf3e6adb771
Deep dive into V8
https://blog.sessionstack.com/how-does-javascript-actually-work-part-1-b0bacc073cf
https://blog.sessionstack.com/how-javascript-works-inside-the-v8-engine-5-tips-on-how-to-write-optimized-code-ac089e62b12e
https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec
https://blog.sessionstack.com/how-javascript-works-event-loop-and-the-rise-of-async-programming-5-ways-to-better-coding-with-2f077c4438b5
https://blog.sessionstack.com/how-javascript-works-deep-dive-into-websockets-and-http-2-with-sse-how-to-pick-the-right-path-584e6b8e3bf7
https://www.valentinog.com/blog/engines/
https://www.youtube.com/watch?v=LbwUETu7Rgc
Js hacks/particularity
https://v8.dev/features/logical-assignment
https://github.com/leonardomso/33-js-concepts
https://blog.jscrambler.com/12-extremely-useful-hacks-for-javascript/
https://github.com/denysdovhan/wtfjs
https://dev.to/promhize/javascript-in-depth-all-you-need-to-know-about-expressions-statements-and-expression-statements-5k2
https://tylermcginnis.com/ultimate-guide-to-execution-contexts-hoisting-scopes-and-closures-in-javascript/
https://dev.to/promhize/what-you-need-to-know-about-javascripts-implicit-coercion-e23
https://medium.com/dailyjs/javascripts-number-type-8d59199db1b6
https://fettblog.eu/void-in-javascript-and-typescript/
ES6
http://es6-features.org/#Constants
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
https://ponyfoo.com/articles/es6
http://2ality.com/2018/02/js-backward-compatibility.html
JS Sets and Maps
http://2ality.com/2015/01/es6-maps-sets.html
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Map
http://voidcanvas.com/map-weakmap-pojo/
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Set
https://medium.com/front-end-hacking/es6-set-vs-array-what-and-when-efc055655e1a
http://voidcanvas.com/es6-set-vs-weakset-vs-array/
Popular CS algorithms in js
https://github.com/humanwhocodes/computer-science-in-javascript
https://mgechev.github.io/javascript-algorithms/
https://itnext.io/you-may-need-laziness-in-your-javascript-f03e8a2d4629
Wasm w/ JS like syntax
https://github.com/ballercat/walt
JS books
https://javascript.info/
http://exploringjs.com/es6.html
http://exploringjs.com/es2016-es2017.html
https://drboolean.gitbooks.io/mostly-adequate-guide/
https://developers.google.com/web/fundamentals/design-and-ux/animations/
https://css-tricks.com/the-importance-of-context-shifting-in-ux-patterns/
https://www.smashingmagazine.com/2013/10/smart-transitions-in-user-experience-design/
https://medium.com/google-design/motion-design-doesnt-have-to-be-hard-33089196e6c2
https://uxdesign.cc/the-ultimate-guide-to-proper-use-of-animation-in-ux-10bd98614fa9
Future concept
https://mxb.at/blog/layouts-of-tomorrow/
Clip path editor & advanced border radius
https://bennettfeely.com/clippy/
https://9elements.github.io/fancy-border-radius/
Separator generator
https://wweb.dev/resources/css-separator-generator
Gradient editor
https://shapy.app/
Transform editor
https://css-transform.moro.es/
Transitions
http://animista.net/
https://animate.style/
https://easings.co/
https://keyframes.app/animate/
https://tympanus.net/Development/OffCanvasMenuEffects
https://desandro.github.io/3dtransforms/docs/card-flip.html
Parallax effect
https://keithclark.co.uk/articles/pure-css-parallax-websites/
https://webdesign.tutsplus.com/categories/parallax-scrolling
https://tutorialzine.com/2015/09/6-practical-examples-for-building-parallax-websites
https://basicscroll.electerious.com/
https://keithclark.co.uk/articles/pure-css-parallax-websites/demo3/
https://codyhouse.co/blog/post/sticky-hero-section
https://css-tricks.com/an-overview-of-scroll-technologies/
Morph buttons, loading & more
https://codepen.io/shshaw/pen/EbjvbQ/
https://tympanus.net/Development/ButtonComponentMorph/index.html
https://www.outsystems.com/blog/Posts/from-design-to-code_creating-and-animating-images-with-css
https://cssanimation.rocks/twitter-fave/
https://scotch.io/tutorials/developing-a-creative-upload-interaction-with-javascript-and-canvas
https://www.npmjs.com/package/flipping
https://slides.com/sarasoueidan/building-better-interfaces-with-svg
https://css-tricks.com/writing-animations-that-bring-your-site-to-life/
https://codepen.io/waynedunkley/pen/mJbdZO
https://css-tricks.com/gooey-effect/ # Morph children buttons
HTML
https://html5up.net/
https://buildfaster.co/
https://colorlib.com/wp/templates/
& Bootstrap
http://organicthemes.com/themes/
https://www.creative-tim.com/
http://bootswatch.com/
WordPress
http://organicthemes.com/themes/
dessign.net/premium-themes/
& Bootstrap
https://wptavern.com/18-free-wordpress-themes-built-with-bootstrap
Platforms
https://angel.co/
https://www.producthunt.com/
https://www.indiehackers.com/
Evaluate market fit
https://blog.ston3o.me/10-etapes-pour-prototyper-et-tester-un-business-en-ligne-en-1-jour/
https://www.indiehackers.com/article/what-makes-developers-bad-at-business-ae6b4ee0c6
https://www.indiehackers.com/businesses/logojoy
https://www.indiehackers.com/post/how-we-tripled-user-activation-rate-on-our-saas-product-05d226637b
Community building
https://www.notion.so/Community-Building-Resources-448d133dd3f24ca5a7117ecd8e5eaedd
Business model
https://www.indiehackers.com/post/is-freemium-dead-9678566519
https://ymedialabs.com/progressive-web-apps
https://medium.com/@firt/progressive-web-apps-on-ios-are-here-d00430dee3a7
Tuto for progressive webapps
https://hacks.mozilla.org/2018/05/progressive-web-apps-core-guides-on-mdn-web-docs/
https://developers.google.com/web/progressive-web-apps/
https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/offline-for-pwa
https://developers.google.com/web/tools/lighthouse/audits/address-bar
https://addyosmani.com/blog/getting-started-with-progressive-web-apps/
https://www.smashingmagazine.com/2016/08/a-beginners-guide-to-progressive-web-apps/
https://medium.com/javascript-scene/native-apps-are-doomed-ac397148a2c0#.nt5zaeg30
Ressources
https://developer.mozilla.org/en-US/Apps/Progressive
https://hacks.mozilla.org/2016/10/offline-strategies-come-to-the-service-worker-cookbook/
https://dev.opera.com/articles/pwa-resources/
https://developers.google.com/web/tools/workbox/
Handling touch events
https://www.smashingmagazine.com/2015/03/better-browser-input-events/
https://developer.mozilla.org/en-US/docs/Web/API/TouchEvent
Pokedex feedback
http://www.pocketjavascript.com/blog/2015/11/23/introducing-pokedex-org
Save for later & auto detect back online
https://una.im/save-offline/
https://www.twilio.com/blog/2017/02/send-messages-when-youre-back-online-with-service-workers-and-background-sync.html