Blog Posts
How yfinance API works?
- Staff Curator
- Web , Python
- 03 Apr, 2026
The yfinance library (created by Ran Aroussi) is a highly popular, open-source Python library designed to bridge the gap left when Yahoo Finance decommissioned its official public API in 2017. Rath
read more
Java Features
- Staff Curator
- Java
- 02 Apr, 2026
It is very difficult to remember, which feature was released in which Java version due to 6 months release cycle. This page tracks the Java versions 8 and later and features released in respective ver
read more
Java Finalizer and Cleaner
- Staff Curator
- Java
- 15 Feb, 2022
This essay articulates the history of finalization, its cons that lead to its deprecation. Its alternatives - try-with-resource and Cleaner APIs. History Method finalize() Method `Object.finali
read more
Javascript Tidbits
- Staff Curator
- Web
- 03 Feb, 2022
A list of javascript concepts that one must know or have some tricks - like call/apply. Call function In javascript, methods of an object can be bound to another object at runtime. In short, java
read more