Useful tips for everyday
What are the alternatives to agile? Lean vs Agile: Lean development focuses on eliminating and reducing waste (activities that don’t add any value). Lean development…
Why am I seeing Chinese characters on my email? “The problem is that the email has a character encoding in the META tag of the…
How do I get all git repositories? If you want ALL repositories on a drive, you should run the command once from the root of…
How to sort list according to other list order? This particular article deals with sorting with respect to some other list elements. Let’s discuss certain…
What makes ESD-safe? A plastic static-dissipative material causes that spark to flow slower, emitting a lower energy to the ground to prevent discharge and possible…
What does no caching mean? The no-cache directive means that a browser may cache a response, but must first submit a validation request to an…
How can I create my own CA certificate? Create your own Certificate Authority Step 1 : Create the private key. As the first step you…
Why is Google Play not working? Your first try at fixing this should be to clear the Google Play Store and Google Play Services cache.…
What is the difference between resource and source? Though the two words source and resource look a bit similar, they are two different words with…
How do you write in binary notation? Writing Binary Numbers 4×1000+3×1000+0×10+2×1. 7×1000+3×100+9×10+6×1. For example, the binary number 110 stands for 1×22+1×21+0×20=4+2+0=6 (written in decimal notation).…