🚨 Time is Running Out: Reserve Your Spot in the Lucky Draw & Claim Rewards! START NOW
O que é um desenvolvedor Full Stack: tudo o que você precisa saber

Introduction

Web development has its own jargon, just like every other industry in the world. The term full stack developer is thrown around a lot when the topic turns to making websites. In this tutorial, we will explain what is a full stack developer and how to become one. Hint: it won’t be easy but worth it in the end.

What is a full stack developer?

To tell you what is a full stack developer properly, we first need to walk you through the website development cycle. Any website starts with an idea, a vision of what it should do. System engineers and business developers figure out the functionality it will need.

Then, the design people come in together with UX/UI (User Experience and User Interface) specialists to figure out what the user will see when browsing the finished website. Once the artists have a finished mockup of what the website will look like, actual coding begins.

People experienced in technologies that make websites look good, like HTML, CSS, and JavaScript, work to translate the artists’ vision into the real thing. Other software developers complete the other essential part of the overall goal, creating the systems, which will make the website do what it needs to do.

So then, what is a full stack developer, really? He's the Jack of All Trades character who can do a little bit of everything but hasn't mastered one discipline enough to specialize.

Everything that gives a front end developer a headache

Let’s start discussing what is a full stack developer from the outside in. It should make it easier for you to visualize what people of each specialty do against the all-familiar backdrop we all see when we open a website.

For clarity’s sake, let’s say that a new and exciting startup, PinkFluffyCrocs, LLC, decides to make an online store, where they will sell pink and fluffy crocodile figurines.

What is a front end developer responsible for?

While it doesn’t directly tell you what is a full stack developer, this section will help you understand what a part of the full stack developer life is like.

As we have touched upon before, everything the end user sees when visiting the website is front end developers’ bread and butter. Every image, transition, button, the piece of text and video you see on a website was first envisioned to be there by a website designer and then put there by a front end developer.

The front end developer is responsible for building the skeleton of the website, making it look good and making sure that all the different elements you can interact with do what they are supposed to and how they are supposed to do it.

The front end developer will code the layout of the pinkfluffycrocs.com website, he will define where the image of the product goes and how it looks, where the price goes, what you see when you click that CHECK OUT button. He will make sure that you enter a correctly formatted email address when you sign up and many more things. Hopefully, you get the idea.

What tools do front end wizards usually use?

O que é um desenvolvedor Full Stack: tudo o que você precisa saberProfessional front end developers have to be masters at HTML, CSS, and JavaScript at the minimum, though there are more technologies to make use of. The rest of the tech is a choice of preference and market demand.

With these three tools, a developer can make a great-looking website but it will take him a long time because he will have to write everything from scratch. This is where JavaScript libraries and frameworks come in.

There aren’t many truths bigger than the fact that programmers are lazy people but in a good way.

Why type something if pressing TAB for the text editor to auto-complete it will do?

Why write something from scratch if there’s already a perfectly good element you’re looking for written in a library and you would only have to modify it to fit what you need?

This is where JavaScript libraries and frameworks come in. jQuery, React.js, Angular.js, and Vue.js are the most popular ones.

While you may have to be somewhat proficient in all of them, picking one or two to master will be a good idea.

Some background, jQuery has been around for a long time. It’s worth learning at least the basics of because you may have to deal with it in the future.

React.js is a JavaScript library created by Facebook. React uses JavaScript XML syntax, which looks similar to HTML. It’s part of the MERN stack.

Angular.js, on the other hand, is developed by Google and uses TypeScript, a programming language maintained by Microsoft, which is designed to work with JavaScript. It’s part of the MEAN stack.

Vue.js (pronounced View) is a JavaScript framework developed by Evan You, a former Google employee who decided to try and improve Angular.js by taking the parts he really liked and making the whole framework more lightweight. It’s part of the MEVN stack.

So, what is a full stack developer compared to a true oper who front end wizard? He's the guy who understands all of these subjects and technologies. He knows his way around them, he can do most things required of him but pure front end developers can go deeper and truly make magic happen on the front end.

The ones who don’t care what it looks like

Don’t get me wrong, back end developers usually try to make sure that their code is tidy and readable. Messy code is a sign of you being a sloppy programmer, after all.

But.

While front end developers are all about what the users see, back end guys couldn’t care less because John Doe will never see what they do. Unless the whole website goes down or their order of that Special Edition pink fluffy crocodile doesn’t arrive.

Comparar Plataformas De Aprendizagem Online Lado a Lado com Outros

Você sabia?

Você já se perguntou quais plataformas de aprendizagem online são as melhores para sua carreira?

Veja e compare as plataformas de aprendizagem online TOP lado a lado

What do back end developers do?

This is the second part of what is a full stack developer. Back end developer is part of what a full stack does. But what will you do if you specialize in back end development?

In short, they make the server side of the website they are developing their… best friend. Their job is to make sure that the site works instead of looking like it works. Let’s go back to pinkfluffycrocs.com.

