Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.
The Power of Functional Programming

The Functional programming paradigm treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.
What is Computer Programming Paradigm?

The programming paradigm defines the way in which programs are written, organized, and executed.
Code with Me Collaborative Coding

Using JetBrains’ IDEs you can easily share your IDE with remote friends allowing them to work on your IDE as if they were sitting next to you.