-
Inversion of control in Rust
Featuring Aleksey Kladov
Object-oriented languages are great for implementing frameworks, because objects are great for inversion of control. In Rust, we don't have objects, but we have traits. This talks discusses peculiarities and patterns emerging when implementing inversion of control in Rust, using the Exonum...
patterns exonum inversionofcontrol frameworks rust -
2
Programming to Patterns
Featuring Dylan Schiemann and Piotr Zalewa
JavaScript toolkits and frameworks make it increasingly easy to write highly expressive and concise functionality that enhances an HTML component, but the power of JavaScript's somewhat hidden inheritance model shouldn't be lost in that power.
patterns javascript html -
Cucumber Workshop
Featuring Joseph Wilk
Joseph Wilk will be sharing his experiences on how you should and shouldn't use Cucumber to test your applications, but rather than a straight forward presentation with him boring everyone with lots of long winded slides he's going to run the evening in a workshop format.
cucumber ruby patterns -
Design Patterns in Scala
Featuring Jon Pretty
For May's London Scala User Group, Jon Pretty will deliver a whirlwind tour of design patterns in Scala, including (but not limited to) Utility Belt, Pimp-my-library, algebraic data types, Concept and Cake.
algebraic-data-types patterns scala -
2
Solving the Packaging Puzzle
Featuring Ian Cooper and Sebastien Lambla
Have you noticed that whilst everyone is talking about package management, fewer people seem to talking about the patterns and practices of package management, what you need to do to package up your application, and how well the tools out there support that. We'll talk about the packaging...
patterns package-management -
2
Event Patterns and Web Apps Round Table
Featuring Andy Richardson and Piotr Zalewa
The topic for this month's London Ajax User Group is Design Patterns and Web Apps. The format is different in that it will be a round table discussion. Bring your questions and get answers.
ajax patterns -
Patterns & Antipatterns in Teaching
Featuring Mal Pinder
Mal's talk will be about the techniques & approaches that worked (and didn’t work) for them whilst teaching at Codecraft.
ruby patterns data-structures -
Patterns and Practices for Real-World, Event-Driven Microservices
Featuring Rachel Reese
Don't miss Rachel Reese at #ProgNET Tutorials 2016!
microservices patterns -
Songkick's path down the Cucumber road.
Featuring Joseph Wilk
Songkick.com is a web based music startup which from an early age adopted Acceptance tests and Behaviour Driven Development as part of its development cycle. Key to this was the use of the Ruby based BDD framework Cucumber and the idea of working outside in. Having spent more than 2 years growing...
cucumber patterns bdd acceptance-testing -
Trends and Patterns
Featuring Andy Richardson
The rate of change and new advances in JavaScript, Ajax, and HTML5 is as fast as ever. This month's London Ajax User Group will be a summary of all the great changes and their impact on our development efforts.
ajax patterns html5 javascript web