Subhomoy Haldar

Developer

Introduction

Subhomoy Haldar (@hungrybluedev) is one of the developers of the V programming language. He developed this blog with approval from Alex.

Someone else write my developer profile please.

  1. Website: hungrybluedev.in
  2. Twitter: @hungrybluedev
  3. GitHub: hungrybluedev

Posts by Subhomoy Haldar

Setting Up GitHub Actions for V

This article will walk you through setting up GitHub Actions for V. We begin with a primer on CI/CD, the various benefits and drawbacks. Then we make use of the Setup V action to set up a CI/CD environment for V, how to set it up, and how to use it. We will close with a link to a more sophisticated example.
Introducing Setup V, and discussing why CI/CD is important.

Elevate Your V Project With Unit Tests

The next blog post after The Complete Beginner’s Guide to CLI Apps in V. We discuss why unit testing is important, shed some light on V’s testing culture, and add unit tests to our toy project geo.
V makes it easy to add tests to your project. Here’s how to get started.

The Complete Beginner’s Guide to CLI Apps in V

Blog post that shows beginners how easy it is to build a CLI application in V. We build a sample app called geo that prints geometric shapes to the screen.
Learn how to make a fully featured CLI app in V in under an hour.

Showcase #1: Vex by nedpals

A showcase of the Vex framework that resembles ExpressJS but in written in V.
An easy-to-use, modular web framework for V.

Getting Started With V

A beginners guide to finding documentation, seeking help, and feeling comfortable with V.
Hit the ground running with this collection of resources