Slashdot Mirror


Ask Slashdot: Are General Engineering Skills Undervalued In Web Development?

nerdyalien writes After reading a recent post about developer competence, I can't help but to ask the question, "Are general engineering skills undervalued in web development?" I am an EE major. The course I completed, and the professors who taught it; mainly emphasized on developing skills rather memorizing reams of facts and figures. As a result, I have acquired a multitude of skills such as analytical, research, programming, communication, project management, planning, self-learning, etc.

A little over 3 years ago, I made the fateful decision to become a web developer in a small SME in SEA. Admittedly, I have an unstructured knowledge about CS theory. Still, within a short period of time I picked up the essentials of web development craft, and delivered reliable web applications. Most of all, I made good use of my existing technical/soft skills, despite the lack of my CS pedigree.

Recently I went through a couple of job interviews in MNCs, SMEs and start-ups alike. All of them grilled my CS theory or Java knowledge. Almost no interviewer asked me about my other skills (or past experiences) that could be helpful in the developer position. In my experience, web development is a cocktail of competing programming languages, frameworks and standards. Rarely a developer gets exposed to a single technology for a substantial period to learn it inside-out. Even still, in web development world, deep in-depth knowledge in anything will be outdated in few years' time as new technologies roll out. So, what matter's today? Knowledge on a particular technology or re-usable engineering skills ?

