Code Monkey home page Code Monkey logo

golang's Introduction

Personal Website - GoLang

License

Introduction

This is the repository for my personal website built with Go. It serves as a platform to showcase my portfolio, blog posts, and other information about me.

Features

  • Portfolio: Highlighting my projects and achievements.
  • Blog: Sharing my thoughts and experiences through blog posts.
  • Contact: A way for visitors to reach out to me.

Technologies Used

  • Go (Golang): The main programming language used for the backend.
  • Gin: A web framework written in Go for routing and handling HTTP requests.
  • HTML/CSS: Used for building the frontend layout and styling.
  • Bootstrap: Utilized for responsive and visually appealing design.
  • SQLite: The database for storing blog posts and other dynamic content.
  • Markdown: Used for writing blog posts in a simple and easy-to-read format.

Folder Structure

all text

├── main.go ├── controllers │ ├── blog_controller.go │ ├── contact_controller.go │ ├── portfolio_controller.go │ └── ... ├── templates │ ├── layout.tmpl │ ├── home.tmpl │ ├── blog.tmpl │ └── ... ├── static │ ├── css │ └── ... ├── data │ └── blog.db └── ...

golang's People

Contributors

sobuz80 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.