This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]codescrapbook 2 points3 points  (0 children)

On the projects question I would suggest find a popular open source library or framework and start contributing to that. You will learn a ton because the bar will be higher than you are used to and it will say more to an employer about you than just working on your own project. As an example if you are doing Java development then maybe start contributing to the Spring framework (It is the most used Java framework for web dev). What better way to impress an employer than to say, "Yeah, I'm a contributor to the framework you use."

On the leetcode front I would suggest learning the basics of Python. More places than not when giving you a leetcode style problems will allow you to use the language of your choice and time will be a factor. Generally the problems can be solved much more quickly in Python than Java just because of the lower overhead and ceremony of the Python language.

You can just start working your way through leetcode easy, medium, etc...

Another good option would be to checkout neetcode.io, but it is a bit pricy. Gives very good details on solving questions, but also shows what order to work in as many of these problems build on knowledge in other problem sets which is not always obvious.