Click here to Skip to main content
15,891,513 members

Dominic Burford - Professional Profile



Summary

Follow on Twitter LinkedIn      Blog RSS
6,554
Author
2,053
Authority
9,852
Debator
8
Editor
100
Enquirer
212
Organiser
2,954
Participant
I am a professional software engineer and technical architect with over twenty years commercial development experience with a strong focus on the design and development of web and mobile applications.

I have experience of architecting scalable, distributed, high volume web applications that are accessible from multiple devices due to their responsive web design, including architecting enterprise service-oriented solutions. I have also developed enterprise mobile applications using Xamarin and Telerik Platform.

I have extensive experience using .NET, ASP.NET, Windows and Web Services, WCF, SQL Server, LINQ and other Microsoft technologies. I am also familiar with HTML, Bootstrap, Javascript (inc. JQuery and Node.js), CSS, XML, JSON, Apache Cordova, KendoUI and many other web and mobile related technologies.

I am enthusiastic about Continuous Integration, Continuous Delivery and Application Life-cycle Management having configured such environments using CruiseControl.NET, TeamCity and Team Foundation Services. I enjoy working in Agile and Test Driven Development (TDD) environments.

Outside of work I have two beautiful daughters. I am also an avid cyclist who enjoys reading, listening to music and travelling.

 

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralCivil engineers vs Software engineers Pin
Dominic Burford4-May-15 19:27
professionalDominic Burford4-May-15 19:27 
GeneralWeb developers make less than IT peers, but skills are more in demand Pin
Dominic Burford30-Apr-15 19:15
professionalDominic Burford30-Apr-15 19:15 
GeneralStupid coding tricks - A batch of Pi Pin
Dominic Burford29-Apr-15 18:53
professionalDominic Burford29-Apr-15 18:53 
GeneralJasmine: Behaviour-Driven Javascript Pin
Dominic Burford28-Apr-15 19:45
professionalDominic Burford28-Apr-15 19:45 
GeneralEnterprises still miss the real point of open source Pin
Dominic Burford28-Apr-15 11:44
professionalDominic Burford28-Apr-15 11:44 
GeneralSoftware Craftsmanship Pin
Dominic Burford27-Apr-15 21:29
professionalDominic Burford27-Apr-15 21:29 
GeneralTen reasons why open-source software will eat the world Pin
Dominic Burford23-Apr-15 19:14
professionalDominic Burford23-Apr-15 19:14 
GeneralThe rise of the Javacript frameworks Pin
Dominic Burford23-Apr-15 1:27
professionalDominic Burford23-Apr-15 1:27 
To say that Javascript frameworks have been in a state of constant change over the last few years wouldn't take a genius. Every developer involved with web development picked up and used JQuery to a smaller or larger extent. This remained the de facto Javascript framework for several years and everything ticked along very nicely thank you. But recently we have had Knockout, Backbone, Amber / Ember and Angular to name just a few, each one the flavour of the month in quick succession. I have often felt that I was spending more time attempting to learn the strengths and weaknesses of each Javascript framework than I ever did actually writing any code in them.

Too many of the other frameworks which I looked at seemed to take a "my way or the highway” approach, requiring you to rewrite everything from scratch. You had to follow that framework's ideology and force you to subscribe to its own idiosyncrasies. If you needed to follow a slightly different path to achieve something this usually involved a lot of pain.

Angular’s “directives embedded in HTML” approach, in particular gave me cause for concern. From what I've read on various forums, the two way data binding that is one if Angular's big selling points seems to cause as many problems as it solves, especially when applications scale up.

Angular certainly has a lot of developers using it. How many of them still like it now is another question. Backwards compatibility does not seem to be one of its core strengths. I’ve seen the up-and-coming Angular.js 2.0 described as a "course change", a description that should send a shudder through any developer that's relying on it. How many of those developers are going to take kindly to rewriting their entire code base from scratch. I think many of them may just look elsewhere instead.

I believe Angular.JS is heading for a demise that’s going to be even more rapid that was its original rise.

Enter ReactJS
For my money, Facebook's React.JS[^] Javascript library is set to dominate the web programming world. Even if it doesn't get as many developers as Angular or Ember, the latter two libraries are rapidly assimilating many of React's best ideas, so React will win out one way or another.

React's best features:
1. Encourages component-based design based on composition. Practically mandates it, in fact.
2. Implements a one-way, top-down data flow.
3. Has a super fast diffing engine that minimises updates to the DOM (always a performance pain).

With React.JS on the client and Node.JS on the server, the future of web development and Javascript in particular looks very bright indeed.
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare

Home | LinkedIn | Google+ | Twitter

GeneralLearning Node.JS Pin
Dominic Burford19-Apr-15 18:43
professionalDominic Burford19-Apr-15 18:43 
GeneralThe 2015 Stack Overflow Developer Survey Pin
Dominic Burford16-Apr-15 18:23
professionalDominic Burford16-Apr-15 18:23 
GeneralJavascript is the language of the web Pin
Dominic Burford15-Apr-15 18:35
professionalDominic Burford15-Apr-15 18:35 
GeneralDomain Driven Design Pin
Dominic Burford14-Apr-15 2:44
professionalDominic Burford14-Apr-15 2:44 
GeneralBankrupt Development Pin
Dominic Burford12-Apr-15 19:37
professionalDominic Burford12-Apr-15 19:37 
GeneralExecution in the Kingdom of Nouns Pin
Dominic Burford10-Apr-15 1:22
professionalDominic Burford10-Apr-15 1:22 
GeneralLanguage vs Framework Pin
Dominic Burford9-Apr-15 2:18
professionalDominic Burford9-Apr-15 2:18 
GeneralDo we really need asynchronous programming? I don't think so. Pin
Dominic Burford18-Mar-15 22:20
professionalDominic Burford18-Mar-15 22:20 
GeneralHelp Vampires Pin
Dominic Burford17-Mar-15 21:44
professionalDominic Burford17-Mar-15 21:44 
GeneralThoughts on what makes a great software developer. Pin
Dominic Burford11-Nov-14 23:09
professionalDominic Burford11-Nov-14 23:09 
GeneralDefinition of a programmer Pin
Dominic Burford10-Nov-14 22:42
professionalDominic Burford10-Nov-14 22:42 
GeneralPet peeve - poor marking Pin
Dominic Burford5-Nov-14 0:01
professionalDominic Burford5-Nov-14 0:01 
GeneralPet peeve - developers who want to be spoon fed the answer Pin
Dominic Burford22-Oct-14 21:07
professionalDominic Burford22-Oct-14 21:07 
GeneralPet peeve - using the var keyword Pin
Dominic Burford21-Oct-14 0:28
professionalDominic Burford21-Oct-14 0:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.