Let’s be clear – software certifications are not just a “nice to have”. They are absolutely essential in catching the eye of employers and eventually securing the most desirable positions....
This tutorial shows the most commonly used keyboard shortcuts while developing a Java application using Eclipse IDE. Top 15 Eclipse shortcuts 1- CTRL-SHIFT-R: used to look for a specific resource...
Browsers automatically prompt users to save their password after login. In fact, this functionality provides a big advantage for allowing the user to login afterwards without reentering his credentials again....
In this article we introduce a common strategy for handling exceptions in an OOP application, our strategy conforms to the best exception handling techniques and can be integrated in any...
Exception is an event which occurs during the execution of a program and disrupts its normal flow, it is mainly arrised from different kind of situations such as wrong user...
Software design has always been the most important phase in the development cycle, the more time you put on designing a resilient and flexible architecture, the more saving you will get in...
In this article we introduce the most common way for structuring a maintainable web service, our example can be used as a template for creating any web service using object oriented...
In this article, we talk about the standards and the best practices which make your code looks clean, elegant and most importantly understandable by humans. Most companies tend to apply strictly...