Getting started:
Related tutorials:
- MySQL-CLI: https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P
- Analyzing Business Metrics: https://www.codecademy.com/learn/sql-analyzing-business-metrics
| Data Structures - http://www.geeksforgeeks.org/data-structures/ | |
| - Machine Data Representation | |
| - Ones, Two's Complement, and Related Arithmetic | |
| - Words, Pointers, Floating Point | |
| - Bit Access, Shifting, and Manipulation | |
| - Linked Lists | |
| - Hash Tables (maps or dictionaries) | |
| - Arrays |
| # javascript | |
| ## javascript reading list | |
| > Basic 1: | |
| https://gitbookio.gitbooks.io/javascript/content | |
| http://bonsaiden.github.io/JavaScript-Garden/ | |
| > Medium 1: | |
| http://dmitrysoshnikov.com/ |
Getting started:
Related tutorials:
| <h2 id="css">CSS Cheatsheets</h2> | |
| <table> | |
| <tbody> | |
| <tr> | |
| <td><strong>CSS Vocabulary Cheatsheet</strong> <small><em>(apps.workflower.fi)</em></small></td> | |
| <td><a target="_blank" href="http://apps.workflower.fi/vocabs/css/en">View Here →</a></td> | |
| </tr> | |
| <tr> | |
| <td><strong>The Complete CSS Cheatsheet</strong> <small><em>(websitesetup.org)</em></small></td> | |
| <td><a target="_blank" href="http://websitesetup.org/css3-cheat-sheet/">View Here →</a></td> |
| Install JDK | |
| See this post: Install JDK 6 update 23 in Ubuntu 10.10 | |
| Installation | |
| The first thing to do is download the package "apache-tomcat-7.0.6.tar.gz" from the NEXT link | |
| http://tomcat.apache.org/download-70.cgi [tar.gz] | |
| Now unpack it with the following command: | |
| tar xvzf apache-tomcat-7.0.8.tar.gz |
| Storage: | |
| http://graphql.org/ | |
| https://neo4j.com/ | |
| http://cassandra.apache.org/ | |
| https://www.mysql.com/ | |
| Programming: | |
| Javascript | |
| Java {certification} | |
| Python |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| The setTimeout and setInterval functions were first specified on the Window interface in HTML Standard. | |
| XMLHttpRequest makes it possible to send asynchronous HTTP requests. | |
| The CSS Object Model abstract CSS rules as objects. | |
| WebWorkers allows parallel computation. | |
| WebSockets allows low-level bidirectional communication. | |
| Canvas 2D Context is a drawing API for <canvas>. | |
| https://developer.mozilla.org/en-US/docs/Web/JavaScript/JavaScript_technologies_overview | |
| Javascript Revisited: |
| Prototypes: | |
| http://stackoverflow.com/questions/14545210/why-prototype-is-undefined | |
| http://stackoverflow.com/questions/12661416/it-is-said-that-all-javascript-objects-have-a-prototype-property-but-i-only-see | |
| http://stackoverflow.com/questions/10812254/why-functions-prototype-is-chained-repeatedly/10812392#10812392 | |
| https://mathieularose.com/javascript-prototype/ | |
| https://blog.pivotal.io/labs/labs/javascript-constructors-prototypes-and-the-new-keyword | |
| http://stackoverflow.com/users/218196/felix-kling |
| https://www.atlassian.com/git/tutorials/what-is-version-control |