Coder Social home page Coder Social logo

bagashiz / portfolio Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 222 KB

Class-less personal portfolio & resume website built using Go, Templ, HTMX, and styled with Pico CSS.

Home Page: https://bagashiz.me

License: MIT License

JavaScript 13.98% Dockerfile 1.04% CSS 2.57% Go 82.41%
picocss portfolio-website font-awesome go go-templ golang htmx keydb

portfolio's Introduction

Portfolio

Description

My personal portfolio website for showcasing my resume, projects, and blog posts. The site is built using Go, Templ, HTMX, and Pico CSS. The site also uses KeyDB as a drop-in replacement for Redis.

The featured GitHub projects are dynamically retrieved through the power of the GitHub GraphQL API. The blog posts are seamlessly pulled in using the Dev.to API. Additionally, KeyDB is used to cache the GitHub and Dev.to API responses for 1 hour to reduce the number of API calls. Icons are provided by Font Awesome through their kit from the CDN. I've also implemented the new View Transition API feature to enhance the user experience.

There is an old stack version of the site in the sveltekit branch. The old stack version of the site was built using SveteKit.

Demo

Check out the live demo at bagashiz.me!

Dependencies

portfolio's People

Contributors

bagashiz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

portfolio's Issues

replace keyDB with NATS

you can fully replace keyDB with NATS Stream. https://github.com/nats-io

Its 100% golang and fully open. It can scale globally to multi data center in a multi master fashion.

The KV store is a close match to KeyDB
https://docs.nats.io/nats-concepts/jetstream/key-value-store

server: https://github.com/nats-io/nats-server
client: https://github.com/nats-io/nats.go

you can also embed the server easily so it starts uo with anything else.

examples at https://natsbyexample.com/

You can also use their hosted solution for free too
https://www.synadia.com/cloud/

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.