VirtualTam's bookmarks
45 bookmarks found
-
Kotlin and Android | Android Developers
2018-02-14 - https://kotlinlang.org/docs/tutorials/kotlin-android.html
- https://android.github.io/kotlin-guides/style.html
- https://proandroiddev.com/android-ndk-interaction-of-kotlin-and-c-c-5e19e35bac74
- https://medium.com/yalantis-android/android-ndk-calling-kotlin-from-native-code-40a1cb0f6164
- https://stackoverflow.com/questions/36932662/android-how-to-call-ndk-function-from-kotlin
- https://android-developers.googleblog.com/2017/05/android-announces-support-for-kotlin.html
- https://www.youtube.com/watch?v=c6mhYGCKeaI
-
- 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
- ...
-
SHAttered
2017-02-24 - https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html
- https://arstechnica.com/security/2017/02/at-deaths-door-for-years-widely-used-sha1-function-is-now-dead/
- https://news.ycombinator.com/item?id=13719368
- https://github.com/peff/git/commits/jk/sha1dc
- https://plus.google.com/+LinusTorvalds/posts/7tp2gYWQugL
-
Implementation for OOP generic objects, starting with 3.5 : )
-
URL handling in PHP
2015-08-14 -
Obey the testing goat...
2015-05-10 - Test first! Test first!
-
Bigger than my head
2015-03-17 A friend of mine was once interviewing an engineer for a programming job and asked him a typical interview question:
- How do you know when a function or method is too big?
- Well, said the candidate, I don't like any method to be bigger than my head.
- You mean you can't keep all the details in your head?
- No, I mean I put my head up against my monitor, and the code shouldn't be bigger than my head.
~ from http://www.gigamonkeys.com/book/practical-a-simple-database.html
-
Practical Common Lisp
2015-02-13 Beware! Very cool book dealing with Lisp programming, with plenty of examples