Description: Thoughts and notes by Tomasz Łakomy - Senior Frontend Engineer, egghead.io instructor, tech speaker
Notes from AppSync sessions @ Re:Invent 2020 More like Re:Mote 2020 Notes from Unify access to siloed data with AWS AppSync GraphQL resolvers by Nader Dabit Three types of AppSync Resolvers: Direct… Read Article →
Velocity Template Language 101 Source Creating variables #set( $a = "Velocity" ) The following rule of thumb may be useful to better understand how Velocity works: References begin with $ and are used… Read Article →
Check out the notes from part 1 here Data modeling process Understand your application First of all, make sure you really understand your application. This is true for both relational and non… Read Article →