BakaCoder

vuePress-theme-reco Samrat Saha    2020 - 2021
BakaCoder BakaCoder
Home
Category
  • technology
Tag
TimeLine
GitHub (opens new window)
LinkedIn (opens new window)
author-avatar

Samrat Saha

6

Article

15

Tag

    Home
    Category
    • technology
    Tag
    TimeLine
    GitHub (opens new window)
    LinkedIn (opens new window)

    technology Categories

    vuePress-theme-reco Samrat Saha    2020 - 2021
    • technology 6
    Solid Principles Part 2 : Single Responsibility and Interface Segregation

    Why do I miss so many trivial bugs in my code? What does this class/method actually do? How do I write code in a more maintable way? If you ask yourself such questions then this is the right post for you, keep reading.

    Samrat Saha 11/14/2020, beginnerintermediatesoliddesign principlescalajavaSingle ResponsibilityInterface Segregation
    How to modularize your Java 8 code

    We have learned about Lambdas and Functional Interfaces before. Now that we have got the concepts clear, we will see how we can modularize our code using them.

    Samrat Saha 8/15/2020, intermediatejavajava 8functional interfaceslambdas
    Java 8 Streams and Lambda

    # The Change you need: Streams and Lambda

    After learning about streams and lambda in Java 8, my style of writing code underwent a fundamental change. It reduced bugs in my code, enabled me to think more in terms of functional programming and best of all it reduced the number of lines I had to write for a functionality and made the code even more readable!

    Samrat Saha 7/20/2020, intermediatejavajava 8featuresfunctional interfacesstreamslambdas
    Java 8 Functional Interfaces

    # Java 8? Isnt it very old now?

    Yes, Java 8 has become quite old but it is still the most popular Java version in use now. In this post we will go through some Java 8 features and try to understand them. I find many of them really useful and I thought would be awesome to share them.

    Samrat Saha 7/18/2020, intermediatejavajava 8featuresfunctional interfaces
    Solid Principles Part 1 : The L in SOLID

    # The Dreaded Liskov Substitution Principle

    There is something called SOLID design principles in Object Oriented programming. It is said that an OO programmer should always know SOLID and apply them religiously in their daily life. We are going to take a look at the L in SOLID, which like all other principles is misunderstood.

    Samrat Saha 5/25/2020, beginnerintermediatesoliddesign principlescalajavaliskov substitution principle
    Taking a look at Scala futures

    # Towards the Future

    What are futures? Is this a concept only limited to select few from scala? Will it affect your future? We are going to find out about all this and more. Keep reading.

    Samrat Saha 5/17/2020, beginnerintermediatescalafutures
    Prev 1 ... 1 ... 1 Next Jump To Go