Explore >> Select a destination


You are here

keetology.com
| | thinkingeek.com
19.5 parsecs away

Travel
| | GObject is the foundational dynamic type system implemented on top of the C language that is used by many other libraries like GLib, GTK and many other components, most of them part of the GNOME desktop environment stack. I've been lately wrapping a C library that uses GObject for C++ and I learned about some of the challenges.
| | blog.mgechev.com
17.9 parsecs away

Travel
| | On 18th of September 2014 was pushed the initial commit of version 2.0 of the AngularJS framework. A few weeks ago the core team at Google, published AngularJS' 2.0 website and gave a couple of talks on ng-conf about their new router, change detection, templating, etc. I'm passionate about AngularJS since its early versions so I decided give it a try using the quick start. In the meantime I and also created an angular2-seed project for my test, dummy projects.
| | www.integralist.co.uk
18.9 parsecs away

Travel
| | Quick Summary Introduction Objects Class Analysis Dependencies Flexible Interfaces Duck Typing Inheritance Inheritance vs Composition Further good rules of development from Sandi Metz Summary Quick Summary Here is a short summary for those of you who prefer to see a quick bullet-point list of items covered... Decouple your code (we discuss this in more detail below) Describe your class to see if it does too much e.g. for each class write down a single line description and try to avoid the words 'and', 'o...
| | timilearning.com
157.5 parsecs away

Travel
| My notes from the second chapter of Martin Kleppmann's book: Designing Data Intensive Applications.