Skip to content
View DGamer007's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report DGamer007

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DGamer007/README.md

Hi there, I'm Dhruv

I'm a passionate Software Engineer with a solid foundation in Computer Engineering. As a tech enthusiast, I've ventured through various programming languages, but my heart belongs to JavaScript. Passion fuels my work, and computers are my canvas.

I've crafted a portfolio of efficient projects, born from academia and imagination. While my LeetCode scores may not be top-notch, my projects shine as testaments to my commitment. They're not just code; they're innovation in action. In a tech-driven world, I'm a passionate creator, ready to push boundaries and shape the future.

About Me

  • πŸ”­ I'm currently learning Astro.
  • πŸ’» I'm on a journey to master Data Structures and Algorithms.
  • 🌱 I'm constantly learning and exploring new tech and development trends.
  • πŸš€ My mission is to build software that makes a difference.
  • πŸ’‘ I believe in the power of coding to solve real-world problems and make our lives better.
  • πŸ“š I believe in the power of open-source and giving back to the community.
  • πŸ“¦ Check out my GitLab profile for more projects and contributions.

Tech Stack

I'm proficient in:

  • 🌐 Frontend: React.js | Next.js | HTML | CSS
  • 🌐 Backend: Node.js | Express.js | Nest.js | GraphQL | Microservices | Serverless | WebSockets
  • πŸ›’οΈ Databases: MySQL | PostgreSQL | MongoDB
  • ☁️ Cloud: AWS
  • πŸš€ Other Tools: Docker | Linux | Git

My Favorite Books πŸ“š

  • Atomic Habits by James Clear
  • Wabi Sabi by Beth Kempton
  • The Greatest Secret by Rhonda Byrne

Let's Connect

Join me in the exciting journey of code and creativity, where every project is a chance to create something extraordinary.🍻


Bonfire GIF

Pinned

  1. MongoDB-Sharded-Cluster MongoDB-Sharded-Cluster Public

    The Project Provides utilities to perform Sharding on MongoDB Database on Single Machine.

    PowerShell 4 1

  2. microservices microservices Public

    JavaScript 1

  3. Explore MongoDB Replication and Shar... Explore MongoDB Replication and Sharding in-depth. Learn how to ensure data availability and scale your MongoDB database for optimal performance.
    1
    # MongoDB Replication and Sharding
    2
    
    
    3
    2 Major Problems with Database Servers
    4
    
    
    5
    - What if Server shuts down (Data Availability Problem)
  4. Introduction to SSH (Secure Shell) f... Introduction to SSH (Secure Shell) for remote access. Learn how to set up SSH on Linux and Windows, generate SSH key pairs, and establish secure connections between client and server machines. Includes step-by-step instructions and helpful tips.
    1
    # What is SSH ?
    2
    
    
    3
    SSH (Secure Shell) is a cryptographic network protocol used to secure data communication over an unsecured network. It provides secure and encrypted connections for remote login, remote file transfers, and other network services between two untrusted hosts over an insecure network. SSH is widely used for managing network devices, remote administration, and for securely transmitting data. It utilizes a client-server paradigm, in which clients and servers communicate via a secure channel.
    4
    
    
    5
    ## How to use SSH Protocol for Remote Access ?