VirtualTam's bookmarks
118 bookmarks found
-
- http://www.programmerfriendly.com/best-monitor-for-programming/
- https://www.slothygeek.com/best-monitor-for-programming/
- https://www.quora.com/What-is-the-best-type-of-computer-monitor-for-coding
- https://www.144hzmonitors.com/other/best-monitor-for-programming-and-coding/
- https://www.reddit.com/r/Monitors/comments/32nkbc/best_programming_monitors_12_hrs_daily_usage/
- http://www.gomechanicalkeyboard.com/other-reviews/best-monitor-for-programming-coding/
-
-
I've inherited 200K lines of spaghetti code -- what now? - Software Engineering Stack Exchange
2017-10-16 - https://softwareengineering.stackexchange.com/questions/6395/how-do-you-dive-into-large-code-bases
- https://softwareengineering.stackexchange.com/questions/6268/when-is-a-big-rewrite-the-answer
- https://www.red-gate.com/blog/software-development/legacy-code
- https://craftedsw.blogspot.ro/2011/06/change-in-attitude-legacy-code.html
- https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/
- https://www.reddit.com/r/PHP/comments/7blo1b/refactoring_huge_ci_2_application/
- https://leanpub.com/mlaphp
- https://softwareengineering.stackexchange.com/questions/184227/migrating-legacy-procedural-code-to-mvc-without-rewriting/184241
- https://www.reddit.com/r/PHP/comments/ax88ot/i_am_taking_on_a_custom_crappy_php_application/
-
Data Art – The R graph Gallery
2017-10-15 -
-
- https://www.bleepingcomputer.com/news/technology/oracle-wants-to-give-java-ee-to-the-open-source-community/
- http://news.softpedia.com/news/oracle-mysteriously-fires-almost-all-of-its-top-java-evangelists-491355.shtml
- https://javaee-guardians.io/what-we-are-doing/
- https://www.reddit.com/r/opensource/comments/6uunw0/oracle_wants_to_give_java_ee_to_the_opensource/
-
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...
-
Websockets and Python/Go
2017-07-18 - https://www.reddit.com/r/django/comments/6nribg/realtime_with_django_instead_of_node/
- https://github.com/centrifugal/centrifugo/
- https://github.com/synw/django-instant
- http://www.aeracode.org/2017/7/11/towards-channels-20/
- https://gist.github.com/jobelenus/387134f0910f8835edf266fe30d9cb8f (presentation material)