Home > Article > Backend Development > 5 things for Java programmers to consider this year
I am a Java programmer, and this article is about 5 things that I plan to do this year. I believe they can allow me to go further in the field of Java. If you are at the same level as me, then they may also be the direction you consider next.
1.Create an application using NoSQLdata storage and connect it with Java
If you don’t know about NoSQLdatabases yet, then this is a good opportunity . There are many choices about NOSQL, MongoDB and Hadoop are both good starting lines. We can use Spring Data or local Java adapter to connect to Data Store to create app.
2. Try creating an application on the Java PaaS cloud and invite 5 friends to use it.
There are many platforms available, including JBoss and Redhat supported Openshift, as well as SpringSource and VMware Supported CouldFoundryetc. Cloud is the future direction of application deployment and software services. From a developer's perspective, the essence of configuration and deployment remains unchanged.
3.Understand the true meaning of software design?
Read relevant design pattern books and search for patterns that correspond to your project. If you have Java enterprise applications, then check out Java EE mode. Use an existing example and think about alternative implementation patterns.
4.Learn a new programming language, create sample projects
There are two options: Ruby and JVMfunctional languages. Feature-rich. This helps you become a diverse programmer.
5.Give back to the society
There are many ways, including community forums, Stack overflow, blogging, etc.
Get it for freeLAMPBand of BrothersOriginalPHPTutorialCD/ 《DetailsPHP》 Essential version, please contact the official website customer service for details: http://www.lampbrother.net
PHPCMSSecondary developmenthttp://yun.itxdl.cn/online/phpcms/index .php?u=5
WeChat developmenthttp://yun.itxdl.cn/online/weixin/index.php?u=5
Mobile Internet server-side development http://yun.itxdl.cn/online/server/index.php?u=5
JavascriptCoursehttp://yun.itxdl.cn/online /js/index.php?u=5
CTOTraining Camphttp://yun.itxdl.cn/online/cto/index.php?u=5
The above introduces 5 things that Java programmers should consider this year, including aspects. I hope it will be helpful to friends who are interested in PHP tutorials.