Published inLevel Up CodingHow to Access Database with Kotlin using JDBC: The FundamentalsLearn how databases are accessed at the low-level using JDBCNov 9, 20212Nov 9, 20212
Published inLevel Up CodingUnderstanding Reflection using KotlinAlmost all frameworks or libraries utilize the power of reflection under the hood. Knowledge about it would make you wiser.Aug 2, 20211Aug 2, 20211
Published inLevel Up CodingRecursion for DummiesRecursion is a fundamental construct in computation. You should not freak out by seeing it.Jul 19, 2021Jul 19, 2021
Published inLevel Up CodingJavascript’s __proto__ vs prototypeJavascript is confusing. And among all the mysterious stuff, the difference between __proto__ and prototype stands out uniquely. It…Jun 22, 202111Jun 22, 202111