Angular + oracle

Hello everyone, I want to start learning this beautiful language, I’m programming in angular 1.6 with oracle, I want to learn how to do api with golang, can you? Where do I begin ?

thank you very much to all

Start with the basics. Then learn one thing at time. A full web app will have a set a modules: database handling, migrations, routing, templating, etc. Don’t try to learn everything at the same time.

These two sites are a good start:

Unfortunately the Oracle database don’t have an excellent support from Golang. I’d suggest you to start with MySQL or PostgreSQL to learn how to use a database in Go (since they have great support for Go) and only jump to Oracle later.

Installing the Oracle driver for Go is a bit more complicated and other DB, you can take a look at this guide to do it.

Good luck!

1 Like

Heres a link to some free Go books to get you started: https://github.com/dariubs/GoBooks

1 Like

Thank you !!!

Thank you!!!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.