Useful tips for everyday
Is Spring client side or server side? The Javascript frameworks are a client side technology. Javascript is a client side technology which executes within the…
Does dependency injection use Singleton? The use of singletons and dependency injection is not mutually exclusive. A singleton can implement an interface, therefore can be…
What does it mean to say that a function is referentially transparent? An expression is called referentially transparent if it can be replaced with its…
How do I change the due date in Jira? Go to Project Settings -> Issue types. Navigate to the corresponding screen. Add the field Due…
How many garbage collectors are used by the HotSpot? In fact, the Java HotSpot VM has three different garbage collectors, each of which is targeted…
What is distributed caching in microservices? Distributed cache: Cache is stored outside the service instance but accessible to all the service instances of given service.…
Should you throw exceptions? Exceptions should be used for exceptional situations outside of the normal logic of a program. It might throw an exception in…
How do you avoid wildcard imports? Disable wildcard imports Make sure that the Use single class import option is enabled. In the Class count to…
What is a tech debt story? Technical Debt consists of deficiencies in the code, technical documentation, development environments, 3rd-party tools, and development practices, which makes…
Can you see analytics for any website? You can install and see Google Analytics on any website, and be able to see how many visitors…