Skip to content
View shitu13's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Dhaka, Bangladesh
  • 03:10 (UTC +06:00)
  • LinkedIn in/shitu13
Block or Report

Block or report shitu13

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

Hi 👋, I'm Shuvongkar Roy

Before I say anything let's look at the code snippet bellow. Btw, I love C++. 😉

#iWrite <code> 
 
void life(Node* problem) {

    while (problem->val) {
        try 
            "Handle it";
        catch (Exception e) 
            "Learn to handle it";
        finally() 
            "Eventually you will learn to handle it";
    }
    
    life(problem->next);
}

I love metaphysical poetry but not as much as solving various problems. How I see life is a list of problems that are linked to one another. We solve one and move to the next one. So is engineering, we face problems, we overcome the barrier, we learn from them and move to the next one. Happy but never satisfied. And that's what makes things meaningful, cause we know no one can solve all the problems on his/her own be it engineering or be it life.

Metaphysical Poetry apart, I have a sound understanding of the following core CS subjects.

  • Data Structures & Algorithms
  • Object Oriented Programming
  • Database Management Systems
  • Operating Systems
  • Computer Networking

👨 Coding Profiles

Feel free to check out my progress on various coding platforms. Btw, I mostly use leetcode nowadays.

You can always hit me up on Linkedin. To Know more about my experiences check out My Resume.

🛠 Languages and Tools:

appwrite bootstrap c cplusplus csharp css3 docker dotnet express firebase git html5 java javascript linux mongodb mssql mysql nodejs postman react redux tailwind typescript

Pinned Loading

  1. DSA-Practice DSA-Practice Public

    A comprehensive collection of data structures and algorithms in CPP, designed for competitive programming and coding interview preparation.

    C++

  2. book-my-hotel book-my-hotel Public

    A fullstack web application built with MongoDB, Express, React, and Node.js. It features user authentication, CRUD operations, and a responsive design. MongoDB is used as the database to store appl…

    TypeScript

  3. Cine-db Cine-db Public

    A React-based web application that integrates Firebase for authentication and data storage, alongside fetching and displaying data from a third-party API

    JavaScript

  4. Java-Projects Java-Projects Public

    This repository contains a collection of Java projects showcasing various aspects of Java programming, from basic to advanced levels.

    Java

  5. JavaScript-Projects JavaScript-Projects Public

    This repository contains a collection of JavaScript projects that demonstrate a range of skills and concepts, from fundamental programming principles to advanced web development techniques.

    JavaScript

  6. React-projects React-projects Public

    This repository contains a collection of React projects aimed at demonstrating the versatility and power of the React library. Each project showcases different aspects of React development, from ba…

    JavaScript