Templating in Go

From Wikipedia: A web template system uses a template processor to combine web templates to form finished web pages, possibly using some data source to customize the pages or present a large amount of content on similar-looking pages. It is a web publishing tool present in content management systems, web application frameworks, and HTML editors. Web templates can be used like the template of a form letter to either […]

New Peterbald Kitten – MewMeetWorld

My girlfriend Jenny and I finally received our twelve week old Peterbald kitten (a completely naked cat) today from Sleekats Cattery, it seemed to be very healthy and energetic! We are ecstatic, and hope to too help it grow strong and healthy as it can be. Cost-Benefit Analysis The total cost with shipping was about […]

Building a Web Server in Go: Database Accesses

In web development, a database needs to be used to store user data, media items, comments, etc. There are several different types databases you could use, and although I will not cover them in this article here are a few: Relational Databases (SQL) MySQL PostgreSQL SQLite SQL Server Oracle Database Sybase Key-Value (NoSQL) Redis BerkleyDB […]