Create a function that accepts an Iterable and generates an Iterable as output. However, the function must not use any methods declared within Iterable and should not create any new variables. (using Dart) on February 24, 2023
Check Whether number is power of Two using bit wise operation in Java on December 04, 2017 +0 java java
Best Practices: Avoid Returning Null on February 05, 2017 Clean Code. Don’t Return Null + Your method shouldn't return NULL Clean Code. Don’t Return Null Your method shouldn't return NULL
Comments in Programming on February 04, 2017 Clean Code. +0 Comments in programming Clean Code. Comments in programming
Turn an old hard drive(laptop) into a portable USB drive on February 03, 2017 +0 How to turn an old hard drive(laptop) into a portable USB drive. How to turn an old hard drive(laptop) into a portable USB drive.
Comparators and comparable in Java on January 29, 2017 comparable Comparators +1 Comparators and comparable in Java When to use Comparator and Comparable in Java comparable Comparators Comparators and comparable in Java When to use Comparator and Comparable in Java
Liskov Substitution Principle on January 23, 2017 Liskov Substitution Principle Liskov Substitution Principle in java + SOLID Liskov Substitution Principle Liskov Substitution Principle in java SOLID