Software Alternatives & Reviews

I made a full-stack portfolio site using Next.js and Tailwind!

PlanetScale Last.fm kbar ShowdownJS DEV.to
  1. The last database you'll ever need. Go from idea to IPO.
    Pricing:
    • Open Source
    • Freemium
    • Free Trial
    • $29.0 / Monthly (250GB)
    This is where backend stuff comes in like database, TRPC, authentication, and Prisma. I used PlanetScale’s free tier for my database. The whole backend is built using TRPC and Prisma, both of which take care of type-safety and have absolutely amazing DX.

    #Vitess #Databases #Relational Databases 98 social mentions

  2. The world's largest online music service. Listen online, find out more about your favourite artists, and get music recommendations, only at Last.fm
    Here starts the good part, the Spotify stats page is made using fetching my Spotify data like - Currently Playing Song, Top Artists, and Top Tracks which are fetched from last.fm API. I have used SWR for data fetching which makes building type safe data fetching very easy.

    #Music Streaming #Music Online #Music 2621 social mentions

  3. 3
    ⌘ kbar is a fully extensible command+k interface for your site.
    Pricing:
    • Open Source
    I also added a Cmd+K interface to my site to make mouse-less navigation easier. It’s made using kbar and styles using Tailwind CSS. Here is what it looks like -.

    #Web App #Productivity #User Experience 6 social mentions

  4. A Markdown to HTML converter written in JavaScript
    The first two ages are very heavy on content so I decided to use markdown and tailwind’s typography plugin for styling. I also used showdown to fetch the markdown and turn it into HTML. The code for the above can be found on the site’s GitHub repository.

    #Competitive Intelligence #Data Profiling #Resource Profiling And Monitoring 9 social mentions

  5. 5
    Where software engineers connect, build their resumes, and grow.
    The initial idea I had in my mind was a very minimal site with a minimal navbar that would look more like a sidebar, and the design would be somewhat inspired by leerob’s site. Apart from this, I also wanted my site to display some cool dynamic and real-time data like my Spotify data, my blog posts fetched from dev.to and a guestbook where people could leave messages for me!

    #CMS #Blogging #Blogging Platform 387 social mentions

Discuss: I made a full-stack portfolio site using Next.js and Tailwind!

Log in or Post with