| 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 | 
## 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
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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 | 
A curated list of YouTube channels focusing on languages, tools, architecture, and modern software engineering practices.
1. GOTO Conferences [Highly Recommended]
- Focus: Industry trends, software architecture, DevOps, microservices, and design practices.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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" | 
Add Multi-User Support to Your Todo Application
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.
- Ashish visits /login.html
NewerOlder