VI skal begynne å lære et programmeringsspråk som heter JavaScript.
- Forstå hva en variabel er
- ForStå hva en funksjon er
- Kunne lage og bruke en enkel funksjon
| // Bowling kata | |
| type Spec = { Rolls: int list; Expected: int } | |
| let specs = [ | |
| { Rolls = [0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0]; Expected = 0 } | |
| { Rolls = [1;2;4;5;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0]; Expected = 12 } | |
| { Rolls = [1;2;4;6;3;4;0;0;0;0;0;0;0;0;0;0;0;0;0;0]; Expected = 23 } | |
| { Rolls = [5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5;5]; Expected = 150 } | |
| { Rolls = [1;2;10;3;4;0;0;0;0;0;0;0;0;0;0;0;0;0;0]; Expected = 27 } |
| --[[ | |
| S P E E D J U M P E R | |
| My first löve game (Lua 2d game) | |
| Author: Torbjørn Marø | |
| When: 2019.12.05 | |
| Objective: Get the highest score possible by eating green dots as rapidly as | |
| you can manage while avoiding the red mines. Eating several dots in quick |
NDC { Oslo } 2024 was an awesome conference! I'm happy with all of my agenda selections. I met and talked to many developers from my past and some new ones, and I got to experience this with several of my colleagues. I had a lot of fun and I feel very inspired; there are several things from the conference that I want to follow up to learn more about and possibly apply to our work.
The two main topics from the conference agenda were event-driven architecture (and related architectural topics) and AI, but it also had a lot of great (softer) content about Life as a Developer.
Before the conference proper I attended a two-day workshop with Udi Dahan about Event-driven architecture (EDA), Service-oriented architecture, CQRS, DDD, etc.