Vibe coding a GO CLI to extract data from articles

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. vibe-coding-blog-20250424

    Creating a GO CLI to extract data from articles

    The source code and instructions from the first iteration can be found on my GitHub, here. It looked promising but, as happens very often, there is a bug on the way:

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. opengraph

    A python module to parse the Open Graph Protocol

    These attributes are intentionally chosen because they are based on the Open Graph Protocol. You may have already noticed that when you paste a link on some social media, after a second or two, it expands displaying an image, a title and summary. This data comes from Open Graph tags that are contained in the source code of the page you posted. In order to add new articles to this website, every time we need to inspect its source code, find the Open Graph tags, copy and paste the contents to create a new object. And, finally, add it to the array on the JSON file. The JSON file looks like this:

  4. Visual Studio Code

    Visual Studio Code

    For this challenge we will use Visual Studio Code and Anthropic Claude (Claude 3.7 Sonnet). Also, Go lang must be installed. I am running Fedora Linux.

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

  • Please Keep Humans in the Loop

    1 project | news.ycombinator.com | 16 Aug 2025
  • How to Send Emails in VS Code with Mailtrap MCP Server

    2 projects | dev.to | 8 Aug 2025
  • How to Build ACF Blocks in Your WordPress Theme (No Plugin Needed)

    1 project | dev.to | 5 Aug 2025
  • AI Meets Oracle Database: MCP via SQLcl

    2 projects | dev.to | 4 Aug 2025
  • Your First JavaScript Tutorial: Start Coding Today

    1 project | dev.to | 29 Jul 2025

Did you know that Python is
the 2nd most popular programming language
based on number of references?