How I rebuilt my Angular blog and became an Astronaut 🚀

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • astro-blog

    My personal blog built with https://astro.build

  • You can visit my site at https://brandonroberts.dev and my GitHub repo to see the full source code for my blog. Feel free to send me PRs for CSS 😉.

  • router

    Angular Component Router - A declarative router for Angular applications (by angular-component)

  • Angular Component Router - My declarative router for Angular

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • prism-themes

    A wider selection of Prism themes

  • Prism Themes - Themes for syntax highlighting

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Tailwind CSS - A utility-first CSS framework

  • Scully

    The Static Site Generator for Angular apps

  • Scully - A JAMstack static site builder for Angular apps w/Markdown support

  • remark

    markdown processor powered by plugins part of the @unifiedjs collective (by remarkjs)

  • In Astro, markdown files are treated as plain text, and converted to HTML using remark with syntax highlighting done using Prism pre-enabled. In order to use the BlogPostLayout.astro in my markdown files, I had to add the layout property to the frontmatter in the markdown file. One example file looks like this:

  • PrismJS

    Lightweight, robust, elegant syntax highlighting.

  • Prism - A JavaScript library that provides syntax highlighting for code snippets

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • date-fns

    ⏳ Modern JavaScript date utility library ⌛️

  • date-fns - Modern functional library for working with dates.

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  • My friend and colleague Juri just finished a blog post series on building a blog with Next.JS, so I was all but ready to rebuild my Angular blog using the same stack. But as with all things in tech, when something else comes along the way we want to take a look and see what can be done with that also. Along my Twitter feed, I noticed a relatively new static site builder named Astro that piqued my interest.

  • Angular

    Deliver web apps with confidence 🚀

  • Angular - Frontend framework for web development

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to parse and format a date in JavaScript

    4 projects | dev.to | 8 May 2024
  • Handling dates in JavaScript with Tempo

    4 projects | dev.to | 7 May 2024
  • JavaScript Compare Dates: From Chaos to Clarity

    3 projects | dev.to | 5 May 2024
  • Why write a library?

    4 projects | dev.to | 2 May 2024
  • Angular Signals, Reactive Context, and Dynamic Dependency Tracking

    1 project | dev.to | 24 Apr 2024