PinnedMansi BabbarinLevel Up CodingIntroduction to Binary SearchBinary search is an efficient searching algorithm based on the design paradigm of divide and conquer.Jul 25, 2021Jul 25, 2021
PinnedMansi BabbarinCode Like A GirlScala Variances: Covariance, Contravariance and InvarianceVariance tells us if a type constructor is a subtype of another type constructor. Scala provides covariance, contravariance and invariance.Jul 12, 20214Jul 12, 20214
PinnedMansi BabbarinLevel Up CodingJavaFX — Overview with Hands-onBuild Rich Internet GUI Application Using JavaFXJun 24, 2021Jun 24, 2021
PinnedMansi BabbarinLevel Up CodingFunctors in Functional ProgrammingFunctor is a type class in Scala Cats. It is a kind of container that can be mapped over by a function.Jun 16, 2021Jun 16, 2021
Mansi BabbarinLevel Up CodingIntroduction to Git FlowGit Flow is an abstract idea of a Git workflow. It is for release-based software and to maintain multiple versions in production.Jun 12, 20211Jun 12, 20211
Mansi BabbarinLevel Up CodingDev Tools to the Rescue — Part 2This article reviews some of the best developer tools for purposes like monitoring, analysis, cloud development, security, etc.Jun 4, 2021Jun 4, 2021
Mansi BabbarinLevel Up CodingDev Tools to the Rescue — Part 1This article reviews some of the best developer tools, ranging from software development, project management to CI/CD, designing, testing.Jun 4, 2021Jun 4, 2021
Mansi BabbarinLevel Up CodingDiving into Scala Cats — FunctorsIn this article, we will cover the concepts and implementation of Functor type class in Scala Cats.Jan 31, 2021Jan 31, 2021
Mansi BabbarinLevel Up CodingDiving into Scala Cats — MonoidsIn this article, we will cover the concepts and implementation of Monoid type class in Scala Cats.Nov 25, 2020Nov 25, 2020
Mansi BabbarinLevel Up CodingDiving into Scala Cats — SemigroupsIn this article, we will cover the concepts and implementation of Semigroup type class in Scala Cats.Nov 20, 2020Nov 20, 2020