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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. I work at FinBox as a Sr. Software Development Engineer.

I'm currently working on - Product Backend and Infrastructure

Open to discuss

  • High scale application architectures
  • Applications in Go, Python, NodeJs, Java, React, ...
  • MLOps
  • Serverless applications
  • Event driven architectures
  • Managing your infrastructure with style
  • Coding in general

All the above projects display my interest in various development languages and the kind of work I do. These help me to understand the latest developments & standards going on.

Reach me at

Ps: I ❀️ 🐢. Currently, in ❀️ with a Pitbull.

Pinned

  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