Published inBetter ProgrammingHow To Read Technical Books EffectivelyMy way of reading technical books effectivelyFeb 19, 202212Feb 19, 202212
Basics Of Consistency And Locking In DatabasesLet’s learn about consistency, transaction isolation levels, and locking in InnoDBFeb 13, 20221Feb 13, 20221
4 Principles of Refactoring I Learned From Martin Flower’s BookLet’s talk about the second chapter of “Refactoring: Improving the Design of Existing Code” bookJan 29, 2022Jan 29, 2022
My 7 Takeaways From the “Refactoring: Improving the Design of Existing Code” BookWhat I learned while reading the Martin Flower bookJan 22, 20223Jan 22, 20223
Published inSahibinden TechnologyCloud Computing Explained: Public vs. Private vs. Virtual PrivateLet’s talk about cloud in simpler terms!Feb 1, 2021Feb 1, 2021
Published inSahibinden TechnologyBenchmarking — REST vs. gRPCWhich one is faster “gRPC + Protocol Buffers (Protobuf)” or “REST + JSON”?Jan 7, 20213Jan 7, 20213
TIL-30: Prefer Method References to Lambdas“Today I learned that between using method references or lambda expression, the one that makes the code simpler should be the choice.”Jan 9, 2020Jan 9, 2020
TIL-29: Lambda Expression — Prefer Lambdas to Anonymous Classes“Today I learned about Lambda functions are just like functions in mathematics and they ease functional programming in Java.”Jan 7, 2020Jan 7, 2020
TIL-28: Composition Over Inheritance?“Today I learned that composition builds a HAS-A relationship whereas inheritance IS-A relationship.”Jan 5, 2020Jan 5, 2020
TIL-27: Is Java Pass by Value or Pass by Reference? — A little bit of Memory Management“Today I learned that java is pass-by-value”.Dec 28, 2019Dec 28, 2019