β¨ About CHIT-CHAT DEVELOPERS
Your go-to place to learn Web Development in a fun, simple, and interactive way.
From HTML, CSS, and JavaScript to backend, frameworks, and real-world projects β we break down complex concepts into easy, chit-chat style tutorials.
Whether you're a beginner starting from scratch or a developer looking to polish your skills, join us and level up your coding game! π
π¨βπ» About Me
Hi, welcome to CHIT-CHAT DEVELOPERS!
Iβm Jaswanth Kumar, working as an SDE at a startup, with experience in frontend, backend, API documentation, and RAG (Retrieval-Augmented Generation).
Iβm passionate about teaching coding in Telugu and making studentsβ lives easier by explaining things in a friendly, interactive way. My goal is to help you learn coding without fear and enjoy the process! π‘
CHIT-CHAT DEVELOPERS
A linked list has:
1 β 2 β 3 β 4 β 5 β NULL
Two pointers start at head.
Slow pointer moves 1 step.
Fast pointer moves 2 steps.
Where will the slow pointer be when fast reaches NULL?
1 month ago | [YT] | 0
View 0 replies
CHIT-CHAT DEVELOPERS
In a singly linked list:
5 β 10 β 15 β 20 β NULL
If a new node with value 12 is inserted after 10,
what will be the final linked list?
1 month ago | [YT] | 0
View 0 replies
CHIT-CHAT DEVELOPERS
If a linked list contains:
10 β 20 β 30 β 40 β NULL
What will be the output after deleting the first node?
1 month ago | [YT] | 0
View 0 replies
CHIT-CHAT DEVELOPERS
C Programming Quiz :
What happens if you assign a value to one member of a union and then immediately assign a value to a different member of the same union?
1 month ago | [YT] | 1
View 1 reply
CHIT-CHAT DEVELOPERS
Test Yourself :
Consider a structure defined as struct Data { int i; char c; };. On a system where an int is 4 bytes and a char is 1 byte, what is the minimum size of this structure (ignoring padding) ?
1 month ago | [YT] | 1
View 1 reply
CHIT-CHAT DEVELOPERS
π’ Hey Chit-Chat Developers Fam!
Iβm planning my next teaching series and want your opinion π
π Which one should I start with?
9 months ago | [YT] | 2
View 3 replies
CHIT-CHAT DEVELOPERS
ReactJS Quiz Question 9:
What is the output of the following JSX: <div>Hello, {2 + 2}</div>?
1 year ago | [YT] | 0
View 0 replies
CHIT-CHAT DEVELOPERS
ReactJS Quiz Question 8:
Can a functional component have its own state?
1 year ago | [YT] | 1
View 0 replies
CHIT-CHAT DEVELOPERS
ReactJS Quiz Question 7:
What are "props" in React?
1 year ago | [YT] | 0
View 0 replies
CHIT-CHAT DEVELOPERS
ReactJS Quiz Question 6 :
What is the purpose of the render() method in a class component?
1 year ago | [YT] | 0
View 0 replies
Load more