How to Wash Dishes

How to Wash Dishes
There I was, eating and drinking until my hunger was satisfied, not appreciating the dishes that played such an underrated role. A scratch-resistant surface, shaped with just the right dimensions to h...
0 Read More

Prime Numbers Till N!

Prime Numbers Till N!
Written Code!! ⛶import java.util.Scanner; public class Main{ public static int is_prime(int num){ if(num<=0){ return 0; } if(num==1){ return 0;...
0 Read More

Domain Driven Design

Domain Driven Design
DDD is a software design approach that prioritizes the business domain at the core of development. Coined by Eric Evans in his book Domain-Driven Design: Tackling Complexity in the Heart of Software, ...
0 Read More

VIM is gem!!

VIM is gem!!
What is VIM? Basically, VIM will help you to code faster than you think, by using some commands. If you learn VIM, it's an advantage while competing with others, as well as it will increase your produ...
0 Read More