Home > Articles > Programming

Death of the Full-Stack Developer: Just Code Happily

When multi-hyphenated entrepreneurs prove they can't do it all, why do ordinary mortals keep on trying? Dennis Sheppard, co-author of Teach Yourself AngularJS for .NET Developers in 24 Hours, speaks the truth for software developers: Nobody can do it all, and trying to learn every possible programming language makes no sense. Why not just code in the language(s) that you enjoy?
Like this article? We recommend

One of my co-authors of Teach Yourself AngularJS for .NET Developers in 24 Hours asked me the other day, "Is software development actually hard?" This thought-provoking question spurred a lot of discussion. From a mental agility standpoint, development is certainly somewhere above manual labor and below rocket surgery. But can anyone and everyone learn to code? It's hard to say for sure, but numerous studies and articles have been written about the ages at which kids can learn various basic programming concepts. Others show that some people can't do it at all; certain programming concepts appear to be watershed indicators of a new developer's success in the field.

Basic concepts like variable assignment, looping, and recursion are a first major hurdle that trips up a lot of would-be developers. The second giant hurdle is the overwhelming amount of information we feed new developers. If you're a fresh-faced developer, recently graduated from college or a dev bootcamp, your work is cut out for you. On top of learning the domain of your new workplace, all the new people, and the customs and norms ("Uh, where's the bathroom?"), you're also immediately bombarded with a perpetually expanding list of software topics, languages, paradigms, options, APIs, and so on. Are we setting up new developers to be miserable?

Too Many Languages, Not Enough Time

A few months after I joined NextTier Education, we realized that we were using more languages for our core applications than we had developers on the foundational team. The front end of our web apps is written in JavaScript with AngularJS. The main API is written in Python with Django. The public-facing mobile apps are written in Objective-C (for iOS) and Java (for Android). A random back-end process is written in Go (not sure how that one snuck in there). That's five languages, with only four developers on this particular team! Fortunately, since then, we've added more developers, so we're not outnumbered.

Technical startups tend to strive toward being lean organizations. As we build each new system, NextTier chooses the appropriate technology for that system based on the information we have at that time. So while the diversity of our programming languages presents interesting challenges that potentially could be alleviated by a more streamlined tech stack, the diversity in and of itself is not a deterrent to success. The breadth of technical experience on this subset of our dev team ranges from many, many years all the way to a couple of developers who are recent graduates of dev bootcamps.

With this background, my opinions on this issue aren't catered toward teams or entire companies with the experience to handle such a diverse set of languages. Instead, my advice is meant for individual developers who might feel completely overwhelmed at the sheer pace at which our industry moves.

A Mile Wide and an Inch Deep

Is it possible to be an expert in so many languages? Maybe. All at the same time? I really doubt it. You could gradually rotate the languages in, allowing yourself to become "a mile wide and an inch deep" in all the various tech stacks. In fact, a prevailing thought among many developers is that you're not actually a good developer if you aren't a polyglot. With this mindset, in order to be a real developer you need a hat that says "Full Stack" and a T-shirt that says "Developer."

Personally, I don't think a good developer has to be a mile wide and an inch deep. Knowing five or even ten languages at once doesn't make you a "rock star" dev by itself. Good software developers write good, maintainable, scalable, and extensible code—regardless of the language or where the code lives. If you're able to accomplish that goal in Ruby, that's great. Python? Awesome. PHP? I might question your life decisions, but that's amazing, too!

But do you have to be an expert in all of those languages at once? I don't think so. In fact, I don't think it's even feasible. As Kathy Sierra says, "You're not keeping up. I'm not keeping up. And neither is anyone else. At least not in everything."

Is software dev hard? Keeping up with it certainly is. By the time I'd really gotten comfortable with AngularJS, Angular 2 was on the horizon—which is okay, because AngularJS will be around a long time, and it will remain relevant. I'd love to try out more ReactJS, learn the ins and outs of ES6 and TypeScript, start a project with Ionic, and check out MeteorJS. I wonder: By the time I get to the end of my list, will all those technologies still be relevant? And that's just in one language!

When you're faced with a daunting list of things to learn—like five programming languages—you can go about it in multiple ways.

  • Grind through and learn all five languages. You might not know a lot about all five, but you can probably get your job done with a lot of Googling and reference books.
  • Learn a language only as you need it. Just-in-time learning is a great way to approach a plethora of languages and frameworks. Why learn every piece of everything if you're not going to use it? Instead, find the best technology that solves your current problem, learn it, solve your problem, profit. If the next application you build needs a different language, learn that one.
  • Focus on either the front end or back end. It's okay to be "just" a front-end developer or back-end developer. No matter what anyone else says, it doesn't make you less of a developer. I'll write you a note—it'll be fine.
  • Focus on what keeps you interested and engaged. My favorite approach to this issue is just to learn what makes you passionate and do what makes you happy. That's when you're most productive. Some developers are perfectly happy traversing the full tech stack. Some of them are even good at it! Other developers are happier working with just a subset of technologies. If it makes you happy to do pointer arithmetic, I might start with a little prayer to the software dev gods, but I'll also say, "Good for you!"

