Published in
Java Zone | Published on January 13, 2017
Learn about the Singleton design pattern, why it is useful and how it can be used to implement singleton classes in Java.
Learn how to future-proof your career by combine innovations from multiple areas to achieve synergies.
Published in
Java Zone | Published on January 6, 2017
Take advantage of the java.nio package to perform non-blocking I/O and build responsive applications.
It is important to test the security of your Web application before deploying it to the production environment. There are many tools that can help you speed up this process. This article provides an overview of the most widely used ones.
Security is hard. It takes dedicated attention, knowledge and meticulous execution. It is also an ongoing process. It's important to educate stakeholders and clarify the state of security, the risks and mitigations. You need to be vigilant and on your toes.
Learn why gRPC is a solid framework that serves its purpose very well.
Published in
Java Zone | Published on December 19, 2016
Take advantage of abstract class and interface to design for flexibility in Java.
In this article, Gigi Sayfan introduces you to React, Redux and the answer to the paradox of choice and JavaScript fatigue.
Powershell's new cross-platform status will significantly increase its reach and relevance in the Enterprise. It will also eliminate a lot of duplicate script code and/or allow using PowerShell in scripting scenarios that previously required Python or Ruby.
The power of containers shines brightest when you build large systems made up of many machines running lots of interacting containers. That's were Docker Swarm comes -- arguably the simplest orchestration solution for Docker containers and it is built into the Docker engine itself.