Skip to content
View SauravKumarLal's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report SauravKumarLal

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
SauravKumarLal/README.md

Hi there , Welcome to Lal's Code Realm πŸ’™

Typing SVG

#include <iostream>
#include <string>
#include <vector>
using namespace std;

int main() {
    string name = "Saurav Kumar Lal";
    string fieldOfStudy = "Computer Science";
    string specialization = "Information Security";
    vector<string> languagesSpoken = {"English", "Hindi", "Spanish"};
    string description = "I'm a developer who thrives on solving interesting problems and exploring data structures.
                          I enjoy creating clean, effective solutions and staying curious about new technologies.";

    cout << "πŸ‘‹ Hello, I'm " << name << "!" << endl;
    cout << "πŸŽ“ I am studying " << fieldOfStudy << " with specialization in " << specialization <<"." << endl;
    cout << "🌐 I can speak: ";
    for (const auto& language : languagesSpoken) {
        cout << language << " ";
    }
    cout <<"." << endl;
    cout << "πŸ’» " << description << endl;
    cout << "πŸ“« Feel free to reach out to me at sauravkrlal@gmail.com." << endl;
    cout << "πŸš€ Thanks for stopping byβ€”keep coding and keep curious!" << endl;

    return 0;
}

πŸ™‹β€β™‚οΈ About Me

🌟 Welcome to my coding journey!
πŸ’» Passionate about software development and constantly exploring new technologies.
🎯 Love tackling interesting and challenging problems.
πŸ€ Currently diving deep into full-stack development and enhancing my portfolio with exciting projects.
πŸ’žοΈ Always eager to collaborate on innovative projects.
πŸ“« Connect with me at πŸ“§

πŸš€ Languages and Tools

Languages (and how good I know them):

C++ SQL JavaScript HTML/CSS Java
9/10 9/10 7/10 8/10 6/10
C SQL JavaScript HTML CSS Java

Frameworks and Libraries:

Tailwind CSS Bootstrap React.js Node.js Express.js Firebase
Tailwind CSS Bootstrap React.js Node.js Express.js Firebase

Tools and Technologies:

Git GitHub VS Code Figma MongoDB AWS
Git GitHub VS Code Figma MongoDB AWS

πŸ“Š GitHub Stats:

πŸŽ“ Certifications

AWS Certified Cloud Practitioner Custom AWS Logo
AWS Certified Solutions Architect - Associate Custom AWS Logo

🌐 Connect with Me

Popular repositories Loading

  1. SauravKumarLal SauravKumarLal Public

    Config files for my GitHub profile.

  2. MyPortfolio MyPortfolio Public

    HTML

  3. Strivers-A2Z-DSA-Sheet Strivers-A2Z-DSA-Sheet Public

    I'll be doing all the questions and adding my solutions here

    C++

  4. Love-Babbar-Supreme2.0 Love-Babbar-Supreme2.0 Public

    C++

  5. Clikin-Tech-Website_Task Clikin-Tech-Website_Task Public

    HTML

  6. JustDial-Phone-No.-and-Business-Name-Scraper JustDial-Phone-No.-and-Business-Name-Scraper Public

    JavaScript