# Publications

Prepare a cup of coffee or tea, whatever pleases you the most, and read some articles we found for you.

* [Go lang: MongoDB, Iris API](https://bit.ly/2TTtbYx)
* [Golang Iris Web Course 2019](https://bit.ly/web-course-2019)
* [How to write a Go API Part 1: A Webserver With Iris](https://bit.ly/32xmf4Q)
* [How to write a Go API Part 2: Database Integration With GORM](https://bit.ly/34PvKxR)
* [How to write a Go API Part 3: Testing With Dockertest](https://bit.ly/2NoZziF)
* [A URL Shortener Service using Go, Iris and Bolt (Updated)](https://bit.ly/2KeP6pE)
* [CRUD REST API in Iris (a framework for golang)](https://bit.ly/2X9EsXl)
* [Monitor APIs in realtime using Go and Iris](https://pusher.com/tutorials/monitor-api-go)
* [A Todo MVC Application using Iris and Vue.js](https://bit.ly/2yjBvoZ)
* [A Hasura starter project with a ready to deploy Golang hello-world web app with IRIS](https://bit.ly/2Kfdsjf)
* [Top 6 web frameworks for Go as of 2017](https://bit.ly/2wMi9YY)
* [Iris Go Framework + MongoDB](https://bit.ly/2WDOsZF)
* [How to build a file upload form using DropzoneJS and Go](https://bit.ly/2ygMMqn)
* [How to display existing files on server using DropzoneJS and Go](https://bit.ly/2yjrckQ)
* [Go vs .NET Core in terms of HTTP performance](https://bit.ly/2Kh7ezl)
* [Iris Go vs .NET Core Kestrel in terms of HTTP performance](https://bit.ly/2yo2v6J)
* [How to Turn an Android Device into a Web Server](https://bit.ly/2Icl5EM)

## Video Courses

| Description               | Link                             | Author        | Year |
| ------------------------- | -------------------------------- | ------------- | ---- |
| Web Course                | <https://bit.ly/web-course-2019> | TechMaster    | 2019 |
| Quick Start with Iris     | <https://bit.ly/2wQIrJw>         | J-Secur1ty    | 2019 |
| Iris & Mongo DB Complete  | <https://bit.ly/2IcXZOu>         | Musobar Media | 2018 |
| Getting Started with Iris | <https://bit.ly/2XGafMv>         | stephgdesign  | 2018 |

Contact via [e-mail](mailto:kataras2006@hotmail.com?subject=Iris%20Web%20Framework%20Press) to help you out.

* Do you want to write an Article about Iris but you neeed a kind of assistance or help?
* Have you already written one that's not listed here?
* Did you create a video course about Iris that it's not listed here?


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://iris-go.gitbook.io/iris/resources/publications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
