Saransh Kataria

Born in Delhi, India, Saransh Kataria is the brain behind Wisdom Geek. Currently, Saransh is a software developer at a reputed firm in Austin, and he likes playing with new technologies to explore different possibilities. He holds an engineering degree in Computer Science. He also shares his passion for sharing knowledge as the community lead at Facebook Developer Circle Delhi, NCR which is a developer community in Delhi, India.
Native popover API in HTML

Native popover API in HTML

  • April 18, 2024

Popovers have been a problem that was typically solved by using a third-party solution. But that is no longer the case. We now have a native popover API in HTML supported by all browsers (Firefox added preview browser support on 16th April 2024 in version 125). Let us take a...

How To Prepare A Thesis For Master’s Degree

How To Prepare A Thesis For Master’s Degree

  • April 14, 2024

Graduation from high school is a step that every student expects with anxiety. This is a passage from adolescence to adult life. This passage makes you face new challenges, decide the direction to move to, and present unknown obstacles.  The decision that one makes is very individual and mostly depends...

Node.js 20.6 adds built-in support for .env files

Node.js 20.6 adds built-in support for .env files

  • April 10, 2024

Node.js 20.6 added built-in support for the .env file. This is an excellent addition to the platform and gives us the ability to load environment variables from .env files directly without using third-party packages. While it is great to see first-class support, some caveats remain. Let us look at how it works. Assuming that...

Z-Library: A Comprehensive Digital Library Platform

Z-Library: A Comprehensive Digital Library Platform

  • April 9, 2024

The digital age has led to the rise of countless platforms dedicated to providing a vast array of information. Among these resources, Z-Library stands out as an extensive digital library platform that offers access to millions of ebooks and articles for free. In this article, we will delve into the...

Object destructuring in TypeScript

Object destructuring in TypeScript

  • March 28, 2024

Object destructuring is a powerful ES 6 feature that can help developers write cleaner code. It allows us to extract properties from a JavaScript object into variables. If you are unfamiliar with it, read our post about object destructuring to know more about what is possible using it. When it...

Modern Warfare 3 Zombies: Best Tips For Solo Players

Modern Warfare 3 Zombies: Best Tips For Solo Players

  • March 27, 2024

Modern Warfare 3’s Zombies mode offers a thrilling and intense experience, especially for solo players. Surviving the endless waves of undead requires strategy, skill, and a bit of luck. This article will provide you with the best tips for solo players looking to conquer the zombie hordes and achieve high...

Admission Chronicles: Insider Tips for College Interview Success

Admission Chronicles: Insider Tips for College Interview Success

  • March 27, 2024

Embarking on the road to college admission often feels like navigating a labyrinth with its challenges and uncertainties. Amidst the myriad elements that comprise the application process, the college interview stands out as a pivotal juncture. It wields the power to shape your destiny, offering a unique opportunity to present...

Why Should You Start Using PostgreSQL?

Why Should You Start Using PostgreSQL?

  • March 26, 2024

PostgreSQL is a powerful, open-source object-relational database management system. It implements the SQL language and adds several unique features, allowing users to store and scale complex workloads. PostgreSQL has earned high ratings for reliable architecture, reliability, robust features, and data integrity for years. It is committed to the open-source community....