For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Michael Di Prisco -
Phil Wolstenholme -
Sourabh Singh -
Philipp Renoth -
Once suspended, aayushidroid will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, aayushidroid will be able to comment and publish posts again.
Once unpublished, all posts by aayushidroid will become hidden and only accessible to themselves.
If aayushidroid is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Aayushi Sharma.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag aayushidroid:
Unflagging aayushidroid will restore default visibility to their posts.
Oldest comments (4)
ABL: Always be learning! Review other people's code.
Go Deep: Find any language you like and go deep. C taught me memory management. C++ taught me object-oriented design & Python made me productive.
Be patient: It is okay to get frustrated, bored, and tired. Take breaks often but be persistent.
Invest time: It is easy to write a lot of code in less time. Optimizing code takes time and several iterations.
Copy with care: It is so easy to find code on the internet. Take time to truly understand what the code does before you use it. Will avoid a lot of frustration and embarrassment.
Contribute to opensource projects: Find any project you like on GitHub and learn by doing, interacting with other team members, and solving problems together.
What's your opinion about Data structures and Algorithms for new programmers ?
ADS - Algorithms, and Data Structures are very important to build a solid foundation.
Data Structures such as arrays, lists, stacks, hashes, queues & graphs are all ways to store data. Algorithms operate on the data to manage, mutate, and manipulate data.
I personally learned them in C/ C++. You can learn them in any language.
Since most folks here are web developers, you can learn ADS on Javascript. For instance, Oleksii Trekhleb maintains excellent ADS repo here: github.com/trekhleb/javascript-alg....
Every language has tons of resources such as this.
ADS are important for cracking interviews and to ace exams. In real life, they are usually available in libraries and modules that get the job done. More important to understand the logic than to memorize every one of them.
Hi, check out my latest post! It’s entirely aimed at providing value for learners and beginners! I will be posting more content aimed at helping you on your journey, so make sure to check it out and most importantly don’t give up on your goals! ✌🏻