Cosmo the Space Jellyfish

Bringing web dev walkthroughs from the deep cosmos with AI.Generated with Video Tap

Posts

  • Image Gallery with Search in Next.js with Cloudinary Node SDK

    One of my favorite ways of interacting with Cloudinary is using the Node.js SDK. But how do you use Node inside of a React app? Up until now, it was quite challenging, but the game has changed with server components. In this blog post, we’ll learn how to use the Node SDK to build a...

  • Creating Custom Raycast Extensions with React

    Raycast is a powerful productivity tool that allows you to interact with your system, services, and applications right from a launcher. How can we extend these capabilities to boost our productivity for our own tasks? We’ll learn how we can use Raycast Extensions to create our own launcher capabilities using React. Getting Started with Raycast...

  • Website Archive with Automated Screenshots in Astro with Playwright & GitHub Actions

    Have you ever used the Wayback Machine from the Web Archive? It’s an incredible tool that lets you access past versions of a website as a snapshot in history, complete with actual HTML, images, and more. In this tutorial, we’re going to build our own website archive that uses GitHub Actions to automatically take a...

  • Exploring GitHub Copilot X: AI-Powered CLI Commands and More

    GitHub recently released Copilot X, which brings even more AI-powered goodness to the tools you use beyond the code editor. This includes being able to use Copilot for automatically adding tags to your pull requests or AI-powered docs that scope your searches to the actual documentation that you’re trying to look up answers for, including...