questions about making a simple blog from scratch with go lang. - The WWW
Users browsing this thread: 1 Guest(s)
|
|||
Hello, I'm thinking about practicing what I've learned about go lang so far and make a very very simple blog managed with a go backend and basic html + css (might add boostrap to it) and that's it. i wanna keep it simple and nice just like this website! I want to focus on the backend stuff mostly and I have some questions since im somewhat new to web dev.
What I know so far: - Basic Data Structures. - Basic File Operations. - Basic Understanding of net/http, html and css. (didn't read about javascript). - Getting into databases, and dealing with one. What I don't know how to do: - How to even start? - What if I wrote a new blog and had to add it to the navigation bar, how can i automate such a thing to be applied to all pages? Any tips will be more than welcomed to read. Thank you. Not just about this thread but web dev in general. |
|||
Messages In This Thread |
questions about making a simple blog from scratch with go lang. - by renken - 29-11-2017, 10:44 PM
RE: questions about making a simple blog from scratch with go lang. - by budRich - 30-11-2017, 08:24 AM
RE: questions about making a simple blog from scratch with go lang. - by renken - 30-11-2017, 09:53 AM
|