Last active
August 29, 2015 14:01
-
-
Save zachlysobey/74e1118392b3cf31da6e to your computer and use it in GitHub Desktop.
Developer Resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Blogs: | |
object mentor: http://blog.8thlight.com/ | |
Dave Thomas: http://pragdave.me/ | |
Java 8 stuff : http://blog.jooq.org/tag/java-8/ | |
Jeff_Atwood: http://blog.codinghorror.com/ | |
Chad Fowler: http://chadfowler.com/ | |
martin Fowler: http://martinfowler.com/intro.html | |
John HackWorth: https://hackworth.be/ | |
Brad Touesnard: http://bradt.ca/ | |
Paid Content: | |
http://cleancoders.com/ | |
http://pragprog.com/screencasts/v-kbtdd/test-driven-development | |
Free uncle bob videos: | |
Architecture: https://www.youtube.com/watch?v=WpkDN78P884 | |
Technolog: https://www.youtube.com/watch?v=mslMLp5bQD0 | |
Professionalism: https://www.youtube.com/watch?v=p0O1VVqRSK0 | |
Land of scrum: https://www.youtube.com/watch?v=hG4LH6P8Syk | |
Coplien vs Bob: https://www.youtube.com/watch?v=KtHQGs3zFAM | |
Craftsmanship and ethics: http://www.infoq.com/presentations/craftmanship-ethics | |
Notes of interest: | |
http://cr.openjdk.java.net/~jrose/values/values-0.html | |
https://www.destroyallsoftware.com/blog/2014/tdd-straw-men-and-rhetoric | |
Publishers: | |
https://pragprog.com/ | |
https://leanpub.com/fp-oo | |
Katas: | |
http://codekata.com/ | |
Podcasts: | |
Hansel Minutes: http://hanselminutes.com/ | |
Shoptalk Show: http://shoptalkshow.com/ | |
JavaScript Jabber: http://javascriptjabber.com/ | |
Giant Robots Smashing Into Other Giant Robots: http://podcasts.thoughtbot.com/giantrobots | |
Java Posse: http://javaposse.com/ | |
Basement Coders: http://basementcoders.com/ (dead now) | |
Dev1 (Video) http://dev1.tv/ video podcast | |
Software Engineering Radio: http://www.se-radio.net/ | |
Polymorphic Podcast: http://polymorphicpodcast.com/shows | |
This Agile Life: http://www.thisagilelife.com/ | |
Coder Radio: http://www.jupiterbroadcasting.com/show/coderradio/ | |
Programming Throwdown: http://programmingthrowdown.blogspot.com/ | |
StackExchange Podcast: http://blog.stackoverflow.com/category/podcasts/ | |
Page Break Podcast: http://www.pagebreakpodcast.com/ (book/blog post reviews) | |
5by5 “web” podcasts: http://5by5.tv/#web-tab | |
Boag World: http://boagworld.com/show/ | |
This developer’s life: http://thisdeveloperslife.com/ (I think this one is dead now, but some good stuff) | |
WebDev Radio: http://webdevradio.com/ | |
Coder Radio: http://www.jupiterbroadcasting.com/20392/pardon-our-dust-coder-radio/ | |
Arrested Devops: https://itunes.apple.com/us/podcast/arrested-devops/id773888088 | |
Linux Action Show: http://www.jupiterbroadcasting.com/tag/linux-action-show/ | |
By Topic: | |
--------- | |
Spock | |
Mocking, Stub and Spying with Spock - http://vimeo.com/74553183 - good video on Spock | |
AngularJS | |
Superheroic Bowling: The Classic Kata in AngularJS - https://www.youtube.com/watch?v=E51LT9-9IfA - good example of TDD workflow with AngularJS / Jasmine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment