Skip to content

Instantly share code, notes, and snippets.

View thangtv611's full-sized avatar

Thang Tran Viet thangtv611

  • Ho Chi Minh
  • 07:12 (UTC +07:00)
View GitHub Profile
@StewartLynch
StewartLynch / FinanceTrackerPrompt.md
Created February 10, 2026 16:40
Personal Finance Tracker Prompt

Create a SwiftUI Personal Finance Tracker app using SwiftData with the following features:

  1. Data Models:

    • Category: name, color, monthly budget amount, icon (SF Symbol name)
    • Transaction: amount, date, note, relationship to Category
    • Use SwiftData for persistence with proper relationships
  2. Main Dashboard:

    • List of categories showing: name, icon, color
  • For each category: amount spent this month vs budget
@rishitells
rishitells / Jest_GitLab_CI.md
Last active October 16, 2025 10:06
Setting up Jest tests and coverage in GitLab CI

Configuring Jest Tests in GitLab CI

1. Add GitLab CI configuration file in the root

In the root of your project, add .gitlab-ci.yml with the configuration below.

image: node:latest

stages:
@ilap
ilap / grafana_telegram_bot.md
Last active May 9, 2025 23:43
Grafana Telegram Alert

Config Telegrambot for grafana's alerts.

1. Create bot

Open Telegram and search for @BotFather user and message them the following:

You
/newbot 

BotFather

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by