VOOZH about

URL: https://dev.to/aws/embed-these-websites-in-your-blog-today-286p

⇱ Embed These Websites In Your Blog Today - DEV Community


Liquid syntax for DEV platform embeds

I stumbled onto the DEV supported URL embeds list, which revealed some interesting supported platforms.

You'll want to refer to the link above to figure out the syntax for the DEV specific ones but most are just:

{%embed<url>%}

If you would like to jump around.

asciinema

A video-like player which is so cool because you can actually pause it and copy the text from it.

StackBlitz

Interactive code editor right in a blog post 😍. Seems like the embedded terminal and preview will fail due to some postMessage shenanigans, but perhaps it can be fixed.

GitHub

It supports rendering the README to give some brief context with a CTA to open the repo.

πŸ‘ GitHub logo
strands-agents / sdk-typescript

A model-driven approach to building AI agents in just a few lines of code.


Overview

Strands Agents is a simple yet powerful SDK that takes a model-driven approach to building and running AI agents. The TypeScript SDK brings key features from the Python Strands framework to Node.js environments, enabling type-safe agent development for everything from simple assistants to complex workflows.

Key Features

  • πŸͺΆ Lightweight & Flexible: Simple agent loop that works seamlessly in Node.js and browser environments
  • πŸ”’ Type-Safe Tools: Define tools easily using Zod schemas for robust input validation and type inference
  • πŸ“‹ Structured Output: Get type-safe, validated responses from LLMs using Zod schemas with automatic retry on validation errors
  • πŸ”Œ Model Agnostic: First-class support for Amazon Bedrock and OpenAI, with extensible architecture for custom providers
  • πŸ”— Built-in MCP: Native…

X/Twitter

Useful when a tweet has some context you want to reference.

YouTube

Video is king πŸ‘‘. However, I'd probably reach for the "Cover Video Link" feature, where you can have the video be your banner instead of an image.

DEV specific

These are some of the custom things that DEV supports outside of third party site embeds.

Article Link:

User Profile:

Tag Profile:

#aws

Amazon Web Services (AWS) is a collection of web services for computing, storage, machine learning, security, and more There are over 200+ AWS services as of 2023.

Comment:

Comment on What Even Is AI? (I Took a Break & Had to Relearn Everything)

I just came back from maternity leave. And honestly? I felt like I'd missed a decade in six months.

I feel this so hard.

Looking forward to your series!

Podcast Episode:

Organization:

Well, this one is not a website, but it's useful when you want to add some CTA at the end of a blog.

Buttons:
View @AWSDevelopers on X/Twitter πŸ’»
β€”
Visit AWS Builder Center


Let me know what your favorite embed is or if I'm missing any amazing ones in the comments.

Happy coding πŸ‘¨β€πŸ’»!