Reader small image

You're reading from  Hands-On Full Stack Development with Spring Boot 2.0 and React

Product typeBook
Published inJun 2018
Reading LevelBeginner
PublisherPackt
ISBN-139781789138085
Edition1st Edition
Languages
Right arrow
Author (1)
Juha Hinkula
Juha Hinkula
author image
Juha Hinkula

Juha Hinkula is a software development lecturer at Haaga-Helia University of Applied Sciences in Finland. He received an MSc degree in Computer Science from the University of Helsinki and he has over 17 years of industry experience in software development. Over the past few years, he has focused on modern full stack development. He is also a passionate mobile developer with Android-native technology, and also uses React Native.
Read more about Juha Hinkula

Right arrow

Chapter 15. Best Practices

This chapter goes through some points that you should know if you want to become a full stack developer or if you want progress further in your software-development career. We will also go through some best practices that are good to keep in mind when you're working in the field of software development.

In this chapter, we will look at the following:

  • What kind of technologies you should know
  • What kind of best practices are important to you

What to learn next


To become a full stack developer, you have to be able to work with both the backend and the frontend. That sounds like quite a challenging task, but if you focus on the right things and don't try to master everything, it is possible. Nowadays, the technology stack available is huge and you might often wonder what you should learn next. There are multiple factors that might give you some hints about where to go next. One way is to browse job opportunities and see which technologies companies are looking for.

There are multiple ways, and no right path, to start learning a new technology. The usage of programming web courses is a really popular starting point and that gives you basic knowledge to start the learning process. The process is never-ending because technologies are developing and changing all the time.

The following technologies are necessary to understand if you want to become a full stack developer. This is not the complete list, but it is a good starting point...

Best practices


Software development is always team work and therefore it is really important that everyone in a team is using common best practices. Here, we will go through some basic things that you have to take into account. This is not the whole list, but we try to concentrate on some basic things that you should know.

Coding conventions

Coding conventions are guidelines that describe how the code should be written in a specific programming language. It makes code more readable and easier to maintain. Naming conventions define how variables, methods, and more should be named. Naming is really important because that helps developers understand the purpose of a certain unit in the program. The layout convention defines how the structure of the source code should look, for example, indenting and usage of spaces. The commenting convention defines how the source code should be commented. Quite often it is good to use some standardized ways for the commenting, such as Javadoc with Java.

Most...

Summary


In this chapter, we covered the technologies that you should be familiar with if you want to become a full stack developer. The amount of knowledge that you should have sounds like a lot, but you don't have to be the master of all the technologies that we described. It is also good to understand some best practices of software development because then you can avoid common mistakes and your source code will be more readable and easier to maintain.

Questions


  1. Why are coding conventions important?
  2. Why should you try to avoid excessive coding?
  3. Why are naming conventions important?
lock icon
The rest of the chapter is locked
You have been reading a chapter from
Hands-On Full Stack Development with Spring Boot 2.0 and React
Published in: Jun 2018Publisher: PacktISBN-13: 9781789138085
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Juha Hinkula

Juha Hinkula is a software development lecturer at Haaga-Helia University of Applied Sciences in Finland. He received an MSc degree in Computer Science from the University of Helsinki and he has over 17 years of industry experience in software development. Over the past few years, he has focused on modern full stack development. He is also a passionate mobile developer with Android-native technology, and also uses React Native.
Read more about Juha Hinkula