Useful tips for everyday
What happens if we put semicolon in for loop? 6 Answers. Semicolon is a legitimate statement called null statement * that means “do nothing”. Since…
Which application software is used the most? The most common application software programs are used by millions every day and include: Microsoft suite of products…
What is model driven approach? MDE is a software development methodology that focuses on creating models or abstractions, which will automatically generate processes, structures, code…
What is the best way to solve a problem? 8 steps to problem solving Define the problem. What exactly is going on? Set some goals.…
What things should you do not do when implementing business intelligence? 5 BI mistakes and how to avoid them Mistake #1: Not defining business problems.…
What is an algorithm name? The concept of an algorithm has a long history that involves the invention of numerals, mathematics, and computers. Indeed, the…
How do you deal with bad design suggestions? Summary: Gracefully respond to unsolicited design ideas, and prevent them from derailing good design. Turn them into…
Can you have logic in a constructor? Yes. With a sufficiently large input, you can cause an exception in your constructor. This is one of…
How do I create a command line application in Python? A simple way to create python CLI app :param a: first argument. :param b: second…
Are git submodules worth it? Its more accurate to say that git submodules are useful when you want to share code that you also need…