My Company, Epicenter Consulting, Is Looking For ColdFusion Developers

Posted June 23, 2010 at 10:10 AM by Ben Nadel

Tags: Work

Epicenter Consulting, my web application development company, has some exciting projects on the horizon. As such, Clark Valberg and I are looking for some full-time, off-site ColdFusion developers to join our team. This would be an opportunity to work with passionate developers in an environment that promotes best practices, facilitates open communication, and rewards innovative thinking.

Your relationship with Epicenter would start off with some contracting work to ensure that you enjoy working with Epicenter methodologies (such as Interface-Driven Architecture) and feel comfortable with the type of projects we undertake. This contracting position would then move naturally into a full-time, salaried position complete with health benefits, conference opportunities, training events, and other ways in which we can invest in the healthy growth of our team.

If you think we might be a good fit, please apply at the following link:

http://bit.ly/coldfusiontalent




Reader Comments

Jun 23, 2010 at 10:21 AM // reply »
148 Comments

What is interface-driven architecture? I went to the website and all that seems to be there is the front-page placeholder.


Jun 23, 2010 at 10:25 AM // reply »
11,314 Comments

@Lola,

Interface-Driven Architecture is a process by which the interface is created before any back-end code. In essence, the interface becomes the "spec" document for fabrication phase of the software development life cycle. The interface becomes a living document used to drive discussions with all the relevant stakeholders.


Jun 23, 2010 at 10:29 AM // reply »
148 Comments

So, basically you mock up wireframes and revise these during your discussions with clients and people who'd be using the sites, and once everyone's pretty much in agreement, you create the code that activate these wireframes?


Jun 23, 2010 at 10:34 AM // reply »
11,314 Comments

@Lola,

More or less. We start with wire frames then move to a more high-fidelity UI. But, at the end, the UI is pretty much complete before we write any back-end code. It keeps the conversation very agile and responsive.


Jun 23, 2010 at 10:52 AM // reply »
5 Comments

CFDeveloper from Singapore can be considered to apply for this job?


Jun 23, 2010 at 10:56 AM // reply »
11,314 Comments

@ppshein,

I think if you are interested, you should apply. I would have to discuss with my business partner regarding the time-zone difference.


Jun 23, 2010 at 11:01 AM // reply »
1 Comments

If living in the UK, would this be a problem considering the 5 hours time difference?


Jun 23, 2010 at 11:04 AM // reply »
11,314 Comments

@JBuda,

I would assume the UK to be fine.


Jun 23, 2010 at 11:27 AM // reply »
74 Comments

Ben,

Congrats on growing Epicenter!


Jun 23, 2010 at 1:03 PM // reply »
39 Comments

I just tried filling it out and got a 502 from Google..

it's trying again, hopefully it works..and isn't spamming you with my info.


Jun 23, 2010 at 1:24 PM // reply »
11,314 Comments

@Tim,

Weird! Should be working now (hopefully).


Jun 23, 2010 at 1:29 PM // reply »
39 Comments

Yes, it did just work. Thank you.


Jun 25, 2010 at 3:39 PM // reply »
28 Comments

Um Ben I was curious about the interface driven architecture idea. So I clicked on your link. There was nothing there just a placeholder page. Could you give some more information about your interface driven architecture idea. from the sounds of it, its similar to an approach I've uses for a while.

thx,
larry


Jun 27, 2010 at 7:55 PM // reply »
2 Comments

I kind of stumbled into interface-driven development and I like it a lot. By building the interface first, you really get a sense of what types of data each page will need and when it will need them, which in turn helps you plan your architecture to write the least amount of code necessary.

I don't do 100% interface-driven development for now, but I do develop the interface for all core components ahead of time. It's also great for showing things to other non-technical stakeholders and getting real feedback before coding begins.


Jul 5, 2010 at 9:15 AM // reply »
2 Comments

will you consider the indian coldfusion developer ?


Jul 5, 2010 at 2:07 PM // reply »
1 Comments

IDA in spanish is similar to (female) 'mad'. :)

Please, let me know if I could help any way.

Good luck with your job.

Best regards from the most sunny and warm part of Spain.


Jul 9, 2010 at 2:34 PM // reply »
1 Comments

Gee, Ben, interface-driven architecture sounds like a great subject for an e-book. How about publishing a PDF that explains the concept a little more fully, and include some slick graphics while you are at it. Just a thought.

heh


Jul 12, 2010 at 10:58 AM // reply »
11,314 Comments

@Jeff,

Sounds cool - I'll let Clark know - IDA is definitely more his brain-child than mine (although I am completely on board with the process!).


Jul 20, 2010 at 1:53 AM // reply »
1 Comments

I are living in india.shall i apply?



Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Jun 19, 2013 at 2:01 PM
Experimenting With The Amazon Simple Storage Service (S3) API Using ColdFusion
I have coincidentally been beating my head against the S3 API for the last week or so. One big "gotcha" I had to work around was file names and paths containing spaces. Remember to URL Enco ... read »
Jun 19, 2013 at 1:27 PM
Using Slice(), Substring(), And Substr() In Javascript
very good article. By the way IE supports negative values in substr or slice in verson 10. ... read »
Jun 19, 2013 at 11:33 AM
Filter vs. ngHide With ngRepeat In AngularJS
In your assessment, is it correct to say that given a list of say 500 items its more performant to use the `ngHide` method over the `filter` method? ... read »
Jun 19, 2013 at 10:18 AM
ColdFusion Path Usage And Manipulation Overview
Anyone happen to know if the file created by getTempFile will be automatically removed at any point? Nothing mentioned in the docs, and restarting CF doesn't remove them, so it seems it needs manu ... read »
Jun 19, 2013 at 9:41 AM
Working With Inherited Collections In AngularJS
I actually just ran into this same situation with a demo I was putting together. Your implementation of multi-lvl $scope's > Mine :) ... read »
Jun 19, 2013 at 8:17 AM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
@Prateek, to match a word or text you should use .toContain('word') that's a jasmine reference. website is : http://pivotal.github.io/jasmine/ ... read »
Jun 19, 2013 at 8:10 AM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Hi Guys, Actually i am doing e2e test of angular js of my project but i am not getting one thing that is how to press enter key through the test when my form is filled as i am not using a button but ... read »
Jun 18, 2013 at 9:20 PM
Mapping AngularJS Routes Onto URL Parameters And Client-Side Events
I couldn't find examples of passing multiple arguments using the when() routing statement so figured out through trial and error that you can pass multiple arguments using the following format: .whe ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools