Exercism - Scala Exercises

Crowd-sourced code mentorship. Practice having thoughtful conversations about code. (by exercism)

Exercism - Scala Exercises Alternatives

Similar projects and alternatives to Exercism - Scala Exercises

exercism
Exercism - Scala Exercises
  1. developer-roadmap

    Interactive roadmaps, guides and other educational content to help developers grow in their careers.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. curriculum

    The open curriculum for learning web development

  4. computer-science

    πŸŽ“ Path to a free self-taught education in Computer Science!

  5. cs-topics

    My personal curriculum covering basic CS topics. This might be useful for self-taught developers... A work in development! This might take a very long time to get finished!

  6. adventofcode

    Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala (by sim642)

  7. book

    The Rust Programming Language

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. LeetCode

    Discontinued This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python. (by lyhsieh)

  10. W3Schools

    W3Schools Full Offline Version

  11. Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

  12. learnxinyminutes-docs

    Code documentation written as code! How novel and totally my idea!

  13. py4e

    Web site for www.py4e.com and source to the Python 3.0 textbook

  14. Projects

    :page_with_curl: A list of practical projects that anyone can solve in any programming language.

  15. EGSnrc

    Toolkit for Monte Carlo simulation of ionizing radiation β€” Trousse d'outils logiciels pour la simulation Monte Carlo du rayonnement ionisant

  16. ruby

    Exercism exercises in Ruby. (by exercism)

  17. cp-project-euler

    Competitive Programming: Project Euler

  18. Projects-Solutions

    :pager: Links to others' solutions to Projects (https://github.com/karan/Projects/)

  19. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Exercism - Scala Exercises alternative or higher similarity.

Exercism - Scala Exercises discussion

Log in or Post with

Exercism - Scala Exercises reviews and mentions

Posts with mentions or reviews of Exercism - Scala Exercises. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-29.
  • Ask HN: What book should my CS1 students read?
    1 project | news.ycombinator.com | 4 May 2025
  • Build Code-RAGent, an agent for your codebase
    8 projects | dev.to | 29 Apr 2025
    The only thing left to do then was to build something that could showcase the power of code ingestion within a vector database, and it immediately clicked in my mind: "Why don't I ingest my entire codebase of solved Go exercises from Exercism?" That's how I created Code-RAGent, your friendly coding assistant based on your personal codebases and grounded in web search. It is built on top of GPT-4.1, powered by OpenAI, LinkUp, LlamaIndex, Qdrant, FastAPI and Streamlit. The building of this project was aimed at providing a reproducible and adaptable agent, that people can therefore customize based on their needs, and it was composed of three phases:
  • I Finished The Odin Project's Foundation Track
    3 projects | dev.to | 18 Feb 2025
    This is where sources like freeCodeCamp or Scrimba absolutely shine. With Odin, you read an article and may follow along with examples. But it’s unlikely you develop the muscle memory to implement the concepts on your own. Odin does offer some in-house exercises and often assigns external ones too. Still, I believe it’s not enough. You don’t lift weight only 5 times and say I’ve got this! You keep lifting until that muscle grows and continue lifting to keep it in shape. Similarly, you need to grow your mental muscles (brain neurons?) by doing many, many exercises. So you might want to augment your learning with other sources like Exercism or fCC.
  • Exercism 48in24 Recap
    1 project | dev.to | 9 Feb 2025
    If I get the time I would very much like to share my notes on adopting the various languages and perhaps even my solutions to some of the exercises. I have some reservations to doing the latter, since it does spoil the fun of solving the exercises for you. I have made some basic tooling which could be of interest/inspiration to you if you are in on Exercism.
  • 🎁 20 Open Source Projects You Shouldn't Miss in 2025
    1 project | dev.to | 14 Jan 2025
    πŸ”— πŸ”—
  • Ask HN: Platform for senior devs to learn other programming languages?
    3 projects | news.ycombinator.com | 29 Nov 2024
    I think you are looking for Exercism: https://exercism.org/

    Great website!

  • Top FP technologies
    22 projects | dev.to | 29 Oct 2024
    Appeared at 2012. Built on top of BEAM to make Erlang\OTP runtime more accessible, because Erlang is not user friendly really; and shares the same abstractions and OTP framework for building distributed, fault-tolerant applications. Though initially designed with dynamic typing, Elixir is actively developing static typing capabilities cnrs. As Joe Armstrong said about types "no good type system save you from node failure" β€” that is why Erlang language was dynamically typed β€” it was not focus. And it is one of the two languages in this list available on Leetcode, but I would recommend to use https://exercism.org/ for practice firstly. You can think about this language as more modern and easy to use language for BEAM runtime than original Erlang language. Why does it matter? Because Erlang really powers high load. You can find out more here about real world use cases of Erlang its VM called BEAM. Whats-app cloud handles 2 millions connection per a node for instance. It is simple language nevertheless a powerful one. Maybe Elixir has not really good theoretical fundament, but it is still good language and its author JosΓ© Valim actively works on bringing type system with synergy of academic world.
  • Software Dev Diary #13 - Progress Report / Weekly wrap-up
    1 project | dev.to | 12 Oct 2024
    Work has eaten up most of my spare time lately, or it hasn't left me with much energy that I could devote to additional learning. I've gone quite a few day without any studying. Today, I've managed to complete a few challenges on Exercismthat were left open and I'm about to get back to studying for the CompTIA Project+ certification.
  • Software Dev Diary #10 - Progress Report
    1 project | dev.to | 19 Sep 2024
    Mentored six students on (https://exercism.org/). Got one testimonial (positive). Have received a total of five so far, all good words.. I've mentored a lot more students in total, but the sessions are not counted until they acknowledge feedback and terminate them. Some submit requests for mentoring but then forget about them, which is frustrating, considering I put a lot of time and effort into giving proper feedback.
  • Software Dev Diary #9 - Unexpectedly stable
    1 project | dev.to | 17 Sep 2024
    Although I was initially afraid of mentoring (on Exercism), I seem to have fallen into a positive flow. It's been a great feeling to help students who have just recently started out on their journey. I was able to spot bits and pieces susceptible of improvement and steer them in the direction of better habits and best practices. It's only been a few days, but I feel I've already grown a lot from it, and I'm grateful for the opportunity. The (positive) pressure is also pushing me to strengthen and expand my own knowledge. It keeps me on my toes and helps me not to become stagnant and complacent. I've already received positive feedback from some students and I look forward to mentoring more.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic Exercism - Scala Exercises repo stats
417
7,406
3.5
about 1 year ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com