Skip to content
View SooditK's full-sized avatar
:shipit:
Crazy
:shipit:
Crazy

Block or report SooditK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SooditK/README.md

Hi there! 👋

I'm Soodit Kumar, a passionate developer based in Delhi, India. I believe in the power of technology and creativity to solve problems and innovate. 🌟

About Me

I'm a dedicated developer with a strong focus on building efficient and scalable applications. Currently, I'm based in Delhi, India. My expertise spans multiple programming languages and frameworks, primarily in TypeScript and Go. I love tackling challenging problems and contributing to open-source projects.

Top Projects

  • inori - A lightweight, self-hosted secrets manager inspired by HashiCorp Vault. ⭐️ 1 | Language: Go | Forks: 0 | Issues: 0
  • downstash - A project for simplified database management. ⭐️ 0 | Language: TypeScript | Forks: 0 | Issues: 0

GitHub Stats

GitHub Stats

Latest Blog Posts

Visit my blog for insightful articles on technology and development at sooditk.dev.

Connect with Me

Twitter | Linkedin

Skills & Technologies

My Skills


This repo — sooditk.dev

This repository also contains the source for my personal website, a fully static Astro site with zero client-side JavaScript (except a ~300-byte inline theme switcher), styled with Tailwind CSS v4 and deployed to Cloudflare Workers static assets.

Development

bun install
bun run dev      # dev server on http://localhost:3000
bun run build    # typecheck (astro check) + static build to dist/
bun run preview  # preview the production build
bun run deploy   # build + wrangler deploy

Writing a blog post

Add a markdown file to src/content/blog/:

---
title: "My Post Title"
description: "One-line summary shown in meta tags and RSS."
publishedAt: 2026-07-08
draft: false
---

Post content in Markdown (or MDX). Code blocks get syntax highlighting at build time.

Push to main and deploy — the post page, blog index, RSS feed, and sitemap are all generated from the frontmatter. Set draft: true to keep a post out of the published site.

Pinned Loading

  1. cestasociety/blog cestasociety/blog Public archive

    This is the Blog website of CESTA Society. Hosted and served by netlify with help of cloudflare.

    JavaScript

  2. ST1LLWATER/onemoretree ST1LLWATER/onemoretree Public

    One More Tree... Coz why not?

    JavaScript 2