We all need our ten thousand hours of practice, but if you're trying to learn multiple languages just so you can be a real boy, you might run out of time. Even if you spend ten thousand hours on general software development, though, I don't think it matters. For me, the "right" or "best" way to get good at anything is to love what you're doing. If you love Scheme, grab your parentheses and be the best Scheme developer you can be. No matter what language you choose, if you code a lot, you will get better.

Do I think you should barricade yourself in a dark room, focusing on only one language, particularly if you're a new developer? Not at all. Just as experiencing cultures outside of your hometown can teach you how other people live and work and what kind of food they eat, you can learn from seeing what other languages have to offer. Ooh, look, JavaScript scope isn't determined by brackets! And what are those C++ pointers even doing?! Oh, no, it's more PHP! Hide! You can learn a lot about the programming language you love, just by learning other languages. As in all other walks of life, diversity in your knowledge can only help you. You just shouldn't expect to be an expert in all the cultures of the world.

KISS Your Language(s)

So what should you do if you join a team that develops with five languages? Do you really need to become an expert in all of those languages? I think we've decided that's not essential. In fact, I'll go a step further: You don't need to be an expert in all five languages, and in some cases it makes more sense to trim from five languages to just one. To illustrate my point, let's take the five languages from that NextTier team and choose just one language that can handle all of these tasks: JavaScript.

Half a decade ago, that proposition would've been laughable, but it's much less so now. JavaScript is ubiquitous, easy to learn (and difficult to master), the community is burgeoning, and the language standard is growing up.

So let's start the teardown of the five languages.

  • The front end? Already in JavaScript—done.
  • The API and back-end job? You can choose from a few different node.js frameworks, and a lot of companies, giant and small, are powering their APIs with node. We're not ready to switch just yet at NextTier, but it's not outside the realm of possibility. There's a lot of concern in the industry that JavaScript isn't ready for enterprise-level application development. Many organizations have overcome that concern already, but if you're not convinced, check out some of the new things happening in the JavaScript world that should appease both type-safety fans and classical OOP geeks.
  • Mobile apps? If I haven't already, this could be where I lose some of you. There have been far too many debates about HTML5 versus native mobile apps. I used to read many Twitter fights and blog-post comment wars with fascination, and even thought about taking part in a few (I generally abstained). But I'm no longer interested in such debates. Is it possible to write mobile apps with JavaScript? Absolutely. Is it always the right choice? Nope. For our purposes, NextTier could most likely leverage something like Ionic to get the results we want. I've been on a team that wrote mobile applications generating millions of dollars in revenue, and it was 98% JavaScript. If we need to write something that absolutely demands performance, like a mobile game, JavaScript probably isn't the answer. As the language is growing up, though, more often than not JavaScript is becoming the answer.

One Language to Rule Them All?

At this point, I've outlined how we can drop four languages and ride the JavaScript train to the bank. I'm not advocating that you march into your CTO's office and go on a hunger strike until you're using JavaScript for everything. It's okay—and most likely even appropriate—for your company to have language diversity. I'm simply illustrating the point that as an individual developer, it's not only possible to get by without comprehensive knowledge of half a dozen languages, their frameworks, and their APIs—actually it's quite feasible.

Some of you aren't convinced. Let's back up again to our five programming languages. You would likely be able to get some knowledge overlap from your team members on a few of these projects, but across all five languages? That's really unlikely.

If all the projects used JavaScript, though? The likelihood goes way up. Yes, writing an API is a different paradigm from writing a web front-end in Angular, which is different from writing a mobile app. No doubt about that. But if you're using the same language, concepts will overlap. Even if you hate the idea of a one-size-fits-all language, you have to be intrigued by the idea of gaining efficiency by cutting your languages from five to one.

But what if JavaScript isn't for you? That's okay. You could also reduce your five languages to one or two with C#.NET and Xamarin. I'm sure other solutions would also work.

Choices are good, because no language is a magic bullet. Sometimes you need to eke out the best possible performance from a system, or solve a very specific problem. I'd never suggest JavaScript for statistical analysis—R is a great solution for that. For AI programming, Visual Basic isn't as good a tool as LISP. Programming languages are tools to solve problems. Be wary of thinking of every problem as a nail, just because all you have is a hammer.

Let's be clear: You should learn to use other tools in your tool belt. But if you don't love doing it, solve the problem that requires the tool, and get back to what you enjoy doing.

Final Thoughts

There's no great software developer award for knowing the most languages or technologies or frameworks—or at least I didn't get invited to the ceremony. If the idea of five languages genuinely excites you, and you want to learn all five because it sounds like fun? Outstanding! If you're consistently able to learn and maintain your skills with a bevy of languages, while being amazing on the front end and back end, I'll admire you forever. I don't think I can pull that off, though. Instead of being pretty decent at a lot of languages, I'd rather aspire to be excellent at just one.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020