Spyke
dartlang·Dart Programming Languagebymykl

I'm posting a daily Dart solution to last year's Advent of Code challenges

Hi all,

Advent of Code is an annual programming challenge that runs from 1st to 25th December each year where each day a new puzzle is published for you to solve. The puzzles ramp up in difficulty during the month and can test your familiarity with core computer science principles and algorithms.

As the title says, I'm currently going through my entries to last year's challenge and rewriting them to run easily in DartPad. I'll be posting one a day until 25th November to the Advent of Code community, so if you're interested in seeing how they all turn out, please follow the link above and subscribe.

Cheers, Michael

https://lemmy.world/post/7583249Open linkView original on lemmy.world
dartlang·Dart Programming LanguagebyDryToast

what would you do as a beginner?

Hey, all. I've gone through tutorial after tutorial of many languages hoping to learn to code. I always step away for one reason or another or I just get confused and give up. I'm tired of the normal beginner tutorials that go over variables, control flow, etc...

Learning to code is one of those things I've always wanted to do but just haven't been able to do it.

What would you all, as more experienced coders, like iif you were starting out again?

Dart specifically, I'm interested in flutter and dart as a stand alone language.

I know people say just build a project but I don't even know what kind of project to build...

Any tips would be great. I just REALLY don't want another bland video recommendation.

View original on lemmy.world
dartlang | Spyke