Chandan (@chandansahoo_cs) 's Twitter Profile
Chandan

@chandansahoo_cs

Radhe Radhe 🦚

Developer |
Competitive Programmer |
Max. 1233 @codeforces | Max. 1553 @codechef

ID: 1683370342595821568

calendar_today24-07-2023 06:56:04

681 Tweet

166 Followers

135 Following

Willie Chou (@williechou) 's Twitter Profile Photo

The way Mike Tyson reinvented himself is wild: From $400M to $23M in debt, and now he makes $20M off one fight with Jake Paul. Here’s the iron story of Tyson’s rise and fall:

The way Mike Tyson reinvented himself is wild:

From $400M to $23M in debt, and now he makes $20M off one fight with Jake Paul.

Here’s the iron story of Tyson’s rise and fall:
Sumit Jha (@sumitjha__) 's Twitter Profile Photo

#Hyderabad: Revathi came along with family to watch #AlluArjun movie #Pushpa2 at Sandhya Theatre at RTC Cross road. Didn't know that it will take her life. She lost her life in stampede, while her two sons aged 9 & 7 are hospitalised. Allu Arjun was watching the movie inside.

#Hyderabad: Revathi came along with family to watch #AlluArjun movie #Pushpa2 at Sandhya Theatre at RTC Cross road. Didn't know that it will take her life. She lost her life in stampede, while her two sons aged 9 & 7 are hospitalised. 
Allu Arjun was watching the movie inside.
Chandan (@chandansahoo_cs) 's Twitter Profile Photo

For today: Always prefer the greater the one, to maximize the answer, smaller one will remain if there is enough space for it If someone finds reverse of this, please ping

Chandan (@chandansahoo_cs) 's Twitter Profile Photo

Linux Command: Want to list files with specific extensions in a directory? Use find . -type f -name "*.ext". Replace ext with your file type (like .txt, .jpg). Great for quick file searches! #Linux #DevTips

Chandan (@chandansahoo_cs) 's Twitter Profile Photo

🔥 Linux Tip: Want to see your most-used commands? Use history | awk '{print $2}' | sort | uniq -c | sort -nr | head. This will show the top 10 commands you've used the most. Optimize your workflow! ⚡🐧 #Linux #DevTips

Chandan (@chandansahoo_cs) 's Twitter Profile Photo

⚡ JavaScript Tip: Need to remove duplicates from an array? Use Set for a quick and efficient way! const numbers = [1, 2, 2, 3, 4, 4, 5]; const uniqueNumbers = [...new Set(numbers)]; console.log(uniqueNumbers); // [1, 2, 3, 4, 5] #JavaScript #DevTips

Chandan (@chandansahoo_cs) 's Twitter Profile Photo

🚀 Linux Tip: Need to check disk usage of a directory? Use du -sh folder_name. The -s flag summarizes the total size, and -h makes it human-readable. Perfect for finding large directories quickly! ⚡🐧 #Linux #DevTips

Chandan (@chandansahoo_cs) 's Twitter Profile Photo

🔥 JavaScript Tip: Need to flatten a nested array? Use flat(). const arr = [1, [2, 3], [4, [5, 6]]]; console.log(arr.flat(2)); // [1, 2, 3, 4, 5, 6] The argument specifies depth; Infinity flattens completely! #JavaScript #DevTips

Chandan (@chandansahoo_cs) 's Twitter Profile Photo

Just made a project : quickquill-swart.vercel.app It is a real time collaborative editor with git like version control using tiptap and liveblock It uses git's architecture for version control And LCS(Longest common subsequence) for diff across versions #buildinpublic #Development

Just made a project : quickquill-swart.vercel.app
It is a real time collaborative editor with git like version control using tiptap and liveblock
It uses git's architecture for version control
And LCS(Longest common subsequence) for diff across versions

#buildinpublic #Development