Useful tips for everyday
What are the differences between abstract classes and interfaces when should you use one over the other? The short answer: An abstract class allows you…
What does a build script do? gradle file a build script, although strictly speaking it is a build configuration script, as we will see later.…
What is the key factor to create a responsive design? Screen size is an important factor in creating effective responsive websites because websites created using…
What is the product owners rule regarding the product backlog? The product owner’s responsibility is to create the list of backlog items and prioritize them…
What are 3rd party controls? Third-party controls are those which are not created by Microsoft but are created by some individual or company by using…
What is regression testing in software engineering? Regression testing is a software testing practice that ensures an application still functions as expected after any code…
What can you say measuring the expressive power of languages? If two languages share the same conception of logical space (i.e., are defined over the…
How do I create a LAN Messenger? Here’s how i’d go about the implementation on a high level: Implement an application that contains server AND…
How do I create a Microservices architecture with a spring boot? Creating a Simple Microservice Step 1: Create a Maven project using Spring Initializr https://start.spring.io/…
Can immutable data be deleted? “Immutability” means that data, once written, cannot be deleted or altered for either a pre-determined length of time or perhaps…