Staff Curator
Staff curator is responsible for creating and curating content at Technoty and Finoty.
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
Java Recipes - Part 1
- Staff Curator
- Java
- 29 Feb, 2020
You can store large JSON/String objects in RDBMS with blob. Oracle DB recommends blob for storing JSON objects. In this article, we'll learn it how to handle it using JPA. Using iterator index in
read more
CSS Animation Notes
- Staff Curator
- Web
- 20 Feb, 2020
CSS Animation rules and principles. ShothandsTransition - It follows the following syntax:transition: property duration timing-function delay; /* e.g. */ transition: b
read more
Handling of blob in JPA and JDBC
- Staff Curator
- Java
- 19 Feb, 2020
You can store large JSON/String objects in RDBMS with blob. Oracle DB recommends blob for storing JSON objects. In this article, we'll learn it how to handle it using JPA. Hibernate supports blob t
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
CSS Basics Notes
- Staff Curator
- Web
- 20 Feb, 2020
CSS basic rules and principles. em and rem Both are unit of current font-size used for removing the hardcoded font sizes. em is relative to font-size of its direct or nearest parent. em
read more
CSS Selector Notes
- Staff Curator
- Web
- 20 Feb, 2020
CSS (SCSS) applies dynamic rules to html elements and with that it follows certain rules and principles. Here, we'll discuss different selectors to apply those rules and what order those will be appli
read more
Java Features
- Staff Curator
- Java
- 26 May, 2025
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