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

Organizations

@INBadlav
Block or Report

Block or report webber2408

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

Hi there 👋, I'm Rahul, a Software Developer by profession and an eager learner from the heart.

It's great to have you here! Do checkout my latest activities and pinned repositories, gists!

My introduction to the Computer Science field was made during my inquisitive childhood years, where I was curious to understand how my favorite 'fly-on click helicopter 🚁' game worked!

Ever since then, I dreamt of diving deep into this field and here I am building scalable and optimized web portals. If you want to know more, https://rsharma.in is not far away!

☝️ Primary Skills
React.JS, Lit-Element.JS, Node.JS,  ES6+,  MongoDB, SQL, HTML, CSS

✌️ Secondary Skills
Progressive Web Apps, Service Workers, Webpack, Redux, Socket.io, Git, Bootstrap, Material UI, Semantic UI

👨‍💻 Deployment / Pipeline Tools
Heroku, CodeShip, Github, Bitbucket Pipelines

📝 Task Management & Communication Tools
Trello, JIRA, Slack, Microsoft Teams

✨Hobbies/Interests
Stack Overflowing, Technical Blogging (Do follow me on Medium ✌️), Badminton 🏸

💪 Strengths
Eager Learner, Team Player, Positive Attitude, Honest

👎Weakness
Sometimes I am unable to express my thoughts 🤔, Always thinking about building MVPs

Pinned

  1. CricketInfo CricketInfo Public

    Distributed Systems | Docker | RabbitMQ | React | Node.JS | Polling

  2. Pharmaceutical-Distributed-Database-System Pharmaceutical-Distributed-Database-System Public

    TypeScript

  3. Array Flat (array.flat()) Array Flat (array.flat())
    1
    var arr1 = [1, 2, [3, 4]];
    2
    console.log(arr1.flat());
    3
    // [1, 2, 3, 4]
    4
    
                  
    5
    var arr2 = [1, 2, [3, 4, [5, 6]]];
  4. Asynchronous Iterations in JavaScript Asynchronous Iterations in JavaScript
    1
    let numArray = [5, 2];
    2
    let arrayOfPromise = [];
    3
    
                  
    4
    //Building array of promise
    5
    numArray.forEach((item) => {
  5. mongochat mongochat Public

    Forked from bradtraversy/mongochat

    Simple chat app using Mongo and websockets

    TypeScript

  6. CplusplusLearning CplusplusLearning Public

    C++