DSA
STRING !!
- Print the reverse of a string.
- Check if the string is palindrome or not.
- Toggle the character of a string.
- Frequency of characters in a string.
, etc . #JavaScript#DSA
DSA
Advance Array!!
- best time to buy & sell stock problem
- Max sum of subarray/kadane's algorithm
- Majority of element/Moore's voting algorithm
- Sort the colors
- Trapping rain water problem
, etc . #JavaScript#DSA
DSA with JS,
Here's the summary of today's session. It is about Advance Array Q's - left & right rotate by k element (3 approaches and optimised sol), remove duplicate elements and return unique no of elements and array , merge two sorted arrays, etc . #JavaScript#DSA
DSA with JS,
Here's the summary of today's session. It is about Arrays and basic Q's - find max and 2nd max element, find min and 2nd min element, put 0's in left and 1's in right, reverse an array,etc. #JavaScript#DSA
DSA with JS,
Here's the summary of today's session. It is about pattern programming , nested loops, process.std.write() , String.fromCharCode(), prompt-sync,etc #JavaScript#DSA
DSA with JS,
Here's the summary of today's session. It is about while loop , do-while loop ,Q's - sum of multi-digit no., reverse of no., Strong no. Check, guess the no. ,etc #javaScript#DSA
DSA with JS,
Here's the summary of today's session. It is about for loop, break & continue statement, some Q's - sum of n nos & factorial of n nos, factors of a no. , isPrime or not,etc #JavaScript#DSA
DSA with JS,
Here's the summary of the today's lecture from
@sheryians_ YT. This lecture is around switch-case statement, ternary operators, conditional statements, some Q's like - valid voter, shopping discount, electricity bill cal, INR denomination . #JavaScript#DSA
Again, it's DSA now with JS, and here's the summary of the first lecture from @sheryians_ YT.
This lecture is around basics, like variables, type coercion, type casting, operators, and some questions around them.
#JavaScript#DSA
Got a 3rd Internship within 6 months .
This company in which i got selected asked me to build a complete career counselling chat application with AI integration using NextJs+Typescript and SQLite/Postgres with Drizzle/prisma.
#goodnight
What is contextSafe( )
contextSafe(fn) returns a wrapped function.
Inside that wrapped function, any GSAP calls are registered to the componentβs context.
When the component unmounts , GSAP automatically kills the animations so you donβt need manual cleanup.
#learninginpublic
What is a useGSAP Hook?
useGSAP is a React hook provided by GSAP.
It used to make it easier to use GSAP animations in React components by handling scoping, lifecycle cleanup, and context management automatically.
#LearnInPublic