Pair programming is done through face-to-face environment. What if the pairs are separated in remote environments. Can it be done? or it will sink the productivity. This article will discuss how to make the pair programming, work well in remote environment. We have five tips that can be applied.
#1 Choosing the correct tools
Choose collaboration tools that support real-time code edit...
[More]
Python is the best programming language in the world! but i choose C# rather than Python. Here is why.
Higher performance. C# is compiled into intermediate language and runs on .NET runtime. Even you can make it native compiled. this generally faster than Python, which is interpreted.
Strong typing. C# is ideal for large-scale projects, enterprise-grade systems where stability and ...
[More]