Skip to content

Instantly share code, notes, and snippets.

Name Score Lint Issues
Abhay Pratap Singh 94 17
Sandip Saha 94 19
Nikhil Chodavarapu 82 51
Gopi 76 11
Sidhartha 76 14
Adithyan 70 10
Khaji Umar 70 16
Dinesh Kumar 64 12
Name Score Issues
Javed 0 24
Nandini Dasari 11 20
Oiendrila 11 39
Adarsh 17 15
Bhargavi 17 8
Amisha Rawat 23 17
Dilli 23 6
Haider 23 8
Name Score Issues
Oiendrila 11 39
Adarsh 17 15
Adithyan 23 6
Athul S M 29 15
Dilli 29 12
Paulami Dutta 29 8
Sirisha 29 30
Ayush 35 20
@ashishkujoy
ashishkujoy / js-functions-1.md
Created September 28, 2025 05:02
JS Functions 1 Lint Report

Js Functions 1 Assignment - Assessment Report

Generated on: September 28, 2025

📊 Overall Summary

Metric Value
Total Interns 57
Pass Rate 100%
## Abhay Pratap Singh
    


## Adarsh
    
- string_slice
      - Slicing with end index out of bounds Inputs => text: end is out of range, start: 14, end: 100 => Expected: range Actual: rangeundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefinedundefined
  • Slicing with start index out of bounds Inputs => text: star
@ashishkujoy
ashishkujoy / report.md
Last active September 25, 2025 05:32
JS Assignment 1 Report

Js Assignment 1 Assignment - Assessment Report

Generated on: September 25, 2025

📊 Overall Summary

Metric Value
Total Interns 58
Pass Rate 98%
COMMAND: npx ts-node src/nodes/requirementGatherer.ts
OUTPUT
To generate the Fibonacci sequence, please clarify the following:
1. What is the maximum number of elements you want in the sequence, or what is the upper limit for the Fibonacci numbers (e.g., generate the first 10 numbers, or generate numbers up to 100)?
2. How should the sequence be presented? (e.g., printed to the console, returned as a list, or generated one by one using an iterator/generator)?
3. Do you have a preferred programming language for this?
>>>> User INput1. Add that as the function parameter, accept only numbers. 2. Return as a list. 3. Javascript
@ashishkujoy
ashishkujoy / Recommendation.md
Created May 7, 2025 17:59
YouTube Channels for Software Developer & Architects

YouTube Channels for Software Developer & Architects

A curated list of YouTube channels focusing on languages, tools, architecture, and modern software engineering practices.


🔹 Core Recommendations

1. GOTO Conferences [Highly Recommended]

  • Focus: Industry trends, software architecture, DevOps, microservices, and design practices.
@ashishkujoy
ashishkujoy / brew bundle
Created April 22, 2025 13:06
Brew Bundle
tap "homebrew/bundle"
tap "homebrew/services"
tap "mongodb/brew"
brew "ca-certificates"
brew "openssl@3"
brew "[email protected]"
brew "autojump"
brew "awscli"
brew "bat"
brew "cloudflared"

Extension

Add Multi-User Support to Your Todo Application

Description

The Todo page should be visible only after login. If a non-logged-in user tries to access the Todo page, they should be redirected to the login page. There is no need for a registration feature, and no password is required. A logged-in user should only be able to view and edit their own Todos, not those of other users.

User Journey

User Journey 1

  • Ashish visits /login.html