<FromGitter>
<Narayana108> Greetings :) ⏎ ⏎ Im a linux sys admin that has written many scripts and some backend code, but I want to learn amber. Unfortunately I need a bit of hand holding and cant find any step by step tutorials for amber. Should I rather learn rails ?
<FromGitter>
<damianham> @Narayana108 the online docs have a getting started section https://docs.amberframework.org/amber/getting-started which `will help you get a full stack web application running in just a few minutes by leveraging amber’s code generators`. It might be worthwhile reading some background information on Model View Controller application frameworks so you understand the basic concepts. Amber is designed to be familiar
<FromGitter>
... to people coming from a Rails environment so there are a lot of similarities. If you get stuck with anything then just ask here and we will help you out. Also check out the recipes which go a lot further in the kinds of applications that can be quickly generated (e.g. SPA).