Category Selected:

conferences

Blog

Call For Speakers Open for Into The Box 2018

Luis Majano |  September 27, 2017

We are very excited that the Into The Box conference is coming back to the Houston are in April of 2018. Registration is now officially open and call for papers is now open as well. We have great many things planned for this year surrounding our conference mantra of: Modernize Your Skillz

  • Full 2-day conference with over 30 different technology topics
  • An additional full day of hands-on training available for a veritable 3 days of awesome
  • A warm and sunny city of Houston, TX
  • Starting on April 25th - 28th
  • Modernize Your Skillz
Read More

CFObjective 2017 - 3 WAYS TO TEST YOUR COLDFUSION API - Gavin Pickin

Gavin Pickin |  July 24, 2017

Most projects in CF now involve creating some type of consumable CFC Endpoint or API Service... do you Unit test your API, do you use Integration Tests on your API? How many ways do you test your API? Not all tests are created equal.

We build our CFCs and CF API to be consumed with CF Apps, Mobile Apps, Javascript apps and devices we haven’t even thought about yet. To be smart developers we need to be able to test our CFC endpoints, and the code that uses those endpoints.

Read More

CFObjective 2017 - AN EXERCISE IN CLEANER CODE - FROM LEGACY TO MAINTAINABLE - Gavin Pickin

Gavin Pickin |  July 24, 2017

We’ve all had those projects, the salvage project, the legacy project that we picked up, and wished we never had.

Was it written 5 years ago by that young dev with lots of passion but no big picture vision.

Was it written 6 months ago by another team, by a top gun developer who knows all the design patterns, and tried to future proof the app, only succeeding in making it impossible for anyone else to understand.

Read More

CFObjective 2017 - Design Patterns - Brad Wood

Brad Wood |  July 24, 2017

At this year's CF.Objective I presented on the topic of programming design patterns.  Here are the slides for the presentation.  This session covers what programming design patterns are, how they got their start, and reviews common design patterns and antipatterns.  There are simple code samples that go with most of the samples, including the antipatterns.