Buzut's links
Tag cloud
Picture wall
Daily
RSS feeds
  • RSS Feed
  • Daily Feed
Links per page
  • 20 links
  • 50 links
  • 100 links
page 3 / 5
Databases (FOSS only)
Thu 19 Jan 2017 10:06:42 PM CET
QRCode

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

performance server webstack
http://
Frontend DBs/API (FOSS only)
Thu 19 Jan 2017 08:01:40 PM CET
QRCode

https://parse.com/
https://www.kinto-storage.org/
https://pouchdb.com/
http://horizon.io/

https://www.apollographql.com/client/
http://www.js-data.io/
https://gun.js.org

javascript webapp webstack
http://#
JavaScript notifications
Thu 19 Jan 2017 07:22:43 PM CET
QRCode

https://pushjs.org/
https://pushover.net/
https://60devs.com/getting-started-with-web-push-notifications.html
https://thecodebarbarian.com/sending-web-push-notifications-from-node-js.html
https://css-tricks.com/creating-scheduled-push-notifications/

javascript webapp
http://
Open Source IDS / IPS
Tue 17 Jan 2017 02:32:37 PM CET
QRCode

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

monitoring security server
http://
You Really Should Log Client-Side Errors
Tue 17 Jan 2017 02:29:01 PM CET
QRCode

https://www.loggly.com/blog/front-end-logging-made-easy-use-this-javascript-logger/
http://stackify.com/smarter-errors-logs-putting-data-work-2/
https://sentry.io/
https://logrocket.com/
https://www.bugsnag.com

monitoring security server webstack
http://openmymind.net/2012/4/4/You-Really-Should-Log-Client-Side-Error/
Computer Science – Programming paradigms and more
Mon 09 Jan 2017 11:22:12 AM CET
QRCode

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/

computing javascript performance technology
http://
GitHub - benjipott/video.js-chromecast: Use chromecast with videojs html5 player
Fri 06 Jan 2017 02:42:53 PM CET
QRCode

https://github.com/jansmolders86/mediacenterjs/issues/62
https://github.com/benjipott/video.js-chromecast
https://github.com/jgubman/videojs-airplay

javascript
https://github.com/benjipott/video.js-chromeCast
CSS transition, animation & morph icons
Fri 30 Dec 2016 01:41:57 AM CET
QRCode

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

css design webdesign
http://
Responsive HTML5 and CSS3 Site Templates
Mon 05 Dec 2016 03:29:21 PM CET
QRCode

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

css design webdesign
http://
Product launching
Wed 30 Nov 2016 08:20:07 PM CET
QRCode

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

Font awesome
https://articles.fortawesome.com/how-font-awesome-5-became-kickstarters-most-funded-software-project-4a63c035e84#.fuopzmhf5

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

business marketing
http://
Nettoyer sa Debian
Fri 11 Nov 2016 12:07:17 AM CET
QRCode
performance server
http://blog.ght1pc9kc.fr/Nettoyer-sa-Debian/
Machines à rêver | InternetActu.net
Thu 27 Oct 2016 02:00:39 PM CEST
QRCode
psychology
http://www.internetactu.net/2016/10/26/machines-a-rever/
Favicon generator
Wed 26 Oct 2016 05:55:12 PM CEST
QRCode
design html5 javascript webdesign
http://putaindecode.io/fr/articles/favicon/
An In-Depth Overview Of Living Style Guide Tools – Smashing Magazine
Sat 22 Oct 2016 04:15:09 PM CEST
QRCode

https://en.wikipedia.org/wiki/Systems_design
https://www.invisionapp.com/blog/guide-to-design-systems/
https://vueds.com/

css design webdesign
https://www.smashingmagazine.com/2015/04/an-in-depth-overview-of-living-style-guide-tools/
Linux Laptops, Desktops, and Servers
Tue 11 Oct 2016 09:04:17 PM CEST
QRCode

https://puri.sm/
https://system76.com/
http://www.pcw.fr/shop/
https://www.clevo-europe.com/default_zone/fr/html/home.php

Ask for providers offer
https://www.lowendtalk.com/
https://www.hetzner.com/

computing technology
http://
Comment systems & forum
Sun 02 Oct 2016 12:41:35 PM CEST
QRCode

http://www.discourse.org
https://vanillaforums.org
http://flarum.org
https://nodebb.org/

https://www.vis4.net/blog/2017/10/hello-schnack/

As a service
https://getchamp.net/
https://www.websitetoolbox.com/

server
?0Nzeiw
Designing Offline-First Web Apps · An A List Apart Article
Fri 12 Aug 2016 08:38:58 PM CEST
QRCode

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

javascript performance webapp
http://alistapart.com/article/offline-first
Joyent | Error Handling
Tue 09 Aug 2016 07:54:06 PM CEST
QRCode

https://www.sitepoint.com/exceptional-exception-handling-in-javascript/

javascript
https://www.joyent.com/node-js/production/design/errors
Atlas Obscura | Curious and Wondrous Travel Destinations
Wed 27 Jul 2016 12:12:48 PM CEST
QRCode
travel
http://www.atlasobscura.com/
A tcpdump & wireshark
Sun 24 Jul 2016 01:49:54 PM CEST
QRCode

https://danielmiessler.com/study/tcpdump/
https://jvns.ca/blog/2018/06/19/what-i-use-wireshark-for/
http://www.openmaniak.com/fr/wireshark_filters.php

performance security server
?ZFhkIw
page 3 / 5
90 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn