Slashdot Mirror


Ask Slashdot: Are 'Full Stack' Developers a Thing?

"It seems that nearly every job posting for a software developer these days requires someone who can do it all," complains Slashdot reader datavirtue, noting a main focus on finding someone to do "front end work and back end work and database work and message queue work...." I have been in a relatively small shop that for years that has always had a few guys focused on the UI. The rest of us might have to do something on the front-end but are mostly engaged in more complex "back-end" development or MQ and database architecture. I have been keeping my eye on the market, and the laser focus on full stack developers is a real turn-off.

When was the last time you had an outage because the UI didn't work right? I can't count the number of outages resulting from inexperienced developers introducing a bug in the business logic or middle tier. Am I correct in assuming that the shops that are always looking for full stack developers just aren't grown up yet?

sjames (Slashdot reader #1,099) responded that "They are a thing, but in order to have comprehensive experience in everything involved, the developer will almost certainly be older than HR departments in 'the valley' like to hire."

And Dave Ostrander argues that "In the last 10 years front end software development has gotten really complex. Gulp, Grunt, Sass, 35+ different mobile device screen sizes and 15 major browsers to code for, has made the front end skillset very valuable." The original submitter argues that front-end development "is a much simpler domain," leading to its own discussion.

Share your own thoughts in the comments. Are "full-stack" developers a thing?

44 of 371 comments (clear)

  1. Developers always have core strengths and weakness by CraigCruden · · Score: 4, Interesting

    Yes, there are full stack developers but as with any developer they may know how to code the full stack -- but they will typically be substantially stronger as a server/ messaging / or UI developer and thus much weaker on the other side. It is always better to have people that have a full understanding and the ability to step in if required (especially as you become more senior) of the full stack. If you have people that are purely silo developers - then you will often get into situations where your UI developer wants the server to take responsibility and your server thinks it is too frivolous for them and should be done in the UI.

  2. "Full stack" developers come from "boot camps" by whoever57 · · Score: 4, Interesting

    I know someone who has a liberal arts education (all the way to PhD) and then went to one of these coding boot camps. She now describes herself as a "full stack" developer, despite very little training and experience in the field.

    --
    The real "Libtards" are the Libertarians!
  3. 15 major browsers? by 110010001000 · · Score: 4, Insightful

    Who codes for 15 different browsers? No wonder you think it is so hard.

  4. More than tools by Luthair · · Score: 3, Insightful

    "In the last 10 years front end software development has gotten really complex. Gulp, Grunt, Sass, 35+ different mobile device screen sizes and 15 major browsers to code for, has made the front end skillset very valuable."

    This is a silly statement, its like saying backend development is only difficult due to maven/ant. As someone who is a full stack developer (not only web but old style widgets), the vast majority of application code both front and back is plumbing / shuffling bits around, the amount that is technically difficult is diminishingly small.

    1. Re:More than tools by 110010001000 · · Score: 3, Funny

      I think he means it is really complex because front end developers switch their development libraries every 3 months. It must be hell.

    2. Re:More than tools by Anonymous Coward · · Score: 3, Insightful

      This.

      What is the "Full Stack" at the end of the day? It's not really a 1-dimensional stack but a multidimensional field of platforms, devices, APIs, languages and methodologies, tools, backend, infrastructure sometimes even your own IT (I've had to swap RAM and CPUs out even as a developer). That world is also filled with the DevOps people that have (possibly) shallow but exceptionally broad experiences across all these domains with the odd specialization here and there. Those are the people that can find the technologies you need to get new projects started, or can help immensely when architectural concerns rear their head. It's good to have one of two of them on staff to research and deploy new technologies because their broad experience allows them to fluidly move into new designs.

      I remember my early days in the career you could definitely get by using Windows, Visual Studio 6 and trusty old MFC. Later we got C# .Net and that was a tremendous boon for development. I could get things done in C# much faster than C++ and I was generally much more productive overall, especially because it's a closed and quite complete platform by itself. I've had run-ins with other platforms including Qt on Mac, Java on Windows and Linux, but all really applications development.

      Now applications aren't really a thing anymore. The push in the industry is toward the app stores on desktop such as UWP on Windows, and Apple's own app store via their languages. Languages are siloed within companies with each company having a language that they sponsor or develop. This is .Net on Windows, Objective-C and Swift on Apple, Go and Java on Android, or basically anything once you get to the backend (but usually Java). The major software houses jealously defend their technologies and strive to isolate them only onto their platform making them deliberately incompatible with each other. This has weaponized each software developer's programmers such that these companies use them as ammunition against each other. The drawbacks are all for the developer: No real "Standards" (they're unicorns), jarring breaks in APIs and inconsistencies in implementations. These tiny dings and scratches are what create the need for platform specialists. You can become somewhat productive in all of them but it's difficult to be an expert in all of them especially because they move around so much. In this workspace the middleware developer is a nightmare job because you actually have to be an expert in all of them to make a successful cross-cutting change across the entire platform portfolio. You cannot work alone anymore either - all programming these days is highly collaborative, and that's brought yet another brand new world of development tools and infrastructure on top of the chaos. And, yes, it's all changing every 3 months - possibly every week depending on how mature it is and what it's written in. If you're in web development it's potentially changing every download and sometimes you're juggling two of them for A-B testing.

      You can't be a niche developer anymore - to some degree we all exist in this multi-dimensional field with strengths and weaknesses, and we have to realize when a job offer says "10 years of Swift experience" when the language is only 2 years old is just someone in HR making a typo or departments playing telephone and getting details slightly off. The offer is for the "ideal" when the reality is that that ideal cannot exist with our academic and work training structures. No stable person can commit to the 80-hour week (let's be honest) and still pack in the 20 hours of side time to train on new platforms that might not make it to prime time. We don't have that much time and vanishingly few companies offer any training or time for training now. Heck, it's difficult to even go on a date and grab dinner with schedules like that. It's barely something I would call "healthy".

  5. Full Stack is not necessarily a benefit by CraigCruden · · Score: 2

    Having everyone a "full stack" developer does not necessarily benefit or favour the employer. All developers have strengths and weaknesses - and more experience doing one or the other... The natural extension of that is that those that have a strength in server work doing primarily UI work or vice-versa -- will be less efficient than someone whose strength lies on that side. A small employer could benefit from having a backup (even if less efficient) -- being able to step into doing the work that he is less efficient at (better than having no-one). A large employer will benefit from having a pool of senior developers that have full understanding of both sides (as to be able to settle disputes in the best interest of the customer)... But absolutely requiring everyone to be a full stack developer doing both in a large shop is not necessarily the best as far as cost.

    1. Re:Full Stack is not necessarily a benefit by ls671 · · Score: 4, Insightful

      To some extend, everybody should be a "full stack developer" although this doesn't prevent anybody from specializing in a specific field.

      Using people only specialized in specific fields raises the chances of cluster-fuck solutions because nobody gets the big picture and the implications on how components interact.

      I have seen it over and over, web developers without any knowledge of network call implications, etc. etc.

      --
      Everything I write is lies, read between the lines.
    2. Re:Full Stack is not necessarily a benefit by Junta · · Score: 4, Insightful

      To me, backend and frontend have some different sensibilites.

      On the backend, you are most benefited by being a solid programmer, very good at abstraction. You get to dictate terms, to some extent, of how the network is utilized.

      On the frontend, your job is more of design/human factors. You have to worry about accessibility and the psychology of the user. You certainly need programming skill, but design dominates.

      For conext, personally I *can* be a full stack developer in a pinch, I know how to do a lot of complex things in a web browser and interact with APIs. However, I don't have a good mind for design, so I produce ugly UIs., or UIs that don't make a lot of sense. This is good enough to draft some proof of concept example client code for someone with those sensibilities to pick up and run with, or to help collaborate and understand the code of the frontend better to help them fix theirs and/or understand how the backend can make their jobs easier, but it isn't really acceptable for a good experience.

      I've not yet met anyone who was superb at both. I've seen some people that can do good frontend work try to do backend and spew out some horrific nodejs stuff. I have seen backend developers produce frontends that bear no small resemblance to the work o a geocities "webmaster" from the late 90s.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  6. Re: "Full stack" developers come from "boot camps by Anonymous Coward · · Score: 2, Funny

    PhD stands for Phul stack Developer

  7. They exist, and it can work! by bigman2003 · · Score: 4, Insightful

    Hey! A post I love!

    I'm a full stack developer, and I think I do fairly well all around, but UI would be my weakest area, because that changes based on client needs.

    I think I am successful at working this way.

    The secret is, my 'stack' hasn't changed in 18 years.

    I keep upgrading, and I stay current within my stack, but I stick with what I'm doing.

    This is web work, so you're generating HTML and JavaScript, and CSS. That's it. The tools behind the scenes don't need to change every year. Find what works for you, and stick with it.

    Everything I work on, I have a lot of experience with. I may not be a hardcore DBA, but I have 18 years experience. My server admin skills aren't crazy...but 18 years. Same with the application layer....

    It's a cool job for me, because I care far more about the domain I work in (plants) than I do about finding the latest JavaScript framework.

    I haven't had a single request in the last 18 years to change any of the tools I use. But I get lots of requests where I really, really need to understand the science and logic of what my customer does. And I'd rather focus on that.

    That's my take on this...the technology is over-rated. What's really important is what you do with the technology.

    --
    No reason to lie.
  8. Full Stack... by fabioalcor · · Score: 4, Funny

    ... Overflow.

  9. Tired in General by countach · · Score: 3, Interesting

    I'm tired in general of people who want to hire with super specific skill requirements. There is so many technologies out there that you end up faking 80% of the crap on your resume. I mean fair enough, if you want a Java developer, you want someone who did Java before. But apart from that, I'd rather hire on talent than specific skills.

    As an aside, as a matter of pure research, if you can only hire people on one data point, you're far better of hiring someone for ANY position based on IQ than any other factor such as qualifications, a good performance in the job interview, an impressive resume etc. That's just science. So it's pretty likely that if toss resumes in the bin, and forgo an interview and just give an IQ test, you'll actually get better employees.

    1. Re: Tired in General by bigman2003 · · Score: 3, Insightful

      I'd rather base it on EQ.

      I've seen high IQ people make bad decisions for really stupid reasons.

      Nothing wrong with high IQ- it's great. But I deal with mature code. I'd rather have people with wisdom than just intelligence.

      --
      No reason to lie.
    2. Re: Tired in General by goose-incarnated · · Score: 5, Insightful

      I'd rather base it on EQ.

      I've seen high IQ people make bad decisions for really stupid reasons.

      Nothing wrong with high IQ- it's great. But I deal with mature code. I'd rather have people with wisdom than just intelligence.

      EQ is a made-up thing that doesn't measure anything, because anyone with a slightly above-average IQ can game the test to tell the tester what they think the tester wants to know.

      You can't game the IQ test to get an IQ higher than you really have. You can game the EQ tests to say just about anything.

      EQ is part of the "new science" where there are no facts only opinions, and everyone gets a participation trophy. IQ is part of the old science where things remain true or false regardless of the faith behind it.

      --
      I'm a minority race. Save your vitriol for white people.
    3. Re: Tired in General by q_e_t · · Score: 2

      In my experience, high IQ people don't assume other people are dumb, and I know people with pretty stratospheric IQs. If anything, assuming others are also highly intelligent is more likely the issue, but there are plenty of people with very high IQ aren't guilty of that either. What you seem to be describing is arrogance, which isn't correlated with intelligence in my experience.

    4. Re: Tired in General by Darinbob · · Score: 2

      I dunno, I know a lot of workers who I'd describe as having a very low EQ which causes severe problems. As in the expert in a domain who loudly thinks he's the expert in every domain and has alienated everyone at the company who actively avoid meetings that he is in.

  10. Front-end, simple? by DontBeAMoran · · Score: 2, Informative

    The original submitter argues that front-end development "is a much simpler domain," leading to its own discussion.

    Clearly the original submitter has only ever done simple front-end development. Back-end code either works, or doesn't.

    Front-end code has to take into account multiple operating systems, multiple browsers, multiple versions of those browsers, hundreds of devices, an extremely wide range of processing power and RAM combinations... in short, your back-end code is a walk in the park.

    --
    #DeleteFacebook
    1. Re:Front-end, simple? by gweihir · · Score: 2

      You must never have worked on the back-end where you have to be able to handle all the demented things the front-end "horde of incompetents" does and expects to work.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    2. Re:Front-end, simple? by thegarbz · · Score: 2

      an extremely wide range of processing power and RAM combinations...

      You're doing front end design and trying to tailor it to processing power and RAM combinations? What are you doing? Mining bitcoin while sending database requests?

      You tailor to single combination: The slowest, and the people with faster equipment will thank you for not writing a bloated POS. Also if you're writing for a browser but are majorly concerned about the underlying OS then you're doing it wrong.

    3. Re:Front-end, simple? by angel'o'sphere · · Score: 3, Informative

      That is nonsense on all accounts, front end code has nothing to do with processors, RAM, OS etc.
      And if you don't use a browser agnostic framework but code for every browser yourself: you are an idiot.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    4. Re:Front-end, simple? by K.+S.+Kyosuke · · Score: 2

      in short, your back-end code is a walk in the park.

      Unless the back-end code is more complex than the front-end code, because sometimes it's actually doing stuff. And considering that there is often some leeway in where you put certain things, well, if you *decide* to make the front-end complicated, of course it *will* be complicated.

      --
      Ezekiel 23:20
  11. Selective Hiring by JimMcc · · Score: 4, Insightful

    Ask for the world. Then you can choose not to hire somebody you don't want in the company (age, race, sex, hair color, etc.) because they don't meet the qualifications. HR has been doing this kind of things ever since discrimination became illegal.

  12. Yeah, I May Be One by jimbrooking · · Score: 3, Interesting

    Am a retired volunteer. Started learning web technologies after I retired in 1999: ASP, MS Access, HTML and a little Javascript and SQL where I volunteered for a non-profit. Lately, have designed and developed a very interactive website for my homeowners association with extensive MySQL, PHP, CSS, JavaScript + jQuery, and custom HTML. I use an IDE (NetBeans). I don't claim to be the fastest coder in the world, but I have evolved my skills to use the programming tools needed to do what I want to do to keep my site interesting and useful to our community. I am 78 years old, reasonably healthy, and still learning: a survival strategy I'd recommend for anyone.

    1. Re:Yeah, I May Be One by gweihir · · Score: 3, Funny

      PHP causes dementia. Probably best stay away from it ;-)

      I fully agree on learning new things though.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  13. Yup, me. by Space+cowboy · · Score: 4, Interesting

    I am older, as the summary suggests - I'll be 49 this year, but these days I do:

    • verilog code on the FPGA, which talks to the
    • embedded micro (If there isn't one in the verilog or a hard macro on the FPGA), which is controlled by
    • the board-management micro, which talks to
    • the thunderbolt or lightning connector, which needs a
    • custom PCIe driver kernel extension on the host box (Mac or Linux), which wants a
    • user-interface library that applications will use to talk to the kext, and I provide a
    • GUI or shell app that exercises the hardware, and sometimes a
    • Full-blown application with complex threaded user-interaction which often needs
    • GPU accelerated display routines, which often use
    • OpenCL or Cuda routines for the heavy lifting

    I don't think of myself as a "full-stack developer", I just think of myself as a developer. The goal is to solve problems, the more tools you have at your disposal the better.

    --
    Physicists get Hadrons!
    1. Re:Yup, me. by NoImNotNineVolt · · Score: 2

      ... you guys hiring? :P

      --
      Chuuch. Preach. Tabernacle.
  14. Re: Developers always have core strengths and weak by Anonymous+Brave+Guy · · Score: 5, Informative

    A "unicorn" is mostly just someone who's been around for more than a few years and kept learning in a broad range of areas. There are plenty out there.

    Some employers have trouble with wanting unicorns but only having the budget for newbies, but that's an entirely different problem.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  15. Not really by guruevi · · Score: 4, Insightful

    There are good developers and there are bad developers. Once you know and understand the programming paradigm, you should be able to work on anything from Linux kernels to JavaScript apps in browsers.

    Now, you may not be as experienced in one or the other, so there will be a learning curve. If the company wants a "full stack developer" what they mean is that they want someone that, without a learning curve, knows the innards of all the technologies they have picked. If they want someone like that, they would probably try to retain and promote people that have worked there the longest, so a full stack developer should be virtually always an internal hire and practically at the level of team management.

    But bad managers at companies that don't understand technologies or how 'stacks' work, want a college grad that can quickly be thrown into multiple gaps they have and thus hire externally for "full stack developers" not even knowing what their own stack is and how a hire would have to fill it.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  16. Not always that complicated. by jythie · · Score: 2

    Well yes, 'full stack' exists, and it can work pretty well. It all depends on the project's needs. The OP is correct in that pretty much all layers of development have gotten more complicated and specialized over the years, but in a way they have also gotten simpler and less specialized too. The people who develop the various technologies have generally taken a 'minimum necessary complexity, scale up from there' approach which has made the barrier for getting useful functionality out of things pretty reasonable. A good full stack developer knows a few technologies from each layer well enough to link them all up and produce something that does the job. It will not be as fancy as something produced by a UI expert, or as high availability as something put together by a database expert, etc, but if the project does not actually need that level of design or fancyness then having a full stack person or two can get you what you need with the flexibility to shift people around.

  17. Re: Developers always have core strengths and weak by haruchai · · Score: 4, Insightful

    "but only having the budget for newbies"
    or only be willing to *pay* for newbies but demanding expert skills and extensive experience.

    --
    Pain is merely failure leaving the body
  18. Re:Front-end churn by gweihir · · Score: 4, Insightful

    The front-end is basically completely FUBAR at this time. Always changing trends, always apparently good (but actually really bad) new ideas (like REST now), and everything new is expected to use them. But after a few years the framework designers lose interest and a new greatest thing is born and the old one withers and dies (very slowly). All that without any actual benefit, because business logic and business applications do not need any of that, a vt100 would actually be perfectly fine for most of them. And you do actually find those vt100's still in use. Although they are now a badly working Java Applet, instead of the original rock-solid serial terminal.

    While "new" technologies and frameworks are created at a break-neck pace, but they are not decommissioned at the same pace. So the number of different technologies you have to keep running at the same time gets larger and larger. Not good. Most applications web would actually do fine with plain HTML and a bit of JS for interactivity, but that would be plain old boring and nobody would want to be boring just for the sake of actually delivering a mature stable and professionally done product. Instead it is always the next stupid thing that is supposed to solve everything a lot better than the last stupid thing.

    Basically, it boils down to most coders never having heard of KISS or not understanding it at all. The utterly demented things coders do are staggering. And the utter lack of skill, insight and knowledge is the same. I recently told some people that their web application was not working with a proxy because it was not web-standard conform and they did not even understand what "RFC7230" was and why it was _their_ problem if they violated it, regardless of whether the framework they were using was doing it or not. Or application teams that expose data to the browser that they must not expose to it or the security model goes out the window. Turns out they had no idea what was getting sent to the browser. Or the senior (> 5 years experience!) web developer that I had to explain the anatomy of an URL to. The list goes on.

    In the end, all this is just an expression of too many bad coders and too many bad framework designers (but with big egos!). And they all want to show off their mediocre skills because they have delusions of being masters of this game and jump of every demented new trend as they think that will make them shine. What it actually does is create a mess of inconsistent technologies were you can find all the "web application coding worst practices" because somebody with not even minimal understanding of competent coding thought it was a good idea to do something clever.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  19. Re: by bigman2003 · · Score: 5, Insightful

    Well, you are approaching this from a different angle.

    There are many companies with 25-500 employees who need programming, but don't want to pay for an entire team.

    Think of a gazillion specialty companies who are small to mid sized, but need custom software. Not every company can run off the shelf type stuff because their business model can't adapt to what is currently available.

    So they hire 1-2 programmers and have them do the whole thing. Customer management down to the website.

    These aren't bad jobs. And the organizations care more about your longevity than the typical tech shop. These companies don't want to hire someone new...huge hassle.

    These are not bad jobs. And they aren't being offshored. You're part of the team and effect how the business is run. You're there to help and guide because you know what's going on.

    It's using your skills in a different way.

    --
    No reason to lie.
  20. Did it by WinstonWolfIT · · Score: 2

    At 45+ I retrained into c# and made full stack in under two years, front end all the way to deployment, and I was far from the brightest of our bunch.

  21. Doesn't know the difference between PDF & html by raymorris · · Score: 4, Informative

    > 35+ different mobile device screen sizes and 15 major browsers to code for

    This shows he doesn't understand the entire POINT of html, a web browser, and CSS. He clearly doesn't know the difference between a PDF and an html document if he's coding for many different screen sizes with many different browsers. PDF files are sized - you can make a letter-sized PDF or legal-size, for example. The entire PURPOSE of a web browser, of the rendering engine, is to format *information* coming from the server to fit nicely in whatever size the window happens to be at the moment. If you're coding you're web pages for lots of different screen sizes, you're missing the entire point of what a web browser does, and your pages will be fucked when the window isn't maximized. *Maybe* two versions - small and large. Other than that, let the browser do its job. Don't try to force something to be exactly 3 pixels over by loading pixel.gif three times and you won't have to worry about screen size (or window size).

    Your html should describe *what* the page elements are, using tags like "header", "list (ul)", "top level heading (h1)". It's the browser's job to figure out how many pixels a top-level heading should be given the screen resolution, user preferences, etc. Your CSS then can give hints including "larger" which should generally apply to all devices.

    Code for 35 browsers? Try coding html 4 or html5. Not IEthml, and not loading pixel.gif five times when you detect Mozilla. Just code to the standard. If one of the three or four major browsers is completely broken in respect to the standard for some tag you can adjust for that, but those instances should be rare.

  22. Re: Developers always have core strengths and weak by AmiMoJo · · Score: 3, Interesting

    I guess I am full stack... Everything from R&D to requirements to electronic design to firmware to validation and debugging to production support.

    It's definitely undervalued. If you grow into it at one company the raises don't usually match your new skill set. If you are looking to move most places will be looking for specific skills and won't value your full stack abilities properly. That's just the way hiring works it seems.

    I've noticed that US companies operating in Ireland pay very low wages. They contact me with offers that are â20k below anything I'd even consider, but want the skills and experience I have. They usually have very poor benefits too. Minimum holiday, no real perks. I don't know how they manage to recruit anyone. UK companies are often the same.

    EU companies tend to be a bit better. The Netherlands is a great example. Good pay, 30% tax free income for foreigners, good holidays, holiday buy-back, lunch provided, car chargers, bike facilities, nice offices etc. Sweden and Norway seem good too, if the climate is okay for you. Language could be an issue.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  23. Re:There are worse job listings by angel'o'sphere · · Score: 2

    A full-stack developer is a jack of all trades and master of none.
    That is nonsense.

    If you are to dumb to do several things that all are centered around software development that is your problem.

    For example, I saw an actual listing for a job that wanted a web programmer who could also: design for print and web, do photography and videography, create e-mail campaigns, handle social media, write content and documentation, and train users.
    This is ofc an absurd requirement. But still I know people who exactly do that and have no problem with it.

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  24. Re: Developers always have core strengths and weak by angel'o'sphere · · Score: 2

    Learning a nordic language should not be a problem for an english speaker. Considering that english is heavy influenced by germanic and nordic languages.
    Most jobs there are english anyway ...

    --
    Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  25. Yes. ... Like, for instance, me. by Qbertino · · Score: 2

    Full Stack means you know your way around correct front-end, correct back-end, correct software architecture and a solid setup that can stand on it's own once the project moves from development into maintenance/"dev-ops". This usually means that you focus on a specific set of technologies, and don't get too much into others in detail.

    Here's a nice example:
    By chance and circumstance I happen to be doing quite a bit of PHP for a living. I started before Node and kinda got stuck with it. I haven't gotten round to building mission critical Node stuff yet, but there also are some things about Node and some about PHP that actually have be favour PHP, despite it being a language developed by monkeys on crack. I also know my way around JS, Ajax, DB Design, OOAD, Linux CLI, Tooling, Load-balancing and some other stuff. Ask me about intrinsict details on JS or PHP I might be out of my depth or jump straight to stackoverflow, but therefore I don't make a fool of myself when I need to pick a font or a color palette or design a basic pageflow and layout. I can also tell with quite some certainty wether someone at any tier of the stack knows what he is doing or not.

    Hence: I'm pretty much what you would call a senior full-stack web-developer.

    --
    We suffer more in our imagination than in reality. - Seneca
  26. Sure by nospam007 · · Score: 2

    The Germans have something like that, it's called an egg-laying-wool-milk-pig.
    They are very rare and their eggs are small, the wool is sticky, the milk sour and the pork awful.

    You know the ole 'master of none' thingie.

  27. Re: Developers always have core strengths and weak by Ol+Olsoc · · Score: 2

    A "unicorn" is mostly just someone who's been around for more than a few years and kept learning in a broad range of areas. There are plenty out there.

    Hopefully there are more of those unicorns coming through the pipeline. I've found so many people simply don't want to learn new things. That won't work in the future, and to a large extent hasn't worked for years. Lifelong learning is the key, and a big part of being a Unicorn is a desire to learn new things. I've seen people lose their jobs because they refuse to learn new things, or learning them poorly when forced.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  28. Absolutely by Murdoch5 · · Score: 3

    I'm a full stack developer, I can and do write code in the embedded landscape with C, ASM (Several Arch's). I write back-end code with PHP, C, C#, Node.JS, Erlang, Scala, and some others. I write code in the front-end with JavaScript, Angular, React, GTK#, C#, C, GTK, and some others and I work with Databases, SQL (only when required as it's crap), MongoDB, and some node based DB's.

    Part of my past job was to write and maintain a stack that included an Embedded Firmware, Database, Back-end globally distributed system, Front-end System on the Web and Desktop and I wrote a full testing framework for that system. There are defiantly full stack developers and they have a place, BUT, they're also a place for non full stack developers who specialize at a Jedi Ninja level in one area and rock it so hard, it's basically another Woodstock.

  29. Re: Developers always have core strengths and weak by Ol+Olsoc · · Score: 2

    Being willing to learn new things is different from being required to constantly shift gears.

    How am I supposed to get any good at Yesterdays-Framework.js when management suddenly decides we need to "pivot" to Framework-du-Jour.js?

    Hard to say. Over my career I simply learned and adapted to what I needed to do. I actually enjoyed learning new things - I suspect that might be the difference between myself and many/most people. There are rewards for being flexible and open to learning new things.

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  30. Yes, full stack devs are a thing. by Goat+of+Death · · Score: 2

    I'm what you'd call a full stack dev. Most of my time is spent in Angular 2+ with plenty of messing around with Observables and the like. However, I also do work in Spring creating REST endpoints, entities, handling security and integrating with other web services. I also write SQL queries for use by Spring entities, and work with store procedures that inevitably are called by Spring. When I need a new table or column I'll discuss shape, form, naming of it and its relationships with the database folks and they'll put it. Then I'll write the sql to populate it.

    We have a dedicated frontend design/developer. He's light on the Angular 2+ side, which allows the rest of us to focus on that part and he takes care of all the CSS. I could do the CSS if I needed to as I was a web developer as well further back in my career. However, while I'm good at user experience flow, I'm not good at the making it pretty part, so we're glad to have him handle that.

    The rest of the devs (4) on the team are also what you'd probably call full stack though everyone has their strengths. I'm probably the strongest in Angular 2+ on our team. Two of the others are stronger on the stored procedure/database side of things. The other two are probably strongest in Spring, though one is getting pretty good with Angular 2+ now as well.

    Inevitably the entire team, other than the frontend designer/developer, ends up working along all parts of the stack to varying degrees. And we all code review each other's work so we're all exposed to all parts of the system.