@kudahelp_ng I am the person in the video. I’ve sent you multiple emails, created multiple tickets , no response. Check your dm..I was even asked to come on this app to message you. I did
Day two of my billion dollar journey and I am watching multiple dart tutorials at once.
As an experienced dev, I understand that the basics are important so I am filtering the tutorials and picking what I need to learn and then hopping on to the next one.
..
Great Announcement!!
After 7 years as a website developer, I have decided to delve into mobile app development.
This is mainly because most of my billion dollar ideas are in app form.
I started learning Dart a few days ago and I'm loving it.
When querying databases in Go, use & with rows.Scan() to pass addresses, not values.
Scan() needs to write directly into your struct fields.
From my Build Your First Go App course...follow for updates
In Go, uninitialized variables get zero values: int gets 0, string gets empty, bool gets false. Predictable defaults prevent bugs. Follow me for more Go bytes.
Turning listBooks into a method gives the handler access to App.DB without threading the connection through every call.
Pointer receivers keep it working on the same App instance while still matching the mux signature.
From my Build Your First Go App course...follow for updates