Useful tips for everyday
How do you centralize logging? Here are just a few of the many centralized logging best practices dedicated centralized logging solutions can help you implement…
How conflicts are resolved in blockchain? In Bitcoin architecture, the longest branch always wins and the shorter ones are purged. So the Block 104-B has…
How many iOS devices can I register for testing and ad hoc distribution? 100 iOS devices How many iOS devices can I register for testing…
How do you copy all commits from one branch to another? While on the wrong branch (the one that has the commit), do git log…
How do I share NuGet packages between projects? If you already installed Nuget Package for Root Project You Will See Manage Button. Now, choose which…
When can a flyweight pattern be effectively applicable? Flyweight pattern is used when we need to create a large number of similar objects (say 105).…
Which is an example of a domain object? Domain object. Any object in my object model that also exist as a concept in my domain…
Which HTTP method lists all the resources in a collection? The table below lists the standard methods that have a well-defined meaning for all resources…
How does an ORM work in a database? An ORM (Object Relational Mapper) is a piece/layer of software that helps map your code Objects to…
What design pattern is represented by RESTful services? Use Friendly Endpoint Names A typical design pattern with REST APIs is to build your endpoints around…