VirtualTam's bookmarks
82 bookmarks found
-
Android Design and Architecture Patterns
2018-04-22 Reference:
- https://developer.android.com/topic/libraries/architecture/guide.html
- https://developer.android.com/guide/topics/ui/index.html
MVC & MVP:
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter
- https://stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference
- blogs.infragistics.com/blogs/todd_snyder/archive/2007/10/17/mvc-or-mvp-pattern-whats-the-difference.aspx
Articles:
- https://www.raywenderlich.com/109843/common-design-patterns-for-android
- https://www.techyourchance.com/activities-android/
- https://www.techyourchance.com/mvp-mvc-android-1/
- http://antonioleiva.com/mvp-android/
Threads:
- https://stackoverflow.com/questions/4916209/which-design-patterns-are-used-on-android
- https://stackoverflow.com/questions/5915377/how-to-manage-application-state-in-android-for-the-iphone-developer
- https://stackoverflow.com/questions/37469370/android-design-pattern-to-manage-ui-elements
- https://stackoverflow.com/questions/3977864/design-pattern-for-view-navigation-in-android
-
- https://github.com/Netflix/SimianArmy
- https://arstechnica.com/information-technology/2012/07/netflix-attacks-own-network-with-chaos-monkey-and-now-you-can-too/
- https://medium.com/netflix-techblog/netflix-chaos-monkey-upgraded-1d679429be5d
- https://medium.com/netflix-techblog/chaos-engineering-upgraded-878d341f15fa
- https://en.wikipedia.org/wiki/Chaos_Monkey
-
One Thing Well
2018-02-28 A collection of software, applications and scripts that /do one thing well/ :)
-
Generative audio mobile applications
2018-02-25 - Circle Synth - https://www.youtube.com/watch?v=gLwS61VoMxA
- MobMuPlat
- Pulsate - https://play.google.com/store/apps/details?id=de.despudelskern.application.pulsate
- Haxademic - https://github.com/cacheflowe/haxademic
- DMach - https://github.com/simonnorberg/dmach
-
Trie - Wikipedia
2018-02-13 -
-
Jenkins & .Net
2018-02-06 - https://plugins.jenkins.io/msbuild
- https://jenkinsheaven.blogspot.fr/
- https://blog.alexellis.io/continuous-integration-docker-windows-containers/
- https://asmagin.com/2017/05/02/jenkins-on-docker-for-net-projects/
- https://developers.redhat.com/blog/2016/09/05/how-to-install-and-configure-jenkins-to-build-net-apps-on-red-hat-enterprise-linux/
- https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites
- https://www.pgs-soft.com/cross-platform-application-using-net-core-jenkins-docker/
- https://stackoverflow.com/questions/27725236/jenkins-net-build-server
- https://blog.couchbase.com/continuous-deployment-with-jenkins-and-net/
-
Actors:
- database server / cluster
- load-balanced application servers relying on a database schema with migrations
- reverse proxy
Issue:
- managing database schema migrations
Possible sequence:
- create the database
- run a service that executes database schema migrations
- start application servers
- start the load-balancer / reverse-proxy
Resources:
- https://www.reddit.com/r/docker/comments/2t2pnf/what_are_best_strategies_to_migrate_relational/
- https://softwareengineering.stackexchange.com/questions/357929/db-migration-strategy-for-docker-containers-in-aws-ecs
- https://stackoverflow.com/questions/41592091/run-a-database-migration-command-when-deploying-a-docker-container-to-aws
- https://ltd-keeper.lsst.io/gke-migrations.html
- https://stackoverflow.com/questions/31715239/docker-compose-database-migrations-and-other-pre-post-scripts
- https://stackoverflow.com/questions/38089999/docker-compose-rails-best-practice-to-migrate
- https://stackoverflow.com/questions/37058812/how-best-to-run-one-off-migration-tasks-in-a-kubernetes-cluster
-
Watching a directory for file changes
2017-11-03 Python:
- http://brunorocha.org/python/watching-a-directory-for-file-changes-with-python.html
- https://github.com/gorakhargosh/watchdog
- https://stackoverflow.com/questions/182197/how-do-i-watch-a-file-for-changes
- https://stackoverflow.com/questions/136168/get-last-n-lines-of-a-file-with-python-similar-to-tail
C/C++:
-
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/