Skip to content
View shreesharma07's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Organizations

@Bitfox-Inc
Block or Report

Block or report shreesharma07

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

Profile Views WakaTime Statistics Followers Profile Stars


๐๐ซ๐จ๐Ÿ๐ž๐ฌ๐ฌ๐ข๐จ๐ง๐š๐ฅ ๐’๐ฎ๐ฆ๐ฆ๐š๐ซ๐ฒ


I'm a Software Development Engineer with a demonstrated history of working in the Information Technology and Services Industry. Skilled in RESTful API Development using Nodejs and Express. I have good exposure to AWS Cloud including Lambda Functions, Microservices, Secret Manager and Cloudwatch, etc. And my experience also includes the development of services along with the SQL databases like MySQL, AWS RDS, and NoSQL databases like Apache Cassandra and MongoDB. I also have hands-on experience with Version Control Tools like Git and BitBucket.


GitHub Streak Shree Kumar Sharma Github Statistics Most Languages Used

๐–๐š๐ค๐š๐ญ๐ข๐ฆ๐ž ๐‹๐š๐ง๐ ๐ฎ๐š๐ ๐ž ๐’๐ญ๐š๐ญ๐ข๐ฌ๐ญ๐ข๐œ๐ฌ

Language-Statistics - Powered By @ Wakatime | Pie Chart

๐“๐จ๐จ๐ฅ๐ฌ ๐š๐ง๐ ๐“๐ž๐œ๐ก๐ง๐จ๐ฅ๐จ๐ ๐ข๐œ๐š๐ฅ ๐’๐ค๐ข๐ฅ๐ฅ๐ฌ



๐‚๐จ๐๐ข๐ง๐  ๐€๐œ๐ญ๐ข๐ฏ๐ข๐ญ๐ฒ @ ๐๐จ๐ฐ๐ž๐ซ๐ž๐ ๐๐ฒ #๐–๐š๐ค๐š๐“๐ข๐ฆ๐ž

Coding Activity - Powered By @ Wakatime

๐“๐ž๐œ๐ก๐ง๐จ๐ฅ๐จ๐ ๐ข๐œ๐š๐ฅ ๐ˆ๐ง๐ญ๐ž๐ซ๐ž๐ฌ๐ญ๐ฌ



To know more about my experience, contact details and skills or for any collaboration / work inquiry.
Then please connect with me on the given social media links.



๐†๐ข๐ญ๐ก๐ฎ๐› ๐‚๐จ๐ง๐ญ๐ซ๐ข๐›๐ฎ๐ญ๐ข๐จ๐ง๐ฌ

Github Contributions Graph | Pie Chart


๐ˆ๐Ÿ ๐ฒ๐จ๐ฎ ๐š๐๐ฆ๐ข๐ซ๐ž ๐ฆ๐ฒ ๐๐ž๐๐ข๐œ๐š๐ญ๐ข๐จ๐ง ๐š๐ง๐ ๐ก๐š๐ซ๐ ๐ฐ๐จ๐ซ๐ค, ๐ˆ ๐ฐ๐จ๐ฎ๐ฅ๐ ๐›๐ž ๐ก๐จ๐ง๐จ๐ซ๐ž๐ ๐ข๐Ÿ ๐ฒ๐จ๐ฎ ๐œ๐จ๐ฎ๐ฅ๐ ๐ฌ๐ฉ๐จ๐ง๐ฌ๐จ๐ซ ๐ฆ๐ž ๐จ๐ซ ๐›๐ฎ๐ฒ ๐ฆ๐ž ๐š ๐œ๐จ๐Ÿ๐Ÿ๐ž๐žโ˜•.





Pinned

  1. Prettifying Code through Command Lin... Prettifying Code through Command Line Using Prettier
    1
    // ! // Importing Modules //
    2
    import path from "path";
    3
    import prettier from "prettier";
    4
    import glob from "glob";
    5
    import minimist from "minimist";
  2. Create Random Passwords using Javasc... Create Random Passwords using Javascript
    1
    // * // Set of Alphanumeric Characters along with Symbols //
    2
    const CHARACTER_SET = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*";
    3
    
                  
    4
    // @ // Writing Statement to Console //
    5
    process.stdout._write("Enter Your Password Length: ", "utf8", (err, res) => {
  3. JavaScript-Miscellaneous-Topics JavaScript-Miscellaneous-Topics Public

    This repository contains different solutions for the JavaScript problems.

    JavaScript

  4. shreesharma07 shreesharma07 Public

    Introductory Repository Containing Portfolio and Other Work-Related Informations

    HTML 1

  5. Password-Generator Password-Generator Public

    Passwordly is a random password generator. Built using core HTML, CSS and Javascript.

    HTML 2