Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to Build a Golang Blog Engine Web Application
Rating: 2.4 out of 5(8 ratings)
37 students

How to Build a Golang Blog Engine Web Application

Go applications with application data, html templates, javascript and css
Last updated 12/2020
English

What you'll learn

  • In the end of my course you will learn how to build a Blog application with Go. You used MongoDB as the data store for the RESTful API application in which you organized the application logic, you create html templates and write javascript for handle process

Course content

1 section9 lectures1h 53m total length
  • Introduction1:18

    Build a Golang blog engine by modeling data, posting content, rendering posts with templates using martini, and implementing create, update, delete operations with local data restoration.

  • Intro,bower components, index handler23:51

    Learn how to build a Golang blog engine, create, edit, delete posts, set up components, templates, and an index handler to power the web application.

  • write handler9:26

    Implement a write handler for a Go blog engine web application to create, read, and delete posts, enabling basic content management in Go.

  • render all new posts12:12
  • edit post12:09

    Edit post shows how to modify blog content in a Golang web app while managing posting flow and cost considerations.

  • delete post2:41
  • add framework15:41

    Develop a Golang blog engine web application by adding a framework, managing dependencies, and selecting component options for a flexible, extensible setup.

  • beautiful context18:22

    Learn how to build a Golang blog engine web application by implementing templates, imports, and functions to render a simple, visual blog page.

  • storage data17:46

    Explore storage data concepts in a Golang blog engine, focusing on posts, collections, sessions, and the data structures that organize blog content.

Requirements

  • You should have basic level of knowledge in CRUD, mongoDB and go language

Description

This course will help you to build your blog, where you can post your own posts. You can define the data
model of your Go applications using structs, in which you can program against the structs for working with
application data, also you can create different templates, adding css styles to your tags.
This course shows you how to build blog application with modern database MongoDb.
This course covers the following:

  • intro,bower components, index handler
  • write handler
  • render all new posts
  • edit post
  • delete post
  • add framework martini
  • make beautiful context with markdown
  • store all data into local db

The Go programming language can be simply described in three words: simple, minimal, and pragmatic. If you look deeply into the language design of Go, you see its simple and minimalistic approach, coupled with a pragmatic design. You can observe this simplicity with all the Go language features, including the type system. Today, many programming languages provide too many features that make applications more complex for developers. The design goal of Go is to be a simple and minimal language that provides all the necessary features for developing efficient software systems.

What are the requirements?
  • A familiarity of programming in Golang.
  • A familiarity of Linux or OSx
  • A familiarity of MongoDB
  • A familiarity of javascript and jQuery
  • A familiarity of Html and css
What am I going to get from this course?
  • Learned how to build blog with Mongo in GO. How create handlers and routers. 
What is the target audience?
  • Big Data professionals who want to MongoDB, Golang, Html, Css, Javascript, jQuery.
  • IT professionals and managers who want to understand and learn this hot new technology

Who this course is for:

  • It can be helpful from high school level