How become a full stack Java developer

How become a full stack Java developer



For a full stack Java developer you should start with learning backend and front-end technologies


Learn the backend side:
  1. Java, multithreading, collections, jdbc, etc.
  2. Spring framework
  3. Hibernate
  4. Get good hold of SQL. You can use mysql.
  5. Learn the how to deploy web servers Apache, database servers and configure them.
  6. Learn to use Nix based open source systems (ubuntu or community enterprise systems like centos). User management, firewall management, ssh, etc.
Learn the Front-end side
  1. Start learning Html, css, JavaScript
  2. Try to understand how browsers work and to debug front-end in browsers.
  3. Learn about responsive UI and a UI framework like bootstrapjs.
  4. Learn JavaScript mvc framework like Angularjs.


                                    Learn design patterns and basics of networking.
Try to get a job as a full stack developer, backend developer or a front-end developer. It is going to help you in the long run. Try creating you own hobby projects and implement them using design patterns and latest UI/ Backend frameworks.

To become a full stack developer experience is important and a constant urge for learning new things and improving. All the best.


thank you..

Comments

Popular posts from this blog

Java LinkedList class in Collection

Java ArrayList class in collections

Constructors in Java