Become a member
Sign in
Darko Demić
Darko Demić

Darko Demić

196 Following
13 Followers
·
  • Profile
  • Claps
  • Highlights

Highlighted by Darko Demić

See more

From Open Sourcing the Magnificent Escape Action by Leon Nicholls

he Dialogflow…Magnificent Escape game for the Google Assistant. I’ve received lots of questions regarding the code and the Dialogflow agent. So, I’ve decided to open source the game.

From Developing a simple CRUD API with Go, Gin and Gorm by Christopher Grant

func GetPerson(c *gin.Context) {
id := c.Params.ByName(“id”)
var
person Person
if err := db.Where(“id = ?”, id).First(&person).Error; err != nil {
c.AbortWithStatus(4…

Claps from Darko Demić

See more

GraphQL with Golang: A Deep Dive From Basics To Advanced

Ridham Tarpara

Production ready Node.js REST APIs Setup using TypeScript , PostgreSQL and Redis.

Alex Permiakov

Vue 2.6 released!

Evan You