Saransh Kataria

Improve git clone performance in a CI pipeline

Improve git clone performance in a CI pipeline

  • March 19, 2024

Have you felt particularly annoyed by the time it takes to clone a large repository, especially one with a huge commit history? This post will discuss a simple but powerful technique to significantly improve git clone performance. The solution is called shallow cloning, which uses the –depth=1 flag with git...

React Hooks: Boosting Productivity in Startup Development

React Hooks: Boosting Productivity in Startup Development

  • March 12, 2024

In the world of startups, efficiency and productivity are paramount. React Hooks, introduced in React 16.8, have revolutionized the way developers manage state and side effects in functional components. This article explores how React Hooks can significantly enhance productivity in startup development, making it easier to write and maintain clean,...

How to keep the screen awake using JavaScript

How to keep the screen awake using JavaScript

  • March 5, 2024

Some new features in JavaScript are great to see, and the wake lock API is one of those. It allows us to interact with the host system and can help the developer instruct the operating system to keep the screen awake using JavaScript! This can be particularly useful for cases...

How AI Helps Working with Legal Documents

How AI Helps Working with Legal Documents

  • March 5, 2024

In the realm of legal practice, the management of documents plays a pivotal role in ensuring accuracy, compliance, and efficiency. Traditionally, legal professionals have grappled with the time-consuming tasks of reviewing contracts, conducting legal research, and drafting documents.  However, with the dawn of Artificial Intelligence (AI), the legal document management...

Using RegEx groups for Search & replace  in VS Code

Using RegEx groups for Search & replace in VS Code

  • February 29, 2024

VS Code has a nifty tool for doing search and replace using RegEx, which I prefer using whenever doing bulk updates. It has saved me quite a few times while refactoring across multiple files. Let us look at how search & replace using RegEx groups works in Visual Studio Code....

Relevance of Digital ID Verification: How To Avert the Pain-Points?

Relevance of Digital ID Verification: How To Avert the Pain-Points?

  • February 28, 2024

Identity theft has increased manifold. If companies don’t pay attention to this phenomenon, it can cause havoc. Other than stealing‌ critical data, it can ruin an organization’s reputation and customer goodwill. The Federal Trade Commission (FTC) received almost 1.4 million identity theft reports back in 2021. It states that customers...

Tips on How to Motivate Yourself to Do Homework

Tips on How to Motivate Yourself to Do Homework

  • February 22, 2024

Psychologists claim that motivation is much more important than knowledge when learning. In theory, motivation is a person’s urge to perform tasks, the ability to actively satisfy one’s needs and achieve a set goal. It is tenacity and purposefulness, without which it is impossible to achieve any goal. The motivation...