Ortus Developer Week (ODW)
November 06-10, 2017

A Training Extravaganza Coming to Your Desktop or Mobile or iPad or Android or Whatever!

Featured Speaker: Eric Peterson

Eric Peterson (@_elpete) is a cfml and javascript developer at O.C. Tanner in Salt Lake City, Utah. He attended the University of Utah and received a degree in Information Systems thinking he would hate programming as a career. He started programming in cfml (and in general) in 2012 and has never been more happy to be proved wrong. What he lacks in experience, he makes up for by demos and blogging. A beginner himself, he blogs about many beginner topics at http://dev.elpete.com.


All open source products, trainings and websites are maintained thanks to your patronage, so please help us out and become an Ortus Patreon today!
Sponsor Us

 

Tips for Writing Modules for all Frameworks (but especially for ColdBox)

Nov 6, 2017

session: 1 (see session times to right)

level: Beginner

This live session was recorded and is now viewable on Vimeo and Adobe Connect...

VIEW SESSION RECORDING
ColdBox modules are the best way to reuse functionality in CFML across applications. But with a few adjustments you can make your module more friendly to use in non-ColdBox applications while not losing any of the magic of ColdBox modules!

qb — a Query Builder for the rest of us

Nov 8, 2017

session: 1 (see session times to right)

level: Beginner

This live session was recorded and is now viewable on Vimeo and Adobe Connect...

VIEW SESSION RECORDING
Meet qb, a query builder for the rest of us. Stop worrying about concatenating SQL strings together in the right order. Create object oriented Compose your SQL queries in a grammar agnostic, fluent builder.

commandbox-migrations — Database Migrations using CommandBox

Nov 10, 2017

session: 2 (see session times to right)

level: Intermediate

This live session was recorded and is now viewable on Vimeo and Adobe Connect...

VIEW SESSION RECORDING
Introducing CommandBox Migrations, a framework-agnostic way to take control of your database schema changes versioned inside your application. Powered by qb.