JobLandr Documentation

Learn how candidates are answering top interview questions to build and tell their powerful career story.

question.go
recording.go
type Question struct {
ID string `json:"id"`
Body string `json:"body"`
Tip string `json:"tip"`
Industry string `json:"industry"`
Company string `json:"company"`
Topic string `json:"topic"`
Role string `json:"role"`
TalkingPoints []string `json:"talking_points"`
Active bool `json:"active"`
Sample bool `json:"sample"`
Metadata []QuestionMetadata `json:"metadata"`
ModelBase
}

Core concepts

Introduction

Learn the basics of JobLandr- and how to use it.

Core concepts

Learn what kind of data the application works with and how it's structured.

Integrations

Extend with third-party plugins or write your own with our API.

Architecture guide

Learn how the distributed software system works as a whole.

Contributing

A engineer's guide for standing up a local development environment.