Skip to content
View fredrikbergqvist's full-sized avatar
Block or Report

Block or report fredrikbergqvist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
fredrikbergqvist/README.md

๐Ÿ‘‹ Hi there, I'm Fredrik

I'm a web developer with more than 25 years of experience. I used to do .NET but these days it's all about frontend, React and Next.js ๐Ÿ˜

Occationaly I write blog posts at my personal homepage: www.bergqvist.it and if you want to reach me I'm on twitter as @f_bergqvist

Pinned

  1. highlander.swd highlander.swd Public

    TypeScript

  2. How to create an RSS feed for next.js How to create an RSS feed for next.js
    1
    import React from "react";
    2
    import { NextPageContext } from "next";
    3
    
                  
    4
    const blogPostsRssXml = (blogPosts: IBlogPost[]) => {
    5
      let latestPostDate: string = "";
  3. A sitemap example for next.js A sitemap example for next.js
    1
    import { NextPageContext } from "next";
    2
    
                  
    3
    const blogPostsXml = (blogPosts: IBlogPostListItem[]) => {
    4
      let latestPost = 0;
    5
      let postsXml = "";
  4. HsBgLogParser HsBgLogParser Public

    This is a small ๐Ÿฆ• Deno app for parsing HS Deck tracker logs created by the Battleground match data plugin and then uploading the logs to a Fauna DB