Kieran Robertsblog.kieranroberts.dev·14 hours agokieranroberts.dev: My New Dev Portfolio Built With Astro, TailwindCSS, and TypeScriptI decided to build a new personal developer portfolio for myself. Somewhere to showcase my skills, experience, projects etc. It is now deployed at kieranroberts.dev and I wanted to write up a small case study reflecting on the project. Talk about wha...Astro
Logarithmic Spiralslogarithmicspirals.hashnode.dev·Jan 4, 2025✍️ Cross-Posting Astro Blog Posts to BlueSky Using GPT-4 🧠The Problem As I've added content to my website, I've started posting links to various social media platforms. In the past, I experimented with Mastodon, but didn't find it to be very useful. I've moved over to BlueSky recently and have started makin...Astro
Jason TorresforFrom filmMaker to codeMakerfilm2code.vercel.app·Dec 11, 2024I like Cookies and I like Christmas, and hey DataStax is pretty cool too. So lets build something.Co-authored by Jason Torres, Ryan Furrer, and Chris Nowicki. Overview HEY HEY and happy holidays yall. When I heard DataStax was doing a 12 days of Codemas challenge, well you KNOW your boy had to take a crack at it; however, this time with some help...Astro
Michael Andreuzzamichaelandreuzza.hashnode.dev·Dec 4, 2024Learn how to create an interactive pricing table with Astro JS, Tailwind CSS and Alpine.jsGood morning everyone! Today we are going to create a pricing table with a toggle on an Astro JS project. Read the full article, see it live and get the code.Tailwind CSS
KazooTTTkazoottt.hashnode.dev·Nov 30, 2024使用github action定时同步obsidian内容到astro博客仓库github action 目标仓库以及具体目录可以根据自己的项目来定 name: Update Docs on: push: paths: - "content/**" - "scripts/build_docs.cjs" workflow_dispatch: jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout source r...github-actions
Surgicalthecodeoperation.com·Nov 22, 2024Reviewing Astro: The Framework for Lightning-Fast Static Websites with JavaScript FlexibilityIn the ever-evolving world of web development, finding the right framework for building high-performance websites can be daunting. Enter Astro—a rising star in the realm of static site generators. Today, I’ll walk you through my personal journey of u...Astro
Mark Heffernanheff.hashnode.dev·Nov 20, 2024Another post testing Hashnode and AstroMaecenas ullamcorper orci in eros pellentesque volutpat. Cras at tristique lacus. Praesent quis enim sed quam hendrerit lacinia eu nec urna. Suspendisse non tortor augue. Morbi commodo eget nulla eget facilisis. Proin dui enim, euismod at mollis quis...test
Sandesh Katwalsandeshkatwal.hashnode.dev·Nov 15, 2024Boost Your Project's Design with Developer Icons—Free Tech Logo LibraryWe've all been there—spending what feels like an eternity scouring the internet for that perfect tech logo, only to download it and realize it’s pixelated, has a weird background, or, my personal favorite, looks like it was saved with a potato (refer...Open Source
Michael Andreuzzamichaelandreuzza.hashnode.dev·Nov 14, 2024How to simplify your code and avoid repeating your markup with Astro JS and Tailwind CSSIn this tutorial, we’ll look at ways to streamline your code and reduce markup repetition using Astro.js and Tailwind CSS. This approach will help you create cleaner, more manageable code while saving time over the long term. Read the full article, s...Tailwind CSS
Jonathan Gelingelinjo.hashnode.dev·Nov 13, 2024Hashnode Loader with Astro 5Install graphql-request npm install graphql-request yarn add graphql-request pnpm add graphql-request Create file src/loaders/hashnode/schemas.ts with import { z } from "astro/zod"; export const PostSchema = z.object({ author: z.object({...Astro