java-developer-roadmap
Roadmap to becoming a Java developer in 2025 (by s4kibs4mi)
cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru) (by cp-algorithms)
java-developer-roadmap | cp-algorithms | |
---|---|---|
9 | 13 | |
4,216 | 9,312 | |
0.7% | 2.2% | |
3.1 | 8.9 | |
8 months ago | 5 days ago | |
Java | C++ | |
MIT License | Creative Commons Attribution Share Alike 4.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
java-developer-roadmap
Posts with mentions or reviews of java-developer-roadmap.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-30.
-
GitHub Repositories Every Software Engineer Should Know
Java Developer Roadmap - Roadmap to becoming a Java developer in 2021 .
- Önfejlesztési útmutatás
-
Daily Chat Thread - April 10, 2023
Java roadmap
- How are roadmaps like this created? Some kind of mind mapping tool?
-
Is learning Java with a book working with JDK 11 a bad idea?
After this three steps just follow roadmap like this and do some bigger project.
- I need a goal and a road map
-
What do I do!?
Imo data structures are something you “learn” over time. Don’t stress about knowing them at the beginning. Study the basic ones, arrays, stacks, queues, lists, and trees. Trees is a very deep topic and will lead you down a rabbit hole, so focus on binary search trees. “Basics of java” doesn’t tell us much but if you haven’t learned object oriented programming principles then those should be next. Afterwards I suggest you learn exceptions, interfaces, generics (very important topic), and the java collections framework. Regular expressions are useful to know as well. Here’s the java developer roadmap as a reference.
-
I am a self-learner who has been studying Java for 3-4 months. How long until I can go on the job market?
java-developer-roadmap
- Cómo consigue uno tantos millones de pesos?
cp-algorithms
Posts with mentions or reviews of cp-algorithms.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-27.
- Algorithms for Competitive Programming
-
Competitive Programming
cp-algorithms.com
-
GitHub Repositories Every Software Engineer Should Know
CP-Algorithms - Algorithms and data structures are especially popular in the field of competitive…
-
Do you know of any helpful sources like this for leetcode?
I've been learning alot from this git repository: https://cp-algorithms.com/ . Do you know of any of any sources or repositories like this that help with Leetcode or problem solving?
-
Should I create an organisation from my personal account or should I create a separate GitHub user for my project?
I am aiming to create an open-source knowledge repository inspired by cp-algorithms.com . Now, I am planning this to be a long term project. This project MIGHT have different repositories, depending on how I structure the content. I am really confused between two alternatives:
-
Data Engineer @ Hedge Fund looking to go into Quant
For interviews, if you can do competitive programming well that would def make you super competitive so check out codeforces and assorted sites and compete. There’s also a competitive programming handbook on the internet and this: https://cp-algorithms.com to help
- Programozás tanítása a közoktatásban
-
AMA about my LC Journey
I did some CP and yes it opens up some new style of approaching problems with new ideas but its definitely not necessary. I would recommend the famous CSES problem set and start with codeforces . Try to give virtual div3 for starters and then jump to div2 if you feel comfortable. There is this site https://cp-algorithms.com/ which will be your best friend. Also take a look at this https://codeforces.com/blog/entry/57282 it has all the good articles on on algo/tricks/tips written by CF folks.
-
Thinking like a programmer
I can also recommend, https://cp-algorithms.com/ and the competitive programmer handbook, regardless of your intentions these resources contain mental models and algorithms that have taken computer science many years tp develop.
- Catalog of algorithms?
What are some alternatives?
When comparing java-developer-roadmap and cp-algorithms you can also consider the following projects:
android-developer-roadmap - Android Developer Roadmap - A complete roadmap to learn Android App Development
Daily-Coding-DS-ALGO-Practice - A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
GDevelop-Open-Game - A gta-like game made by the GDevelop community with GDevelop 5
C-Plus-Plus - Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
echothree - Echo Three Mirror
competitive_programming - My solutions to programming contest problems from different sources (UVa, TopCoder, Live Archive, SPOJ, etc).