You find the croc you want. You look if it’s in stock, you see that there is one in the warehouse. How does the website know? There is a database on the server, the back end guys made sure that it’s accurate and always updated. They also made sure that if you go away for 10 minutes, someone else bought the last croc and you refreshed the page when you came back, the product would show up as out of stock now.

When you log in, the processes back end guys created make sure that your account details are correct too. Think of it like this, a front end developer controls everything that’s happening in your browser. Back end developers control everything that’s happening on the server. The two have to play nice with each other to make sure that everything works as it’s supposed to overall.

What do back end developers need to know?

O que é um desenvolvedor Full Stack: tudo o que você precisa saberJust like in the case of a front end developer, a back end guy should master several different things. As a back end developer, you will need to code server-side actions using programming languages like PHP, node.js or even Python, depending on the company you work for and how it does things.

You will also need to know your way around some kind of a web application framework like Express.js, Laravel, or Ruby on Rails.
Databases are one more thing you will work with extensively as a back end developer. Why do you need databases? How else is information supposed to be kept?

Let’s say that the user creates an account on pinkfluffycrocs.com. How are you supposed to know if he entered the correct login details and check if there’s a user with these details at all without having it all saved in a database? How are you supposed to check if you have Pink Fluffy Croc Special Edition with Blue Eyes And Leather Jacket in stock without keeping a constantly updated database which you set up the back end to constantly check? Yeah, databases. Love ‘em, hate ’em, but they will always be needed.

You will also need to have a basic understanding of front end development and server configuration, but it’s not what you’re going to work with extensively.

For server-side programming, you will have to know an appropriate coding language, like Node.js, PHP, or possibly Python. For databases, the three most popular options are MongoDB, MySQL, and Oracle.

So, what is a full stack developer? He's the guy who can jump in and do all of the required tasks in the back end and then jump in when front end developers need some help. A full stack developer will rarely be as skilled at these tasks as a specialist, though. Web development is simply too rich a subject.

And to bring it all together…

So, what is a full stack developer? He is a Jack of all trades, master of none. He’s the guy who can jump in to help out the front end guys to finish with that React.js stuff to make it in time for the launch before lunch, then descend from the heavens in front of the back end guys to help them out too.

This might sound great but there’s a significant downside to being a full stack developer.

Programming is an immensely complicated subject. To learn enough to be considered a Senior Front end Developer, you’re looking at years of hard work, mistakes, and confusion. The same stands for the back end too.

As a full stack, it will take you even longer to make it. Even then, there will always be front end guys in the company who know React.js better than a truly full stack or people who do things with Node.js a full stack can’t even begin to understand.

If you intend to chase mastery, don’t become a full stack developer, specialize. If, however, you’re comfortable not knowing something and trying to figure it out and knowing how to do a little bit of everything instead of something really well, the full stack life is for you. What is a full stack developer career direction to you: heaven or hell?

Udacity Review Logo
Prós
  • Fácil de usar
  • Oferece conteúdo de qualidade
  • Muito transparente com os preços
Principais Características
Udacity
Prós
  • Design simples (sem informações desnecessárias)
  • Cursos de alta qualidade (mesmo os gratuitos)
  • Variedade de recursos
Principais Características
  • Programas Nanodegree
  • Indicado para empresas
  • Certificados de conclusão pagos
Udemy Logo
Prós
  • Grande variedade de cursos
  • Fácil de navegar
  • Nenhum problema técnico
Principais Características
  • Grande variedade de cursos
  • Política de reembolso de 30 dias
  • Certificados de conclusão gratuitos

Full stack development is for me! How do I start?

Let’s assume that you are someone who hasn’t written a single line of code in your life but find this world fascinating.

Now, we will go through everything you need to know how to become a full stack developer.

The first thing you should do on your way to become a full stack developer is to master HTML and CSS. Everything you are going to do in your career is built on these two things, just like a website.

After that, there are two ways you could approach your goal. From the back end to the front end or from the front end to the back end. Seeing as you’ve just finished learning everything you need to know about HTML and CSS, starting from the front end and transitioning into the back end seems like a better way.

Next, you should figure out what is a full stack web developer you want to become. This will depend on the web development solution stack you wish to pursue.

Solution stacks are combinations of technologies often used together. You should take the time to analyze which combination of skills is the most sought-after in the job market of your area and start learning all of it.

O que é um desenvolvedor Full Stack: tudo o que você precisa saberTo start with, you might consider learning the MERN stack because it’s all built on JavaScript and works seamlessly.
We’ve mentioned what’s in the MERN stack already, but let’s recap:
M - MongoDB, responsible for the database management in your skillset.
E - Express.js, a server framework, designed to be used with Node.js.
R - React.js, Facebook’s front end library and framework, which uses JavaScript.
N - Node.js, a run-time environment, which allows you to use JavaScript, a normally front end focused language, to program the back end.

