Skip to content
View shitu13's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Dhaka, Bangladesh
  • 03:57 (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. 😉

#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

🛠 Tech Stack & Tools

My Skills

👨 Socials

Feel free to check out my progress on various coding platforms. Btw, I mostly use leetcode nowadays. You can find all my problem solving stats on Codolio.

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

Pinned Loading

  1. DSA-Practice DSA-Practice Public

    This repository documents my personal journey in learning and mastering Data Structures and Algorithms (DSA). It includes detailed explanations, code implementations, and practice problems across v…

    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. 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