Rakesh Das (@rakeshdas_18) 's Twitter Profile
Rakesh Das

@rakeshdas_18

Web developer | C, C++, JavaScript, Python, HTML, CSS, and MERN Stack | Currently - Learning NextJs | Memes โค๏ธ

ID: 1751470922379489280

linkhttps://github.com/RakeshDas18/File-Sharing-App calendar_today28-01-2024 05:03:10

2,2K Tweet

138 Followers

22 Following

Rakesh Das (@rakeshdas_18) 's Twitter Profile Photo

Python Tip ๐Ÿ’ก You can use the enumerate() function to get both the index and value of items in a list. This is a cleaner and more readable way to loop through items with their indices! For example:

Python Tip ๐Ÿ’ก 

You can use the enumerate() function to get both the index and value of items in a list. This is a cleaner and more readable way to loop through items with their indices!

For example:
Rakesh Das (@rakeshdas_18) 's Twitter Profile Photo

JavaScript tip: Use Leverage WeakMap for private data. WeakMap allows you to store private data for objects, which is not accessible or modifiable from outside. Example:

JavaScript tip:

Use Leverage WeakMap for private data.

WeakMap allows you to store private data for objects, which is not accessible or modifiable from outside.

Example:
Rakesh Das (@rakeshdas_18) 's Twitter Profile Photo

JavaScript Tip ๐Ÿ’ก: Use Array.prototype.reduceRight() to process arrays from right to left. Itโ€™s useful for operations like reversing strings or flattening arrays. Example:

JavaScript Tip ๐Ÿ’ก: 

Use Array.prototype.reduceRight() to process arrays from right to left. Itโ€™s useful for operations like reversing strings or flattening arrays.

Example:
Rakesh Das (@rakeshdas_18) 's Twitter Profile Photo

If IIT graduate students are unemployed and their minimum pay drops to 4 LPA, what will that mean for non-IIT graduate students like us?

If IIT graduate students are unemployed and their minimum pay drops to 4 LPA, what will that mean for non-IIT graduate students like us?
Rakesh Das (@rakeshdas_18) 's Twitter Profile Photo

JavaScript Tip: Use String.prototype.padStart() and String.prototype.padEnd() to align text. These methods are useful for formatting strings to a fixed length, adding padding to the start or end.

JavaScript Tip: 

Use String.prototype.padStart() and String.prototype.padEnd() to align text.

These methods are useful for formatting strings to a fixed length, adding padding to the start or end.
Rakesh Das (@rakeshdas_18) 's Twitter Profile Photo

If you can't fly, then run. If you can't run, then walk. If you can't walk, then crawl, but whatever you do, keep moving forward. Good morning, everyone ๐ŸŒž

Rakesh Das (@rakeshdas_18) 's Twitter Profile Photo

Python Tip ๐Ÿ’ก Use dictionary comprehensions for concise and readable transformations. Itโ€™s a clean way to create dictionaries from iterable data.

Python Tip ๐Ÿ’ก

Use dictionary comprehensions for concise and readable transformations.

Itโ€™s a clean way to create dictionaries from iterable data.