Useful tips for everyday
What are the differences between the NoSQL and relational databases? NoSQL databases don’t support transactions (support only simple transactions). Relational Database supports transactions (also complex…
Does ADFS support OpenID? ADFS 4.0 (Server 2016) is the only ADFS that has full OpenID Connect / OAuth support (i.e. all four profiles). Only…
How do you resolve no access-control-allow-Origin header is present on the requested resource? To avoid the error “No ‘Access-Control-Allow-Origin’ header is present on the requested…
Is keyboard a character device? Examples are devices such as keyboard, mouse, serial ports, sound card, joystick. In general, operations with these devices (read, write)…
What is the difference between MLE and MAP 2? MLE gives you the value which maximises the Likelihood P(D|θ). And MAP gives you the value…
How is the border of a set of tiles created? The set of tiles forming the territory is an attribute of an object, and it’s…
Which is better Automation testing or manual testing? Automation Testing uses automation tools to execute test cases. In manual testing, test cases are executed by…
How do you manage a programmer team? Here are seven tips specific to managing a team of software engineers: Allow Developers to Do Their Jobs.…
Should I use .local domain? Simply promoting a yourdomain. local domain will not secure your domain and you will have a false sense of security…
How do I link one container to another? To allow two Docker containers on the same host to communicate with each other by name: Create…