Skip to content
View brownhash's full-sized avatar
πŸ‘¨β€πŸ’»
Probably coding
πŸ‘¨β€πŸ’»
Probably coding

Block or report brownhash

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
brownhash/README.md

Namaste πŸ™

This is Harshit, and I am a Software Engineer.

Currently working on

  • Agentic AI in real-world systems
  • Modernisation of systems using Kubernetes
  • Enabling cost-optimised infrastructure
  • Scaling algorithms

Open to discuss

  • AI & its applications
  • Designing systems for scale
  • Enabling Machine Learning in systems
  • Innovations in Open-Source
  • Coding in general 😎

Exploring

  • Product Design & User Experience

Reach me at

When I'm off work, I

  • spend time with my 🐢
  • draw random stuff 🎨
  • explore beats for my playlist 🎡
  • ask ChatGPT to summarise the books I want to read πŸ“š
  • explore the depths of Physics on YouTube πŸ”
  • browse through blogs πŸ›œ

Pinned Loading

  1. goCrypt goCrypt Public

    A layer on your regular terminal editor to edit/write encrypted files

    Go 3

  2. Implementing rate limiting on api Implementing rate limiting on api
    1
    package main
    2
    
                  
    3
    import (
    4
    	"errors"
    5
    	"time"
  3. homebrew-tap homebrew-tap Public

    Brew tap formula for all brownhash tools.

    Ruby

  4. AES GCM without passing the Authenti... AES GCM without passing the Authentication tag (Python & JS)
    1
    const crypto = require('crypto');
    2
    const assert = require('assert');
    3
    
                  
    4
    const AesGcm = (key, nonce) => {
    5
      const ALGO = 'aes-256-gcm';
  5. Configure Nginx for React applicatio... Configure Nginx for React application in Docker to prevent 404 on any route other than /
    1
    # Builder
    2
    FROM node:18-alpine3.17 as builder
    3
    
                  
    4
    WORKDIR /app
    5
    
                  
  6. kang kang Public

    Use endless terraform versions in different shell sessions independently.

    Go