58 of 323 comments (clear)

  1. UX by Anonymous Coward · · Score: 5, Insightful

    Most web sites seems to have far more engineering and art than they need, and far less UX that they should. I don't care how pretty and dynamic a site is if the user experience sucks.

    1. Re:UX by binarylarry · · Score: 2, Insightful

      web sites seems to have far more engineering

      Lolololol

      --
      Mod me down, my New Earth Global Warmingist friends!
    2. Re:UX by sycodon · · Score: 4, Insightful

      I have a little bit of electrical experience. I can wire a house, change batteries, and plug shit in like nobodies business.

      A few weeks ago I interviewed for an Electrical Engineering position. I couldn't believe it when they asked me nothing but Electrical Engineering questions. Didn't they know I knew how to program in .NET?

      How do I break into a field in which I have absolutely no training or other qualifications?

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    3. Re: UX by jd2112 · · Score: 5, Funny

      Go into management.

      --
      Any insufficiently advanced magic is indistinguishable from technology.
    4. Re:UX by fahrbot-bot · · Score: 2

      I don't care how pretty and dynamic a site is if the user experience sucks.

      If I had to pick the single most annoying thing, it would sites that require Javascript to perform even the simplest thing, like ButtonPress or to display the main article text, that can be performed with straight HTML. I mean - seriously.

      --
      It must have been something you assimilated. . . .
    5. Re:UX by WinstonWolfIT · · Score: 3, Interesting

      A structured web app will use something like AngularJs to bind that click to a controller method, separating layout from logic. To have any level of quality in the code delivering a web app, even a 'simple' one, you're going to have to use an html5 browser with javascript enabled. If you prefer not to, I prefer you not use my apps because I'll be damned if I'm going back to the days of slow-loading pages glued together. Even my personal shopping list app which is a glorified simplification of the standard todo app, uses ajax to provide a responsive experience. When I select 20 items to be removed, I don't have to wait for 20 page reloads on a slow connection. 20 async remove requests spin up and the entire job is done in about a second. Go back to the old days? Hell no.

    6. Re:UX by WinstonWolfIT · · Score: 3, Insightful

      newbie? Mate, I provided input into the original C++ ANSI ratification. I used to write C because that was the available choice.

      Two clicks where one suffices? That's a reduced UX. Trust me, I have no qualm about losing the 1% of my audience that your like represents. There's simply no upside to the likes of you using my software.

      Snob? Maybe but I've made significant contributions to a few blue chip software concerns in AU and I never once heard a UX guy say adding an extra click to make the luddites happy was okay. In fact, the luddites never came up. Not once.

    7. Re:UX by dotancohen · · Score: 3, Interesting

      The 2 best programmers I have ever worked with in my life, both had little more than high school educations. One quit programming to become a massage therapist. I dont know what it takes in the heart/mind to be a great developer, but I do know that neither a degree in CS or Engineering is a requisite.

      Our number 1 dev just quit to work on his film hobby. He was also completely self-taught, no formal education. Some people just 'have it'. Some don't, no matter how long they study.

      --
      It is dangerous to be right when the government is wrong.
    8. Re:UX by tigersha · · Score: 2

      You don't know what you are talking about.

      "The page" consists of a lot of small components. If one loads the page, high bandwidth or not, just to change some small part just because you pressed a button, the server has to figure out the contents of the whole page. And it has to push back the whole UI in response to a single button.

      This is a major PITA because it wreaks havoc with modularity, which is definitely a good principle in Software Engineering.

      The old way sucked. And most webpages and interaction sucked for exactly that reason. It is hard to design a server to schlep the whole damn UI over again just because someone pressed a button. Using small, modular components that are updates and treated separately on the server is easier to program, faster, works better and gives you better UI.

      Composability is the whole point in engineering and it is high time it is adapted in web design.

      --
      The dangers of excessive individualism are nothing compared to the oppressiveness of excessive collectivism
  2. I am an embedded developer by gatkinso · · Score: 2, Interesting

    and can not produce a decent web page to save my life.

    --
    I am very small, utmostly microscopic.
    1. Re:I am an embedded developer by ArcadeMan · · Score: 3, Funny

      What do you mean? An African or European web page?

  3. ABC, DEF, WTF? by Anonymous Coward · · Score: 4, Insightful

    Almost no interviewer asked me about my other skills (or past experiences) that could be helpful in the developer position.

    Yeah, they were probably all sitting there, reading through your resume, trying to figure out just what the fuck all of the acronyms you used in it actually mean.

    I mean, in a fairly short Slashdot submission summary you managed to work in these:

    • - EE
    • - SME
    • - SEA
    • - CS
    • - MNC

    I'm sure that you're dropping obscure acronyms in everything else you write, in some vain attempt to seem more important than perhaps you really are.

    1. Re:ABC, DEF, WTF? by beelsebob · · Score: 4, Interesting

      Right, the whole story came across as "I'm amazing, but for some reason interviewers keep turning me down after finding gaps in my knowledge, shouldn't they just overlook the gaps in my knowledge and see me for how amazing I really am?"

  4. No more or less than anything else by Crashmarik · · Score: 4, Insightful

    Unless you are going to be developing a site that is directly related to an EE field (mathematics/signal analysis/electronic parts etc), why would you expect your knowledge to be any more use than say someone else's knowledge of law ? If you want topics that would be useful but aren't directly related, art/art history/graphic design/advertising all come to mind.

    I know from experience my undergrad was EE and I have Professional Engineering license and it really doesn't overlap much except for problem solving skills and logical thought.

    1. Re:No more or less than anything else by Beck_Neard · · Score: 3, Insightful

      More to the point, what the hell are "general engineering principles"? I have a formal training in engineering and no one ever gave me a set of general principles to learn. Based on what I and other engineers do, I'd say the most general engineering skill is how to use ANSYS :)

      But seriously, I've only ever heard the phrase "general engineering principles" from programmers, and it usually stems from a gross lack of understanding of non-software engineering and how relevant software design is to things like building bridges or cars (hint: not at all relevant, except in the trivial sense that all of them involve clicking buttons and sitting in front of a computer for a long period of time. Maybe a "general engineering principle" would be to use an ergonomic chair? :)

      --
      A fool and his hard drive are soon parted.
    2. Re:No more or less than anything else by ShanghaiBill · · Score: 4, Informative

      More to the point, what the hell are "general engineering principles"?

      A basic understanding of physics and chemistry.
      Knowing how fluids flow, how solids bend and break, how light and electricity work.
      Constructing a simple mathematical model of a complex physical system, while understanding the limits of the model.
      Understanding how to solve problems, by breaking down complex problems into solvable sub-problems.

      I have a formal training in engineering and no one ever gave me a set of general principles to learn.

      Really? I have a four year engineering degree, and spend the first two years of that learning mostly general principles.

    3. Re:No more or less than anything else by hawguy · · Score: 4, Insightful

      I'm an EE who works as a programmer, who is currently working on a masters in CS. The general engineering skills involved in EE make me a better programmer than 90% of the CS majors out there.

      With few exceptions, I've found that when someone tells me that they are better than 90% of the X out there, I've found that to be false and that the person just doesn't know how little he knows, and he'll go on at length about some arcane little anecdote that "proves" how smart he is.

    4. Re:No more or less than anything else by Anonymous Coward · · Score: 2, Interesting

      I have a formal training in engineering and no one ever gave me a set of general principles to learn.

      ... then you either didn't get a real 4-year engineering degree, or you somehow missed the fucking point:

      Every engineering assignment ever = show your work so it can be properly reviewed.
      Statics = how to break down and analyze big problems.
      Linear algebra = how to create models of systems.
      Multivariate calculus = how to understand problems with multiple inputs.
      Differential calculus = how to identify boundary conditions, transients, and exceptions that can fuck up systems.
      Fourier / Laplace / S / Z / transforms = how to organize systems so simpler solutions can be applied.

    5. Re:No more or less than anything else by w_dragon · · Score: 2

      I used to work at a company that made WAN equipment. One of our interview questions asked people to rate themselves on a scale of 1 to 10 on their networking knowledge, where 10 is an expert. The idea was that we could skip the simple networking questions for higher numbers. The reality was people only picked a few numbers, but it turned out to be really reliable which ones. Experts were 4, average was 6, very little knowledge was 8, and totally clueless was 10.

  5. Hiring based on skills? by Anonymous Coward · · Score: 3, Interesting

    If you are ever in a position to hire people, you will find it is the hardest business skill to acquire. HR people don't understand the types of skills technical jobs require, and hiring managers don't understand how to evaluate applicants on anything except technical skills.

    The result is hiring on trivial but easily tested skills. I was just turned down for a job because, after 20 years of delivering successful projects, which I had documented, they wanted me to take a basic coding test, and I refused.

    I'm not usually that ornery, but at some point I want the people I might be working with to show some common sense.

    All I can suggest is you are going to run into this over and over, and the only thing you can do about it, especially early in your career, is learn CSS, JavaScript and JavaScript frameworks, and HTML5. You are going to need to learn them anyway.

    As for Java, that's a big one, but you could get started. All of the tools you need are free and are available for both Windows and Linux.

    1. Re:Hiring based on skills? by Cat_Herder_GoatRoper · · Score: 4, Insightful

      The coding may not have been what they were evaluating. You failed because you thought the test was beneath you. Bad attitude cannot be corrected!

    2. Re:Hiring based on skills? by JoeMerchant · · Score: 3, Insightful

      I met a retired, highly successful CEO when he was about 70. The two quotes I remember from him are: "Hey, wanna go to the bar and pick up some babes." and "Hiring people was the hardest part of the business, if I succeeded 50% of the time in picking a person who didn't make things worse than they already are, I considered myself to be doing well."

      Personally, I've "picked" about a dozen people out of the hiring pool, some with a little more pressure to "fill the positions yesterday" than others. People are consistently surprising, often better used for something other than what they were hired for. If you can recognize that, and work people into roles where they contribute the best, that is the true skill of management.

      As for getting your foot in the door - it sucks, there's just not another word for it. Before the internet, it was about personal contacts and first impressions. Now, your hiring gauntlet is crammed full of so much noise that it is amazing that anybody gets found. I was "panned" for a gig that I am supremely qualified to do, 2 decades of experience doing exactly what they want and rave reviews from everybody I've ever worked with, people taking me to lunch 3 months after I leave a job trying to get me to come back. These people made up their mind about me based on 5 minutes of poor audio quality phone interview. The job is programming, not verbal knowledge regurgitation based on garbled descriptions - but, that's their hiring criteria, and I suppose they communicate with their people through crappy phone lines all the time, so it is an important skill, for them.

      Keep looking, don't be afraid to take an offer and then move on if something better comes along: your employers will be tossing you to the curb the next time they screw up sales and economic climate forecasting, with "employment at will" you have every right to move on to better things when the opportunity comes your way.

  6. your observations are spot on by circletimessquare · · Score: 2

    but what you are really criticizing is the mediocrity of the hiring process

    hiring a good team is perhaps the most vital function of a company, and so many get it wrong, in terms of who and what kind of skills they should be looking for

    they'll hire the guy who knows the buzzwords of the moment, and ignore the guy who doesn't know the buzzwords, but could learn them in half a day and, most importantly, apply them with the requisite scalability, maintainability, versioning, testing, etc. that means the difference between a world class site and a brittle piece of shit

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  7. Getting the job done quick is all that counts. by Qbertino · · Score: 5, Interesting

    Being in Webdev for 15 years I can say that getting the job done quick is all that counts. Most of the web is run by the bizarest of contraptions in software you can imagine - but they get the job done. Take for instance Wordpress: It's a prime example for bad software architecture and the inner platform antipattern.

            But it works. It delivers, Any idiot can download and install WP, pop in a theme and start fiddling. The webev gets called in when the system is all gummed up and feature x,y or z has to be added with magic programming trick (i.e. dirty hacks) quickly.

    Same goes for PHP as a PL. Strange, bizar and hilarious, but it get's the job done.

            That's what counts.

            All that been said, it's precisely because of this that your skills as a webdev determine wether you'll have some freedom to pick your job and a fair salary or if you'll be treaded badly. I've been through so many projects that I can tell you even the crappy devs don't mean it. If there's a crew of 5 coding without versioning, that's because their to dumb to know any better and they won't listen to you if you're not ready to walk out of a job that only pays you a McDs salary.

            If however, you've got the skills and the tools, most people will think you're a demi-god. Use whatever technology you want, but be able to deliver. I've started building my own toolkit a while ago - it involves bash-cli snippets and PHP code - and dive into any mess my client/boss requires me to work with, be it Wordpress, Drupal, Joomla or whatever. I've since become good enough that I can make some demands, but I have no illusions about my outlook in the webdev world. It is a volatile occupation and unless you move into Java/Oralce, SAP or MS territory, it will stay that way.

            The upside is the freedom we have. We get to use FOSS most of the time as primary tools of trade and get to try out new things 5 times a week - neat. You can't have it both ways.

    In a nutshell: If you want to stand your ground, you have to be good at both: Overall problem solving experience and proficient expert knowledge in the current tools of your trade. If you stick to building those mostly from tried-and-true FOSS technologies, you'll keep pointless learning to a minimum. For instance, I make a point of using grep to search for snippets of code in a project. My IDE may be dead 3 years from now, as may be the system I'm using. grep will be around until I die.

    My 2 cents.

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re: Getting the job done quick is all that counts. by Crashmarik · · Score: 2

      This needs to be modded hilarious.

  8. Engineering is way undervalued by byteherder · · Score: 3, Insightful

    Engineering knowledge and skill is way undervalued in the current development climate. It is more about get it done fast, get it out the door. Don't make the code pretty, don't make it reusable, fix it later attitude. Patch it up, put a bandaid on it and move on to the next fire.

    The only place I have seen where engineering skills are valued is where lives are at stake (nuclear reactor code, Space Shuttle) or enterprise software that has to be up 24/7 or the business fails.

    Welcome to the real world.

  9. Get Out Now by Anonymous Coward · · Score: 2, Insightful

    Oh dude, you're so overqualified for anything in Web Development.

    CS, CS is bogus and only really quantifies anything if you're working in Artificial intelligence or Security. The rest of the time, a CS degree is just acts as a warranty for the interviewer that you supposedly knew enough book facts to pass an exam.

    Like, I kid you not, most of the crap people work on in Web Development are bloated Javascript frameworks, or bloated Ruby/PHP/Perl backends, and very few people actually know how to make efficient use of the hardware because none of them know exactly how hardware works. Hence we keep seeing further inefficiency by switches to virtual machines and "cloud" virtualize-everything.

    I'll give you a very-obvious example. Lots of sites like to use WordPress. If you compare Wordpress to a flat-file (using only javascript, what was formerly known as AJAX (eg Web 2.0) using only flat files, you have 1000X the capacity on the machine with the flat files. The solution that everyone uses? Throw more hardware at it. So instead of optimizing the CMS so it generates cacheable flat files requiring 10 times less hardware, they instead buy 10 times as much hardware and virtualize it on demand.

    Like I see so much waste "cloud" setups it's no wonder that cloud providers are making money hand over fist.

  10. The general value of an engineering education by Marginal+Coward · · Score: 2

    I am also an EE by training, but now write software exclusively, mostly embedded software, and I also dabble in some web development on the side. To me, the general value of any kind of engineering education is that it trains you extensively in problem solving. Although I learned a lot of specific things that I use on the job, the general thing I learned was how to solve problems. I also gained the confidence that problems which seem unsolvable at first could always be solved with a systematic approach and persistence.

    I'm not claiming that learning problem solving skills is exclusive to an engineering education, but just that it's a particular emphasis of that. It's a very general and valuable skill that's applicable to many fields. In this example, perhaps you "solved the problem" of doing web development by taking a systematic approach to acquiring the skills needed, and persisting until you mastered them. Of course, anyone can do that, and there are plenty of capable self-taught web developers who aren't engineers, but your EE training certainly doesn't hurt.

  11. Here's what I know, just because you're an EE by DoofusOfDeath · · Score: 4, Insightful

    I've spent about 20 years refining my programming stereotypes. I think they fit the data pretty well now. Here's my take on you, simply because you're an EE:

    * You're smart enough to pick up pretty much any CS concept, from the simple to the arcane. For the most part, only physics majors will simply be smarter than you.

    * Your code will look like crap, until you put effort into writing more idiomatically and until you learn the design patterns that help programmers use to tame complexity. Your code will, generally speaking, be harder to read than that produced by CS and physics majors, until you put some work into it.

    * You mentioned having only a fragmented understanding of CS theory. I think that's true for most of us (I have a PhD in CS). There's just so much of programming for which good theory has been developed: type systems, parallelism (concurrent sequential processes, deadlock rules), user interfaces (kind of), system complexity, static / dynamic analysis of code, relational algebras, parsing, the expressive power of various languages in the Chomsky hierarchy, graph theory, complexity classes, etc. A lot of these theories can be useful for solving problems, but most programmers muddle by without putting them all together and remembering their implications. Heck, most programmers probably don't know about half of the things I listed.

    So I wouldn't feel too anxious about that, especially w.r.t. web programming. But it can be very satisfying to to learn more about them, and may in some cases let you solve some problems that other's can't. If you want to get better at some of the brainier stuff, I'd suggest getting a master's degree in CS from a decent school. But that my be overkill for bog-standard web development, I'm not sure.

  12. There is no engineering. by Anonymous Coward · · Score: 2, Interesting

    Web and other programming is just that and is not engineering.

    I saw this happening in the mid 90s - programmers insisting on calling themselves engineers.

    I do not know why this happened other than the pathetic egos of our profession and engineering envy - like economists have physics envy. Somehow, programmers got it in their heads that being called an engineer is better than being a programmer or software developer. Why? I have known plenty of engineers who couldn't lay down a decent program. Spaghetti city!

    Me, I'm just a programmer - thank you very much. I am not an engineer because I do not have an engineering degree, the experience or the exams that says I am.

    1. Re:There is no engineering. by lostmongoose · · Score: 5, Funny

      programmers insisting on calling themselves engineers.

      You mean like mechanical, electrical, etc 'engineers'? When was the last time ANY of those people drove trains? What? You mean it's only ok for some people to 'evolve langauge' to suit themsleves, but not others?

    2. Re:There is no engineering. by Anonymous Coward · · Score: 2, Insightful

      The difference is that electrical, mechanical, civil engineers, et al, all have governing bodies and licensing requirements. What drives us engineers insane is that some people are allowed to call themselves engineers, when they are not. They don't have the training, oversight, etc. It's not just professional hubris or exclusionism, it's about diluting the respect and reliability of our profession -- and in some cases, even public safety.

      Try being a nurse, nutritionist, radiological technician, etc, and calling yourself a doctor. It won't fly.

    3. Re:There is no engineering. by Attila+Dimedici · · Score: 3, Interesting

      Actually, the term engineer as it applies to electrical, mechanical, etc engineers does not derive from the term used for those who drive trains. If the two terms are related, it is the other way around. My suspicion is that the term railroad engineer for the guy who drives a train derives from the fact that the first men who drove trains were the same men who designed trains. And even long after that stopped being true, they were men who knew how trains were designed (in detail) so that they knew how to fix them when something went wrong.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    4. Re:There is no engineering. by Balthisar · · Score: 3, Informative

      The difference is that electrical, mechanical, civil engineers, et al, all have governing bodies and licensing requirements.

      Except that vast majority of the working engineers in the USA aren't PE's, and aren't subject to licensing or other regulatory requirements. Some fields -- especially various civil things -- only require engineers to be overseen by a PE, but makes no requirement for engineers who perform the tasks. In most consumer fields no PE requirement exists.

      --
      --Jim (me)
    5. Re:There is no engineering. by NormalVisual · · Score: 5, Insightful

      Me, I'm just a programmer - thank you very much. I am not an engineer because I do not have an engineering degree, the experience or the exams that says I am.

      I actually feel the same way. I've got a few decades of professional coding experience, and would like to think I don't completely suck at it, but I much prefer the title "programmer", "developer", or even "analyst". The title "engineer" implies training and responsibilities that the vast majority of code monkeys like me don't have.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
    6. Re:There is no engineering. by NormalVisual · · Score: 2, Informative

      My suspicion is that the term railroad engineer for the guy who drives a train derives from the fact that the first men who drove trains were the same men who designed trains.

      I think it's probably more that the engineer was responsible for controlling primary aspects of the locomotive's engine back in the early steam days (boiler pressure, signalling, etc.), much as the fireman's role was maintaining the fire that heated the boiler, and the brakemen's job was controlling the brakes on one or more cars.

      --
      Please stand clear of the doors, por favor mantenganse alejado de las puertas
  13. All general skills are undervalued. by Black+Parrot · · Score: 3, Insightful

    HR wants 10 years experience in something that was invented 5 years ago.

    If you have bigger-picture skills, you might be tempted to think for yourself.

    --
    Sheesh, evil *and* a jerk. -- Jade
  14. Like most engineers by msobkow · · Score: 4, Insightful

    Like most engineers, you're under the impression that your "magic ring" should automatically be given respect. Your whole post just screams "prima donna", and THAT'S your problem in interviews.

    --
    I do not fail; I succeed at finding out what does not work.
  15. His acronyms have different meanings. by Anonymous Coward · · Score: 2, Interesting

    Within the web development industry, which the submitter is referring to, "CS" is often taken to refer to "Adobe Creative Suite". You know, it included Photoshop, Dreamweaver, and lots of other tools that are popular within the web design and development industry. Even since the switch to Create Cloud, a lot of people still refer to it as "CS" out of habit. Computer science isn't their first thought when hearing or seeing that acronym.

    Again, within the web development industry, "EE" is first and foremost known to refer to the "Experts-Exchange" website. Electrical engineering isn't the first thought when hearing or seeing that acronym.

    So the submitter probably is using acronyms that he thinks mean one thing, but the audience he's expressing them to takes them as having a totally different meaning. Then he wonders why they don't value him. It's because as far as they're concerned, he's talking gibberish to them.

  16. Engineering skills cost money by Registered+Coward+v2 · · Score: 4, Interesting

    The companies are probably looking for the cheapest code monkeys they can find and thus don't want to pay for any other skills.

    --
    I'm a consultant - I convert gibberish into cash-flow.
  17. I hire EEs by nhtshot · · Score: 3, Informative

    I'm the head of software engineering at a small company and was a technical director at an MNC previously. I've hired hundreds of programmers.

    I regularly hire EEs as programmers, but not for web development. Web development is mostly the bastion of very nimble, hacky types. As others have said, it's frequently more about putting together a reasonably elegant hack in a short period of time.

    I hire EEs for board support and other embedded development. Those are the places where real engineering skills are the most useful. I don't want my BSP full of dirty hacks or hard to find/duplicate bugs. I want code that is planned, organized and well executed. That's exactly (in my experience), what I get from engineer coders.

    The exception to my above generalization about web development is Java. Java backed websites (JSP and the like) are mostly developed by engineers and are used by large companies. If you want to maintain your engineering mindset and build websites, Java dev as a nameless drone at a big company is the way to do it.

    Otherwise, I'd suggest boning up on your C and getting into embedded stuff. I personally find embedded work much more satisfying. It's also much easier to stay relevant without knowing the ins and outs of the latest NoSQL db or javascript library.

  18. Give them examples by nbauman · · Score: 4, Insightful

    Since I don't know much more about IT than the average human resources guy, maybe my experience can be useful.

    I taught myself how to write spreadsheets, and wrote a lot of them for my own personal use.

    Then I talked to a guy who had been an engineer and programmer, and came into corporations to teach other people how to use spreadsheets.

    He made the point that, when he wrote a spreadsheet, he included error-checking routines, such as calculating things in different ways, that would catch obvious mistakes in the spreadsheet.

    For example, in a checkbook program, he would calculate the balance on each line by adding the debits or subtracting the credits from the previous line, as I did, and get a running balance.

    Then he would separately total the columns and get the balance by taking the difference between the totals.

    They should be the same. But if you made a mistake, they might not be.

    People have made a lot of expensive mistakes by calculating the total of a bid but getting the range wrong.

    This is a deliberately stupid example, but it's stupid enough that it was news to me (because I was self-taught), and it's stupid enough for an HR guy to understand.

    I would suggest that you think up a few examples of how your general engineering and EE skills gave you insights that helped you write a better program, examples with obvious utility, examples that are simple enough for an HR guy to understand.

    Since the HR guy may not even understand programming, you can give him a quick course in programming, which will demonstrate your educational skills as well.

  19. Re:Not shit by gatkinso · · Score: 5, Insightful

    It is true, my post isn't shit.

    --
    I am very small, utmostly microscopic.
  20. Re:secure email by BarbaraHudson · · Score: 3, Insightful

    Well, you apply for web monkey work, they're going to see if you have the essentials. If you don't, forget about the "nice to haves".

    Let's reverse the scenario - a web monkey who applies for an engineering job because he's worked as a web monkey at his previous job - an electrical engineering contractor - and has picked up some of the basics over the years. He'd be shown the door pretty quickly.

    I tried for several years to teach an engineering friend how to code. The problem is that he couldn't get into the minutiae. The mindset is simply not the same.

    --
    "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
  21. The interview process has changed by dmaul99 · · Score: 3, Interesting

    It used to be that you'd go in and you'd be asked to talk about the projects that are on your CV, talk about what challenges you faced and how you solved them, and you'd be asked some basic technical questions to confirm that you hadn't completely made it all up.

    Now, nobody gives a crap about your CV. The last time I went through it, to be a PHP/MySQL developer, the tech lead or whatever came in without my resume in hand, gave a curt look and a limp handshake, and launched into it:

    "I have 3 questions."

    First off:

    "Design a game of blackjack." with no further explanation. A silent stare as I asked for clarification. Okay you want me to give you an object model. Doing that.

    Much pain later and condescension and derision later (yet in my opinion done well enough to be functional,) comes the second question with only 10 minutes in the hour remaining:

    "Design an algorithm to efficiently sort a list of trillions of elements."

    And I barely got off the ground on that one. Bounced some thoughts at him with the same derision and impatience in return. Needless to say I never got to hear what the third question was.

    His colleagues were not much nicer. I didn't get the job, but fuck them. I wouldn't want to work with these miserable assholes anyway. As I was walked out I saw their big developer pit or whatever they call it, this nightmarish contraption with no privacy and all this agile frenzy going on. No windows, all artificial light in the middle of the day, these giant monitors mounted on walls showing the build status or whatever the fuck, this cheap synthetic carpet, not a single person smiling. I'm sure they are very productive and God bless em.

    OTOH, yup, I'm still looking for full time work.

    1. Re:The interview process has changed by Anonymous Coward · · Score: 2, Insightful

      There are a lot of places like that. They all think they're the greatest places on earth to work too and getting a job there makes you an "elite" dev. Working 80 hours a week to make somebody else rich? Fuck that.

  22. Learn the material by Anonymous Coward · · Score: 3, Insightful

    I think instead of asking if it is really necessary to know CS theory and/or Java, you should just learn them for your next interview. Too many people have this "I can learn it easily" attitude and think it is enough, but that does not mean shit to an interviewer. Companies want people who can hit the ground running (i.e. people who already know their shit). You might as well prove that you "can learn it easily" by actually learning it.

  23. Don't be so hard on him... by Ecuador · · Score: 2

    I have a degree in Physics (and not an "easy" one) and I have found that my extensive math is usually a significant advantage over CS guys. So I could see how some things from EE could be useful, especially if you were doing much in the telecom/signal processing etc type of EE stuff. Then again I also have a Master's in CS (good US Uni), so I guess it is different. You can brag if you know more than other people in a field, but you can't do it if you are at least as good in the basics... ;)

    --
    Violence is the last refuge of the incompetent. Polar Scope Align for iOS
    1. Re:Don't be so hard on him... by Anonymous Coward · · Score: 4, Insightful

      As someone else with a Physics degree, Engineering Physics, its not just the math that gives you the edge over the CS guys, but the lack of arrogance.

      I have worked with many CS guys would couldn't code for shit because they never bothered to actually learn the language they're coding in, because according to them it's all just syntax. And the ones with the masters in CS are some of the worst developers I've seen.

      Physics is a humbling degree to get because once you get it you realize that you're only scratching the surface and that leads to a similar approach to other areas as well.

    2. Re:Don't be so hard on him... by dgatwood · · Score: 3, Informative

      I have worked with many CS guys would couldn't code for shit because they never bothered to actually learn the language they're coding in, because according to them it's all just syntax. And the ones with the masters in CS are some of the worst developers I've seen.

      Apparently, you've never read code written by people with masters' degrees in physics.... Talk about people not taking the time to learn the language....

      The thing is, a master's degree in CS doesn't necessarily give you any real-world coding experience, and doesn't necessarily give you any real-world engineering experience. And there's a wide range of undergrad degrees backing that master's degree. Remember that a master's degree usually gives you a lot of theoretical knowledge, and a lot less practical knowledge. Most of a candidate's practical experience is likely to come from his or her undergraduate degree.

      Want to find someone who really understands how to write software? Hire someone whose undergrad degree came from a smaller college (which is more likely to be closer to a trade school, with less theory and more practice), and ideally someone whose background is in something other than Java. Why? Java hides way too much of how a computer works, so Java programmers often lack enough understanding of what's going on under the hood to write good code.

      In your interview process, ask obscure low-level architecture questions, like "What is a trap?" or "What does the BEQ/JEQ/JE opcode do?" These questions will rule out anybody who hasn't ever worked with any form of assembly language. From there, try to ask questions about their learning style to try to figure out if they are self-teaching (which tends to be a sign of a good programmer, because it enables someone to rapidly adapt to working on code that he or she didn't write).

      Or find somebody with a master's degree whose undergrad degree came from a small school, and just assume that the odds are good that he or she was serious enough about programming to figure it out on his or her own.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    3. Re:Don't be so hard on him... by luis_a_espinal · · Score: 2

      and ideally someone whose background is in something other than Java. Why? Java hides way too much of how a computer works, so Java programmers often lack enough understanding of what's going on under the hood to write good code. That is nonsense on all accounts. Glad you are not hiring.

      Just some background to qualify my opinion (subjective and anecdotal to a degree, obviously). From 1994 till 1999, I worked in a variety of languages, VB, FoxPro, Delphi, and then C++. Then I switched to Java in 1999 and worked with it till 2010. Then , then went back to C/C++/Asm till recently. Some C#. Now I'm doing Java/EE and Python again.

      I've seen a lot of people in different roles, and indeed, at least my experience matches what the OP is saying. A background predominantly Java (or C# or VB or PHP) does not typically translate to a good understanding of how things work.

      And such people work in a fallacy that such knowledge is not essential. And that's why we have Java/EE systems that trash the GC, or that leak connections up to the wazoo. When you have never seen a segfault with nothing but a core dump, and when all you know are these high-level stack trace constructs, it creates a false sense of security where the basics of cleaning your own shit are nowhere to be seen. Algorithm basics go out of the door (with hilarious consequences), and always operating under the assumption that latency is always 0.

      So I find the OP's premise to hold consistently, regardless of whether we are developing an e-commerce site or a networking tool, or an Eclipse plug-in. In my experience, it simply holds. YMMV.

      Learning style ... So being an autodidact is a 'learning style'? Sorry, I had had no idea what you even refer to if you had asked me: 'what is your learning style?'

      This is actually a valid question. God knows how many people I've seen constantly asking me how to use GNU sed or whether deleting keys off a java.util.HashMap is ok while iterating on it. A simple trip to google, a set of javadocs or stackoverflow would answer that shit very quickly. And that is a function of a learning style (or lack thereof.)

      So there is a validity to the question. If you ask that question, and the answer doesn't contain a single reference to visiting google or stack overflow, be very afraid.

  24. Web Developers are not engineers by Martin+S. · · Score: 2

    Web Developers are craftsmen not engineers and generally know little about what it means to be an engineer, despite all the automated tools they have at their disposal.

  25. Engineering - less about facts... by See+Attached · · Score: 2

    My engineering degree has prepared my for a job in IT in 2 main areas. First, critical thinking, and second, envisioning/building systems with many moving parts. Basic concepts like UID/GID, and file permissions may seem core to IT Skills, but are the last thing that seem to be foundational to many SW developers. Also the ability to think on ones feet, to build a system of moving parts, into a system of many more moving parts. So many of my Graduating class have switched to IT jobs. Civil, Mechanical, chemical, even Electrical gearheads have made the jump. Reason? We are trained to think and consider all the details. Why, its where the money is. Want a foundationally sound system? Pair a software/Visionary with an Engineer and you will get solid/durable results. Be sure to spec out the requirements, the expectations, and the succcess criteria.

    --
    Time for a new Political party in the US (or two!) One is off the rails Other cant pony up a leader.
  26. Web-devs usually have no enginnering skills by gweihir · · Score: 2

    That is why you were not asked about them. In most cases, web-developers are the bottom of the barrel, spotty CS skills at best, no other engineering skills at all. The interview process you experiences tries to make sure the people interviewed are not completely incompetent, nothing more. You are vastly overqualified.

    And no, this is not prejudice. I did run into really badly done mission-critical web-applications repeatedly and in different places and tried to find out why they were made so badly. Turns out this is standard. Best so far I found are a couple of web-developers that cannot manage to read and understand the teo content pages of an RFC, where half of the pages are pictures. The one using a self-written bubble-sort to sort an arbitrary large array in Java was also nice.

    Also relevant: http://blog.codinghorror.com/t...

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  27. Interesting News by some+old+guy · · Score: 2

    Web developers have engineering skills? Stop the presses!

    --
    Scruting the inscrutable for over 50 years.
  28. Internet of Things? by kylebostian · · Score: 2

    I can't comment on why or why not you've been able to land a web developer job, but I'll pop in with a bit of related but unsolicited career advice: Look for a job where someone is building devices for the "Internet of Things." There are plenty of embedded systems companies which value the type of skills which came with your EE degree, but have no staff with a background in web development. As they look to get their devices on the internet, someone well versed in the mix of technologies involved - and can build a usable web UI - will be in demand there.

  29. General Engineering skills don't work with Web Dev by jellomizer · · Score: 2

    The general idea behind good engineering. Sit down do all the work and build your product. With Web Development or any software development with a lot of end user interactions. The engineering methodology towards development is doomed to failure, unless you happen to have a large marketing engine behind you to push your product.

    The first mistake: Collecting your requirements. In development this is an iterative task. As the end users really do not know what they wan't have of them aren't even sure what advantage your product will have to bring.

    The second mistake: Prototype. The idea of a prototype is a functional equipment made before mass production. In software Mass Production is not the issue. So you are actually just making an equivalent of a Clay model. for your prototype. This will at least start to spark their imagination so you can actually collect real requirements, however you get stuck in a lot of complaining, how the colors are off, or you are using the wrong logo, or the fact the data is not saving. You get a bunch of non-requirements from it. As a side note. I once released a prototype software back in the 1990's we just recently got a CD Burner, and a CD Labels that we can print too. So when we distributed the prototype, I printed a label with some fancy graphics, and put it in a jewel case. Some bonehead got his hand on the prototype system, impressed by the graphics on the CD and Jewel case. and Installed it over his version of the software and wrote a nasty level on how horrible the new version of the software was, how half of the screens didn't work, and how he deleted all his existing data. Needless the CEO of the company blasted him back and told him how much of an idiot he was, for installing a software labeled in big writing "PROTOTYPE" and expecting it to work like production software, and also for Installing software he wasn't suppose to install on his system anyways.

    The third mistake: Requirements and spec signoff. The requirements and specs are not done until the product is done. Any assumption made early on may be a major issue later. You decided to use HTML Tables and you found out they were slow for large data sets so you needed to switch to divs. Or you were suppose to use divs but getting the CSS just right on the required browsers is near impossible, so you need to switch to tables. The original data format took hours to process, while a different format takes seconds.

    In general with modern software development engineering principles don't work too well, as the IDE and coding is the design process, and the steps of making a formal design with a bunch of flow charts etc... Is for a large part just redundant.

    This is for software that is intended to end user interaction (Web development). These engineering skills are much more useful for back end type of work. Where there is a fixed process and you just need to have the computer do the work and you really don't care about making it look nice to the end user.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  30. silos within the profession by deodiaus2 · · Score: 2

    I see that there are lots of silos within the SW profession. The 2 biggest camps are MS dotNet and Java EE based tech. Then there are lots of sub types. At one time, I use to be a Jovial programmer working on big DoD projects until I got laid off. Most of the interviews questioned lots of language specific stuff. However, I felt that my biggest strength was in SW design and analysis, and SDLC. No one asked me questions about that, as I suppose they thought it was hard to evaluate an answer.
    Lately, I have become a Java programmer and had a C++ interview. I use to know C++ quite well, but after being away from it for a while, I even forgot a lot of that. My first observation was that if you don't keep up, you fall behind quite rapidly. On top of that, it is easy to juxtapose knowledge between the two. For example, while working on Generics in Java, I could not keep my syntax straight and used patterns from C++ templates.