Giter Club home page Giter Club logo

personal-blog's Introduction

Hi 👋, I'm Petar Cvetko Voćanec

Full stack web developer situated in Croatia. Passionate about new things and enthusiastic about the future ✨


🤝 GitHub stats 🤝

petar-cv

petar-cv

petar-cv

petar-cv


🤝 Connect with me on the following platforms 🤝

LinkedIn     GitHub     Blog by Petar CV     Gmail     Portfolio     Spotify


🔧 Languages and tools 🔨

Frontend

Angular     Tailwind CSS     Cypress     Jest

Backend

NodeJS     NestJS     Prisma     PostgreSQL

DevOps

Docker     NGINX

Mobile

Flutter


🏅 Certifications 🥇

Google Cybersecurity Professional Certificate


📚 Education 📖

Udemy     Coursera

personal-blog's People

Contributors

petar-cv avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

vaughanwatson

personal-blog's Issues

Initial SEO elements

  • meta tags like og: and twitter:
  • meta tags like title, description, canonical, and robots

Scoped styles for markdown posts

Astro scopes styles on component level, meaning it's styles won't affect any other component (not even child components).
When turning markdown into HTML, we want some default styling.
Utilize Astro's Global styles on the BlogPost.astro component so each HTML that's a child of the mentioned component gets those styles applied.

Implement it using global.css file with custom class that's going to apply the styling to all child elements of the element with the specified class.

Page preload strategy on touch devices

Currently, on desktop PCs, pages get prefetched when the user hovers over the link.
Investigate how to implement similar functionality for mobile devices.

One possible solution would be to use prefetching strategies based on viewport position.

Define color palette 🎨

  • Define color palette inside Tailwind config.
  • Replace all hardcoded colors with custom Tailwind classes.

Show search matches

In the search component, show the text which matched with the query param so the user can get a glimpse of what the search found before entering the blog post.

Active navbar link highlight

  • Highlight the active navbar item even if the current route is a sub route of one of the navbar links.
    • For example, if the current URL looks like /blog/my-first-post, 'blog' navbar link needs to be highlighted as well.

Analytics 📊

Research and implement either Google Analytics or some other alternative solution.
One possible solution could be implementing AWS Pinpoint

Blog search

Implement search on the website so the users can find posts easier.
Take a look at fuzzy search implementations as well.

Handle 404 route

  • Create a page that shows that the content the user is looking for cannot be found.
  • Handle the 404 page inside the AWS CloudFront.

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.