Skip to content
View roydevashish's full-sized avatar
🎯
Focused
🎯
Focused

Organizations

@YouTubeLayer @helloworld-ind-in

Block or report roydevashish

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
roydevashish/README.md

DEVASHISH ROY

Jamshedpur, JH | +91-7488135818 | LinkedIn | devashishroyatwork@gmail.com | dev.to/roydevashish

CURRENTLY LEARNING

  • go-lang
  • SOLID Principles
  • Design Patterns

SKILLS

  • Programming Languages: C++, Java, JavaScript / TypeScript, go
  • Tools: SQL, AWS, MongoDB, Docker, Git, Linux/Unix, Postman, PostgreSQL, Microservices, REST API

EXPERIENCE

Infosys Ltd.

System Engineer April 2022 - Oct 2023

  • Developed and maintained backend applications using Node.js, Express, JavaScript/TypeScript, ensuring high performance and scalability.
  • Designed and tested REST APIs with Postman and unit testing, reducing integration issues by 30%.
  • Worked with SQL (PostgreSQL, SQLite) and NoSQL (MongoDB) databases, optimizing queries and cutting average response time by 20%.
  • Improved system efficiency by leveraging the Node.js cluster module for load balancing and scaling, enabling 4x more concurrent requests.
  • Implemented Zero Trust Architecture and robust security practices, including JWT, OAuth2, bcrypt/argon2 password hashing, and SQLi/XSS/CSRF prevention, to secure applications.
  • Containerized applications with Docker and deployed on AWS EC2, utilizing Git & GitHub for version control and automation, reducing deployment time by 40%.

PROJECTS

YouTubeLayer

GitHub | youtubelayer.in

  • Developed a full-stack MERN collaboration platform for YouTube creators and editors using Next.js, React, MongoDB, and AWS.
  • Managed GitHub source control and deployed the web app on Vercel for continuous integration and deployment.
  • Built scalable AWS infrastructure utilizing S3 Bucket for video storage and ECR/ECS with Docker containers to automate and scale video publishing workflows to YouTube, integrating YouTube Data API and Google OAuth API for secure, automated video uploads and authentication.
  • Integrated secure user authentication, role-based access, project management, and real-time video review features to streamline editing collaboration.
  • Reduced manual uploads/downloads by 40%, significantly enhancing team efficiency and simplifying the video publishing process.

ACHIEVEMENTS

  • Solved 200+ DSA questions on Leetcode.
  • Qualified GATE 2024.
  • Qualified Bihar STET 2024.

EDUCATION

Master of Technology

Information Systems Security Engineering
National Institute of Technology, Jamshedpur (2024 - 2026)
CGPA: 7.87

Bachelor of Technology

Computer Science and Engineering
Bengal College of Engineering and Technology (2017 - 2021)
CGPA/DGPA: 8.62

Pinned Loading

  1. cpp cpp Public

    This repository contains a collection of C++ programs, algorithms, and examples. It is designed for learners and developers interested in exploring fundamental and advanced concepts in C++ programm…

    C++

  2. YouTubeLayer YouTubeLayer Public

    YouTubeLayer is a web-based collaboration platform designed for YouTube channel owners and remote video editors to simplify and streamline the video editing and publishing workflow. This platform e…

    TypeScript

  3. hybrid-technique-for-image-encryption hybrid-technique-for-image-encryption Public

    This project implements a hybrid image encryption technique by combining asymmetric and symmetric encryption methods. It utilizes the ECC for asymmetric encryption and ChaCha20 stream cipher for sy…

    Python 1

  4. chacha20-hash-lightweight-cryptographic-hash-function-based-on-chacha20 chacha20-hash-lightweight-cryptographic-hash-function-based-on-chacha20 Public

    A lightweight cryptographic hash function inspired by ChaCha20, designed for speed, simplicity, and efficiency in resource-constrained environments. Ideal for embedded systems, research, and educat…

    Python