Welcome to my blog!

Hey, I'm
Raunak GuptaWeb DeveloperFull Stack Developer

Recently Published

  • Streamlining File Transfers with Node.js, SSH2, and SFTP

    May 15, 2024

    Discover how to optimize file management workflows using Node.js in conjunction with SSH2 and SFTP. This technical article explores advanced techniques for uploading folders to remote Linux servers and efficiently copying them to different locations. By leveraging SSH2 low-level access and the convenience of SSH2-SFTP-Client, developers can seamlessly integrate secure and reliable file transfer capabilities into their Node.js applications.

    Read more
  • Protecting User Interaction: Angular Leave Page Guard

    May 15, 2024

    Angular Leave Page Guard is a crucial tool for safeguarding user interactions within web applications. By prompting users with a confirmation dialog before they navigate away from a page, this feature prevents accidental data loss and enhances overall user experience. This blog explores the implementation of Leave Page Guard in Angular, detailing its steps and demonstrating its significance in ensuring a seamless and user-friendly browsing experience.

    Read more
  • Building an Activity Timer in Angular with RxJS

    April 29, 2024

    Learn how to implement an activity timer in Angular using RxJS. By tracking mouse movements and keyboard presses, the activity timer can detect when a user becomes inactive and trigger actions accordingly, such as displaying a warning or logging the user out. Enhance your Angular applications with this simple yet powerful feature to improve user engagement and application security.

    Read more
  • Implementing OAuth2 Authentication in Angular Using the Authorization Code Flow

    March 1, 2024

    Implementing OAuth2 authentication in Angular is crucial for securing web applications. This blog post provides a step-by-step guide to integrating OAuth2 authentication using the angular-oauth2-oidc library. With clear instructions for installation, configuration, and usage, you can enhance the security of your Angular applications and provide a seamless authentication experience for your users.

    Read more

Categories

Raunak