Click here to Skip to main content
15,886,075 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.


 
GeneralWhen Interviews Fail Pin
Dominic Burford29-Mar-16 20:44
professionalDominic Burford29-Mar-16 20:44 
GeneralRe: When Interviews Fail Pin
Slacker00730-Mar-16 2:26
professionalSlacker00730-Mar-16 2:26 
GeneralStackoverflow Developer Survey Results 2016 Pin
Dominic Burford17-Mar-16 22:01
professionalDominic Burford17-Mar-16 22:01 
GeneralRe: Stackoverflow Developer Survey Results 2016 Pin
Slacker00718-Mar-16 0:14
professionalSlacker00718-Mar-16 0:14 
GeneralRe: Stackoverflow Developer Survey Results 2016 Pin
Dominic Burford18-Mar-16 6:15
professionalDominic Burford18-Mar-16 6:15 
GeneralGetting creative and staying in the zone Pin
Dominic Burford16-Mar-16 1:56
professionalDominic Burford16-Mar-16 1:56 
GeneralLet's stop talking about quality Pin
Dominic Burford25-Feb-16 21:02
professionalDominic Burford25-Feb-16 21:02 
GeneralWhat makes a good programming language? Pin
Dominic Burford3-Feb-16 1:53
professionalDominic Burford3-Feb-16 1:53 
I was reading an article recently that was comparing different programming languages, and it got me thinking about what criteria should we expect in every programming language. There seems to be an upturn in the number of new programming languages, from the mainstream to the obscure. Every week it seems that a new programming language is getting released. So what qualities should we expect in a programming language. Here's my list of qualities.

- A programming language must be predictable. Fundamentally a computer program is an expression of an idea written in a language that can be understood by a computer. It’s a medium for expressing human ideas and having a computer execute them, so it’s critical that a human’s understanding of a program actually be correct.

- A language must be consistent. Similar things should look similar, different things different. Knowing part of the language should aid in learning and understanding the rest. This sounds obvious, but it cannot be understated just how important consistency is in aiding the development of sophisticated programs using a particular programming language. It should also be consistent in how it implements a particular programming paradigm. For example, if the language is object-oriented or functional, then it should be consistent with that particular paradigm, such that a programmer with experience with the paradigm can learn the language with reference to previous knowledge and / or experience of the paradigm.

- A language must be concise. Or to put this another way, a programming language should NOT be verbose. If it takes numerous lines of code just to output "Hello world" to the standard output device, then it can hardly be described as concise. New languages exist to reduce the boilerplate inherent in old languages. (We could after all write machine code. Whilst this would be extremely concise, it would be incomprehensible to a human being). A language must therefore strive to avoid introducing new boilerplate of its own.

- A language must be reliable. A programming language is a tool used to solve problems, it should not create more problems of its own. They should minimise any new problems they introduce. Any “gotchas” are massive distractions.

- A language must be debuggable. When something goes wrong, the programmer has to fix it, and we need all the help we can get with this. The programming language should provide useful error messages, stack traces etc to enable the programmer to debug and fix the problem with the code.
"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

GeneralRe: What makes a good programming language? Pin
Slacker0073-Feb-16 2:07
professionalSlacker0073-Feb-16 2:07 
GeneralRe: What makes a good programming language? Pin
Dominic Burford3-Feb-16 20:52
professionalDominic Burford3-Feb-16 20:52 
GeneralPreventing a button from being clicked multiple times Pin
Dominic Burford26-Jan-16 21:26
professionalDominic Burford26-Jan-16 21:26 
GeneralProgramming Trends To Look For This Year Pin
Dominic Burford13-Jan-16 19:03
professionalDominic Burford13-Jan-16 19:03 
GeneralWhat is "Clean Code"? Pin
Dominic Burford23-Dec-15 5:05
professionalDominic Burford23-Dec-15 5:05 
GeneralCoding without a safety net Pin
Dominic Burford15-Dec-15 18:48
professionalDominic Burford15-Dec-15 18:48 
GeneralFocussing controls with ASP.NET Pin
Dominic Burford10-Dec-15 21:07
professionalDominic Burford10-Dec-15 21:07 
GeneralOne Googler's War on Javascript Frameworks Pin
Dominic Burford26-Nov-15 19:24
professionalDominic Burford26-Nov-15 19:24 
GeneralThe Programmer's Oath (extended version) Pin
Dominic Burford19-Nov-15 19:01
professionalDominic Burford19-Nov-15 19:01 
GeneralBalancing general IT knowledge vs. technical expertise Pin
Dominic Burford19-Nov-15 1:08
professionalDominic Burford19-Nov-15 1:08 
GeneralRe: Balancing general IT knowledge vs. technical expertise Pin
Slacker00719-Nov-15 1:29
professionalSlacker00719-Nov-15 1:29 
GeneralRe: Balancing general IT knowledge vs. technical expertise Pin
Dominic Burford19-Nov-15 2:29
professionalDominic Burford19-Nov-15 2:29 
GeneralTime for Linus Torvalds to change how he treats people Pin
Dominic Burford14-Nov-15 21:05
professionalDominic Burford14-Nov-15 21:05 
GeneralRe: Time for Linus Torvalds to change how he treats people Pin
Slacker00715-Nov-15 1:47
professionalSlacker00715-Nov-15 1:47 
GeneralProgrammers and engineers Pin
Dominic Burford5-Nov-15 21:04
professionalDominic Burford5-Nov-15 21:04 
GeneralRule of Modularity Pin
Dominic Burford26-Oct-15 21:46
professionalDominic Burford26-Oct-15 21:46 
GeneralDomain Driven Design Quickly Pin
Dominic Burford21-Oct-15 18:37
professionalDominic Burford21-Oct-15 18:37 

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.