Personally, I like codingame.com (completely free unless you are an employer) - Their simple puzzles are great places to get an idea of how programming works and the kinds of problems they solve. I think the first puzzle I was able to solve as a beginner in a few days. - Source: Reddit / 8 days ago
I believe it's possible to use rust in codingame.com. Is that ok for you? - Source: Reddit / 29 days ago
I solve little challenges at codingame.com. I've done some leetcode too since I enjoy the dry academic problems. - Source: Reddit / about 1 month ago
Practice JavaScript by making games: codingame.com (other languages available). - Source: Reddit / about 2 months ago
You can also jump into practice via codingame.com or leetcode, but your first few attempts in leetcode will likely leave you frustrated and confused without going through DS/A first. - Source: Reddit / 3 months ago
Game AI is huge rabbit hole, but there's a lot of material for it, and a big community, e.g. You can make your AI compete with other AIs to measure how good yours is at https://codingame.com. I wouldn't go with tic-tac-toe though, as it's a solved game so not very exciting. - Source: Reddit / 3 months ago
Thank you for all details. I was thinking something like codingame.com, but for SQL. - Source: Reddit / 4 months ago
I get about an hour of practice in about 3-5x a week. Sometimes this is doing another problem on codingame.com, trying my hand at LeetCode and trying to reverse-engineer the solution to understand a new concept, or trying to 'dig in' to a subject (thinks like Big O, DS/A, OOP, design hierarchy, or other available tutorials - with the caveat that I review everything with a bit of skepticism, since there's a lot of... - Source: Reddit / 3 months ago
I don't know if this is included in your choices or resources, but you can try programming challenge websites. A good one would be codingame fo others, you can maybe do you own research on it 👍. - Source: Reddit / 4 months ago
Sure, you'll get the hang of it. I'd suggest doing small coding exercises like katas on codewars.com or puzzles and clashes on codingame.com. You can implement your solutions to their challenges and look at other people's solutions to compare and find interesting ways of simplifying your code. You can also learn good practices from that. - Source: Reddit / 5 months ago
Codingame.com It teaches you programming through games and contests. I also self taught myself Python by doing coding exercises on the above site. - Source: Reddit / 5 months ago
Another thing that was valuable for me was codingame.com The easy games are fairly quick and easy to deal with. Give it a shot. The basic idea is to learn how to interact and work with data that comes through. - Source: Reddit / 5 months ago
One-liners are really cool challenges and very fun to make. I used to spend a lot of my time on codewars.com and codingame.com, which are two websites that facilitates little coding challenges which challenge your ability to write short code, or write code fast. - Source: dev.to / 5 months ago
Definitely lack in the networking department and would like to strengthen my knowledge in security related topics. Got the GCP certs (Professional Cloud Architect) on my TODO list. I like codingame.com very much and used leetcode.com before. Currently I am looking at hackthebox.com (which is hard...). - Source: Reddit / 5 months ago
I've also recently discovered codingame.com which is really cool. It's a site where you improve your programming skills by solving game development related coding puzzles. In fact, one of the jobs I applied for sent me an assessment through this site. - Source: Reddit / 5 months ago
Https://codingame.com - lots of puzzles ranging from easy to very hard. I'm a software dev irl and love to just play around with this. - Source: Reddit / 7 months ago
Another resource I really like is https://codingame.com. It's set up like a bunch of coding puzzles. You can use many languages (including Python), and the puzzles are arranged fairly accurately by difficulty. - Source: Reddit / 9 months ago
Of course, if you are at the CS sub, I will recommend programming as well! :) You can do cool projects if you learn a language - the game you wanted to create, or the app you never had? The chance is yours to do it! I assume you are around 12 years old - when you will be older, this can actually develop into an academic passion and your major, or even your career. Cool isn't it? If you are into math and puzzle... - Source: Reddit / 9 months ago
Problem-solving There will be situations where You are stuck on a task. Before starting applying to companies, I would recommend training problem-solving skills on platforms like: Leetcode Codingame Or Codewars If You are stuck on a task at work, google is Your best friend. If it does not help, only after, describe Your problem to another programmer. Would be nice to add what You did to try to solve the... - Source: dev.to / 10 months ago
The first time I truly felt the greatness of static typing was the first time I wrote a non-trivial program in Haskell, for a codingame.com challenge where I had to refactor several times the program as rules changed when I aced a level. - Source: Reddit / 10 months ago
First of all, I think it's better to enrich your resume a little bit with projects you participated in (you can even share your Github account), add certifications (e.g. Coursera.com contains free certifying trainings (you need to apply for financial aid)), strengthen your presence and network on Linkedin (connect with the HR of companies as they share internship offers) and finally you can make an account on... - Source: Reddit / 10 months ago
Do you know an article comparing CodinGame to other products?
Suggest a link to a post with product alternatives.