Skip to content
View ShimantoBhowmik's full-sized avatar
Block or Report

Block or report ShimantoBhowmik

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

Hi! I am Shimanto.

LinkedIn | Resume

from 🏠 in 🎓 likes to sing 🎤 My work music playlist 🎧
Dhaka, Bangladesh Rochester, NY Mostly soft-paced songs (mostly) Mood

Bio

🐾 Computer Science student from Rochester Institute of Technology, Class of '26.

🌱 Spring 2024: I got promoted to a part-time Machine Learning Engineer at SageAI. I also took up an exciting research opportunity for a Data Science Learning platform!

🍝 Fall 2023: I worked as a Machine Learning Engineer Intern at SageAI.

☁️ Summer 2023: I worked at Amazon as a Software Development Engineering Intern for Amazon Alexa.

🎨 I have always been intrigued by art. I have never learned art myself but I have a lot of respect for people who do know how to art. In my little attempts to do art, I just manipulate images and try to make artistic versions of those images using Matlab.

🎸 I know how to play the guitar. Mostly simple chords to sing slow-paced songs. Nothing too fancy.

To Code or not to Code 🖥️

In my coding journey I've come to appreciate the subtle artistry within the realms of programming. Initially my priorities were efficiency and functionality which overshadowed the elegance of structure in my code. However now I have learned to appreciate readable and structured code.

In my early days, coding felt like sketching on a vast canvas where the rush of creation took over me. As I moved from being a beginner to a more experienced coder I came to realize what makes code really beautiful isn't just how well it works but how clear and easy to understand it is for others who come take a look at my canvas. For example, I like having meaningful variable names in my code. (x,y) are for coordinates in Math, not for variable names; not in my coding handbook at least. (Oh did I mention, I am doing a Math minor as well!)

And somewhere between O(n2) and O(n), I grew up.

Popular repositories Loading

  1. Tic-Tac_Toe Tic-Tac_Toe Public

    This is the famous Tic_Tac_Toe game. The language is in Python and has been executed by Visual Studio.

    Python

  2. Sudoku-Game Sudoku-Game Public

    This is the Sudoku game developed using the Python Language

    Python

  3. Guess_Number Guess_Number Public

    A game where you(user) guess a number that has been selected by the computer randomly

    Python

  4. QR_code_generator QR_code_generator Public

    The program generates a QR code for an URL that has been put in. It can also be implemented using any texts in place of URL.

    Python

  5. A-star-path-finding-algorithm A-star-path-finding-algorithm Public

    Python

  6. A-simple-calculator-GUI- A-simple-calculator-GUI- Public

    A simple calculator developed using python language

    Python