Skip to content
View shitu13's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • Dhaka, Bangladesh
  • 22:09 (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. Stories Stories Public

    A social media-like backend application enabling user registration, authentication, and post management using Spring Boot, JWT, JPA, and Spring Security.

    Java