Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barnamoy Roy added resume #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/_content/CardInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,14 @@ export const info = [
avatar: "https://avatars.githubusercontent.com/u/168955332?v=4",
background: "https://images.unsplash.com/photo-1647866873870-92d45763ef44?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
},
{
name: "Barnamoy Roy",
slug: "barnamoy-roy",
domain: "Coder",
description: " I have to beat the voices, they are getting too strong ",
quote: "The best error message is the one that never shows up.",
about: "I am a software engineer with a passion for contributing to open source projects.",
avatar: "https://avatars.githubusercontent.com/u/75882515?s=400&u=291370be2f060600309048f180c2dd19d0fdb9db&v=4",
background: "https://plus.unsplash.com/premium_photo-1686255006386-5f58b00ffe9d?q=80&w=2788&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
},
];
69 changes: 69 additions & 0 deletions app/_content/contributors/barnamoy-roy.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
export const data = {
name: "Barnamoy Roy",
location: "Goa, India",
phone: "+91 7420988490",
email: "[email protected]",
links: {
linkedin: "https://www.linkedin.com/in/barnamoy-roy-535080202/",
github: "https://github.com/Barnamoyy",
leetcode: "https://leetcode.com/u/Barnamoy-roy/",
},
education: [
{
institution: "BITS Pilani K.K Birla Goa Campus",
location: "Goa, India",
degree: "Master of Sciences Physics + Electrical & Communication Engineering",
period: "2022 – 2027",
},
],
experience: [
{
company: "National Centre for Polar and Ocean Research",
position: "Research Intern",
location: "Goa, India",
period: "May 2024 – July 2024",
responsibilities: [
"Sea-Ice Extent: Collected Sea-Ice Extent data and analyzed its correlation with factors like the Southern Annular Mode and 2m Air Temperature using numpy, pandas, matplotlib, scikit-learn for data manipulation & visualization.",
"Predictive Modeling: Fed the individual correlations in a multi-feature linear regression model to determine each factor's percentage contribution to sea ice variability. Utilised Butterworth filter to create high and low pass datasets.",
"Data Analytics & Visualization: Analyzed percentage contributions of all factors, creating heatmaps, pie charts, and time series graphs over months, years, and decades, matched results with previous studies.",
],
},
{
company: "CA-Monk",
position: "Web development Intern",
location: "Remote",
period: "Aug 2023 – Oct 2023",
responsibilities: [
"Website design: Designed a new user interface for CA-Monk, emphasizing user experience.",
"Frontend Development: Developed a responsive client-side webpage using HTML, CSS, and JS",
"Team Collaboration: Implemented design feedback from user testing and optimized site performance, increasing page load speed by 40% and reducing bounce rate by 25% within three months",
],
},
],
projects: [
{
name: "Leetcode-Clone",
technologies: "React, Tailwind CSS, Django, python, Typescript",
period: "1 Month",
details: ["Developed a Python script for a remote code compiler & executer supporting 4 languages against test cases, containerized with Docker. Built secure routes and admin access for 100+ problems, delivered activity metrics, ensuring type safety with error handling. Reduced API response latency by 80% from 1400ms to 200ms. Added modern UI/UX and a dark theme."],
},
{
name: "Sign-Language Interpreter",
technologies: "Python, OpenCV, Tensorflow, Keras",
period: "2 Days",
details: ["Engineered a Sign Language Interpreter with OpenCV, TensorFlow. Users can use premade data or collect their own. Used mediapipe for keypoint mapping of hands. Computed 98% accuracy on an LSTM model over 2000 epochs."],
},
{
name: "AI-SaaS",
technologies: "React, tailwind CSS, Supabase, Stripe, Node.js",
period: "1 Month",
details: ["Launched a full-stack 5-in-1 tool for generating images, music, code, chats, and videos from user prompts, set up stripe for subscriptions with webhooks. Recorded 200 ms response times, scaled to handle concurrent usage peaks using Supabase for efficient sql database management. Handled security with limited generation requests, secure routes, and user authentication."],
},
],
skills: {
languages: ["Python", "Typescript", "C/C++", "Java", "Javascript"],
technologies: ["JQuery", "Node.js", "REST API", "Django", "React", "Tailwind CSS", "Supabase", "Stripe", "Docker", "Keras", "Tensorflow", "OpenCV"],
tools: ["Adobe Premiere Pro", "Adobe Photoshop"],
},
achievements: ["Winner of the 2023 Hackathon at BITS Pilani K.K Birla Goa Campus"],
};
Loading