We advise fully focusing on the JavaScript-based tools first because using the same language as much as possible will accelerate your growth.

Additionally, you should have an easier time learning to do things in Node.js without the preconceived notions brought by learning other back end languages like PHP or Python.

Why do we say that?

Some people learning Node.js with a background in Python, for example, report that it’s difficult to reconcile the fact that they are using a  front end language for back end tasks.

With that said, Node.js can be a challenge to grasp. You can definitely get it if you persist, though.

After becoming competent in MongoDB, Express, React and Node, you should start building your portfolio and looking for Junior positions as a full stack developer. You may want to freelance for a bit to get some experience in the wild.

Never rest on your laurels, though! Even at the Senior level with a job working as a MERN developer, you should still strive to increase your expertise, delving into the tools related to MERN.

This is when it becomes absolutely essential for you to learn how to adapt your overall knowledge to working with other tools, like MySQL, Angular.js (you will need to learn TypeScript), Vue.js.

Also, learn to work in PHP, Python, and anything else which is widely used at the highest levels of web development.

The deeper your stack, the better full stack developer you are, obviously.

Software developers never reach a point where they can honestly say, “I have nothing left to learn. I’m done now.”

This profession is a constant battle against confusion and ignorance. A sense of confusion and flare-ups of Imposter Syndrome is not an aberration in a web developer’s life, it’s the normal state.

What is a full stack web developer? A brave soul determined to learn everything there is to know about web development despite the impossibility of the task. How to become a full stack web developer? Start small, learn smart and never give up.

You have a challenge on your hands. If you manage to do it in a year, we will be extremely proud of you. Don’t get it wrong, it’s possible but extremely hard. Are you up for it?

And now, for the money

As you see, becoming a full stack developer from scratch is tremendously hard. It would be challenging but a bit easier to do it if you have experience working as a front or back end developer already.

Is it worth it to put the effort in? Let’s see what is a median full stack developer salary in the United States.

According to indeed.com, the average full stack developer salary in the United States is $112,527 a year. In comparison, the average front end developer makes $104,708 a year, while back end developers make $121,086 yearly.

That actually works out pretty well, it’s close to the average between front end and back end salaries. It makes sense because a full stack developer hasn’t mastered either the front or the back end.

What is a full stack developer salary you can expect at the beginning of your career? Probably better than it would be if you started entirely with the front end, honestly. A starting back end developer would still probably be paid more.

If you haven't coded before starting this exciting journey of learning how to become a full stack developer, you haven't had a specialty before. With that said, it may be better money-wise to specialize in one of the two fields (front end or back end) first, get a starting job, learn for several years and then become a full stack web developer.

 

Deixe seu feedback honesto

Deixe sua opinião genuína e ajude milhares de pessoas a escolher a melhor plataforma de aprendizagem online. Todos os comentários, positivos ou negativos, são aceitos, desde que sejam honestos. Não publicamos feedback tendencioso ou spam. Então, se você quiser compartilhar sua experiência, opinião ou dar conselhos - a cena é sua!


TOP3 Códigos De Cupom Mais Populares

Verificado

EXCLUSIVE 25% OFF

On DataCamp Subscriptions
Classificação
5.0
Verificado

50% OFF

On AI & Data Plans
Classificação
5.0
Verificado

UP TO 70% OFF

Personalized Udacity Discount
Classificação
5.0

FAQ

Como vocês escolhem quais sites de cursos online revisar?

Escolhemos as plataformas de aprendizagem online de acordo com seu tamanho de mercado, popularidade e, o mais importante, a solicitação ou interesse geral de nossos usuários em ler análises de MOOC genuínas sobre certas plataformas de aprendizagem online.

Quanta pesquisa vocês fazem antes de escrever suas avaliações de e-learning?

Nossos especialistas MOOC dedicados realizam pesquisas durante semanas - só então eles podem dizer que suas avaliações para diferentes aspectos são finais e completas. Mesmo que leve muito tempo, esta é a única maneira de garantir que todos os recursos essenciais das plataformas de aprendizagem online são experimentados e testados, e o veredicto é baseado em dados reais.

Qual aspecto é o mais importante na escolha das melhores plataformas de aprendizagem online?

Não seria certo escolher apenas um aspecto da seleção: as prioridades dependem de cada pessoa, seus valores, desejos e objetivos. Um recurso importante para uma pessoa pode ser totalmente irrelevante para outra. De qualquer forma, todos os usuários concordam que a boa qualidade do material de aprendizagem é uma obrigação para plataformas de aprendizagem online.

Como esta plataforma de revisão de e-learning difere das outras?

Cada plataforma de revisão de MOOC é única e tem seus próprios objetivos e valores. Nossas análises de e-learning são 100% genuínas e escritas após uma análise cuidadosa. Esse é o objetivo que falta em muitos sites de revisão de e-learning, por isso consideramos esse o nosso superpoder!

Dias
Horas
Minutos
Segundos