learn-ruby-and-cs VS codewars.com

Compare learn-ruby-and-cs vs codewars.com and see what are their differences.

learn-ruby-and-cs

Books and other resources for learning Ruby and computer science. [Moved to: https://github.com/fpsvogel/learn-ruby] (by fpsvogel)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
learn-ruby-and-cs codewars.com
16 712
99 2,079
- 0.1%
8.7 3.5
over 1 year ago 8 months ago
- BSD 2-clause "Simplified" License
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.

learn-ruby-and-cs

Posts with mentions or reviews of learn-ruby-and-cs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • self teaching
    1 project | /r/ruby | 13 Sep 2022
    For ideas on what to study next, you could take a look at my list of learning resources that I've been building up over these two years: https://github.com/fpsvogel/learn-ruby-and-cs
  • Development plan as a Junior Dev
    2 projects | /r/rails | 12 Sep 2022
    Here's a list of mostly Ruby and Rails learning resources that I've been building up, using it to keep track of my own learning path: https://github.com/fpsvogel/learn-ruby-and-cs. I hope it gives you some ideas!
  • The first six months: lessons learned as a junior developer
    1 project | dev.to | 24 Aug 2022
    Set goals. Identify one or two areas where you want to improve, and focus on those. For me it helps that I already have lots to choose from in my "Learning Ruby" list, which I've been building up for the past two years.
  • Need Guidance
    6 projects | /r/ruby | 3 Aug 2022
    For lots more suggested resources, see this list which I've been keeping up since I started learning Ruby two years ago: https://github.com/fpsvogel/learn-ruby-and-cs
  • Has anyone here gone through the Odin Project? If so, would you recommend it or another resource for someone looking to learn Rails to build a SaaS?
    1 project | /r/rails | 16 Jul 2022
    If you're starting from zero knowledge of Rails, I think the best starting point is the Rails for Beginners video series by GoRails. Then after that you can branch out to more specific tutorials (e.g. Stripe, like someone already mentioned), and at some point it'd be good to dive deeper into Ruby and Rails (here's a list of resources that I've made for that).
  • Online Rails Course Recommendations?
    1 project | /r/rails | 15 Jul 2022
    Rails for Beginners by GoRails is an amazing (and free!) way to learn the basics, but as a beginner myself I've found that a lot of the content on GoRails is a bit too advanced to be immediately useful. I've been keeping a list of resources that have been helpful to me, which may be useful to you: https://github.com/fpsvogel/learn-ruby-and-cs
  • How can I get into Ruby and RoR asap?
    1 project | /r/ruby | 14 Jul 2022
    Rails for Beginners by GoRails is a great intro that doesn't take long. From there, googling "rails + graphql" should get you the rest of the way. If you want to firm up your Ruby or Rails knowledge after that, see the resources I've listed at https://github.com/fpsvogel/learn-ruby-and-cs.
  • Resources
    1 project | /r/ruby | 13 Jul 2022
    I've been compiling a list of resources ever since I started learning Ruby two years ago: https://github.com/fpsvogel/learn-ruby-and-cs. It's long but I try to include only resources that I really liked, or (in the case of to-do items) that look compelling.
  • Ruby developer roadmap
    3 projects | /r/ruby | 1 Jul 2022
    Here's my roadmap that I keep up to date: https://github.com/fpsvogel/learn-ruby-and-cs. I started learning Ruby two years ago, and earlier this year I got my first dev job in Rails.
  • Roadmap to learn ruby
    2 projects | /r/ruby | 19 Apr 2022
    Here are a bunch of learning resources that I've been compiling into a list, which may be useful to you. They're not organized by concept like you propose, but for me the easiest way to learn was to do a tutorial/book or two, then build a project, then repeat. That way I learned the concepts without having to map them out, though I've made lots of notes on different concepts along the way.

codewars.com

Posts with mentions or reviews of codewars.com. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Finding a Path As a Self-Taught Software Developer
    3 projects | dev.to | 19 Apr 2024
    I did some traveling around the western US in late 2022 to take stock of where my life was and where I was going. During that time I decided that I would go all-in with my coding education, and committed to learning the remaining material listed on those bootcamp syllabi that I had not yet studied – namely, connecting the pieces of the MERN stack; learning about automated testing and data structures & algorithms; and studying development paradigms & methodologies like Agile, Scrum & Kanban, and OOP design patterns & principles – as well as continue to develop my programming fundamentals on platforms like Leetcode and Codewars.
  • RegEx: Decoding the Symbols
    1 project | dev.to | 14 Apr 2024
    My first encounter with regular expressions was in a solution for a coding problem on Codewars, specifically Count the smiley faces! Which asks you to count the number of smiley faces in a given array but the catch is each smiley can have 1 of 2 kinds of eyes (: or ;), may or may not have a nose represented by 1 of 2 symbols (- or ~), and 1 of 2 symbols (D or ) ) for the smile. In total there are 12 different combinations that are a valid smiley. I, being the young and naive programmer I was, hard coded all 12 of those faces and checked every element against that list. And it worked! But the top solution included some strange syntax that I had never seen before
  • Things you should do in your dev journey 🖥️👩‍💻
    5 projects | dev.to | 13 Apr 2024
    Embrace Challenges: Challenge yourself with platforms like Exercism and Codewars that offer a wide range of coding challenges of varying difficulty levels. Additionally, consider exploring niche topics through courses on platforms like Coursera and edX.
  • Best resource to learn python?
    1 project | /r/OMSA | 10 Dec 2023
    @OP DO NOT go on the path of perfecting it and parting with your time and money. Go with Jake Vanderplas's whirlwind tour of python whirlwind tour of python to get some basics and then jump into the river codewars and swim upstream daily and religiously until you reach to katas level 5. You will be good to go. My personal experience.
  • Collection of resources to get started on your programming journey
    8 projects | /r/TeenDevsIndia | 10 Dec 2023
    Codewars: Codewars
  • I have started my Python self Learning Journey - Is one source enough?
    2 projects | /r/learnpython | 9 Dec 2023
    You can try Codewars, they have a diverse range of practice problems(Cryptography, Data Science, etc.). Basically if you wanna get good in a programming language, you have to work on a lot of projects and practice problems.
  • Any programs or websites to practice programming?
    6 projects | /r/csharp | 8 Dec 2023
  • Best platform for coding & programming testing everyday to improve coding skills in various language?
    4 projects | /r/learnprogramming | 7 Dec 2023
    Codewars is a good platform. Here you can practice code kata's daily in your preferred programming language. Link: https://www.codewars.com/
  • any one know sites like code combat but free?
    1 project | /r/learnprogramming | 6 Dec 2023
    If you're looking for something that is closer to a combat style game you could try https://www.codewars.com/
  • I'm looking for practical Rust exercises
    3 projects | /r/rust | 5 Dec 2023

What are some alternatives?

When comparing learn-ruby-and-cs and codewars.com you can also consider the following projects:

p1xt-guides - Programming curricula

LeetCode - This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python.

ruby_koans - Learn Ruby with the Edgecase Ruby Koans

LeetCode-Solutions - 🏋️ Python / Modern C++ Solutions of All 3123 LeetCode Problems (Weekly Update)

awesome-visual-slam - :books: The list of vision-based SLAM / Visual Odometry open source, blogs, and papers

LeetCode-Solutions - A compilation of all the Leetcode solutions.

human-essentials - Human Essentials is an inventory management system for diaper, incontinence, and period-supply banks. It supports them in distributing to partners, tracking inventory, and reporting stats and analytics.

Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.

awesome-readme - A curated list of awesome READMEs

adventofcode - :christmas_tree: Advent of Code (2015-2023) in C#

awesome-rails - A curated list of awesome things related to Ruby on Rails

plutus-pioneer-program - This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.