Try Documentalist,
my app that offers fast, offline access to 190+ programmer API docs.
Links:
- https://inclusive-components.design/menus-menu-buttons/
- https://github.com/dexteryy/spellbook-of-modern-webdev : large list of links for all web dev things
- https://github.com/vladocar/CSS-Micro-Reset : css reset
- https://jdow.io/blog/2018/03/18/web-application-penetration-testing-methodology/, https://news.ycombinator.com/item?id=16728207
- https://bundlephobia.com/
- https://nemethgergely.com/building-secure-javascript-applications/
- https://philipwalton.com/articles/loading-polyfills-only-when-needed/
- https://philipwalton.com/articles/untangling-deeply-nested-promise-chains/
- https://philipwalton.com/articles/stop-copying-social-code-snippets/
- https://github.com/alexjoverm/tslint-config-prettier
- http://prettydiff.com/guide/unrelated_dom.xhtml : tutorial on DOM APIs
- http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
- https://github.com/phosphorjs/phosphor : layout library and widgets for writing desktop-like apps (docking panels, tabs, context menu, main menu etc.)
- https://phosphorjs.github.io/examples.html : examples
- http://blog.jupyter.org/2016/07/14/jupyter-lab-alpha/ : example of using in jupyter
- https://typefox.io/theia-one-ide-for-desktop-cloud : used in Theia IDE
- http://styleguide.cfapps.io/
- https://craig.is/writing/chrome-logger
- http://www.intridea.com/blog/2013/11/7/json-web-token-the-useful-little-standard-you-haven-t-heard-about
- http://jwt.io/
- https://auth0.com/blog/2014/01/07/angularjs-authentication-with-cookies-vs-token/
- https://auth0.com/blog/2014/01/27/ten-things-you-should-know-about-tokens-and-cookies/
- https://aaronparecki.com/oauth-2-simplified/
- http://bost.ocks.org/mike/scroll/, https://news.ycombinator.com/item?id=8551724
- http://alex-d.github.io/Trumbowyg/#home - text editor
- http://semantic-ui.com/
- http://pesticide.io/ - chrome extension for easier debugging of css layout
- http://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication
- http://sbstjn.github.io/timesheet.js/
- http://www.kellegous.com/j/2013/01/26/layout-performance/ - what causes layout trashing
- http://programmar.io/article/1424718465 - on inline-block
- http://mrbool.com/course/cascading-style-sheets-css-css3/365 - a bigger book
- http://www.barelyfitz.com/screencast/html-training/css/positioning/
- http://learn.shayhowe.com/html-css/opening-the-box-model/
- http://hackr.io/tutorials/css
- http://fittextjs.com/
- http://www.zachleat.com/web/bigtext-makes-text-big/, https://github.com/zachleat/BigText
- https://github.com/filamentgroup/tablesaw
- https://github.com/filamentgroup/loadCSS
- https://github.com/devinhunt/typebase.css
- https://github.com/vasanthk/css-refresher-notes
- https://dinosaurscode.xyz/go/2016/06/17/golang-jwt-authentication/ : jwt in Go
- http://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication
- https://appendto.com/2016/06/the-short-history-of-javascript-module-loaders/
- https://medium.freecodecamp.com/10-tips-to-maximize-your-javascript-debugging-experience-b69a75859329#.qlfr6jr9m
- http://www.dropzonejs.com/ : drag'n'drop file uploads with image previews