HN user

hsnice16

21 karma

Engineer. Twitter - @hsnice16

Posts52
Comments29
View on HN
www.agentfriendlycode.com 2mo ago

Show HN: Which public repos are friendliest to an AI coding agent?

hsnice16
5pts0
webgpusnippets.vercel.app 7mo ago

WebGPU Snippets – Vercel Inspired

hsnice16
1pts0
flipsei.vercel.app 1y ago

Show HN: Play flip coin game on SeiNetwork

hsnice16
1pts0
personal-logs.vercel.app 1y ago

Track books I have been reading

hsnice16
1pts0
github.com 1y ago

Show HN: Email Verifier Written in Go

hsnice16
5pts4
hsnice16.medium.com 1y ago

GitHub Action to update function code on AWS Lambda

hsnice16
2pts0
twitter.com 1y ago

After 2.5 years of JavaScript, moved to Go

hsnice16
3pts0
twitter.com 1y ago

Just made my first $1 online from blogging

hsnice16
2pts0
twitter.com 1y ago

Day 9999 – The End

hsnice16
1pts0
hsnice16.medium.com 1y ago

Lambda Function to Access RDS, S3. and, Eventbridge in AWS

hsnice16
2pts0
twitter.com 1y ago

POC for an async notification task in Go

hsnice16
1pts0
github.com 1y ago

GitHub streak is making a comeback

hsnice16
1pts0
twitter.com 1y ago

Last few hours of some of my projects

hsnice16
1pts0
techinterviewexp.site 1y ago

Show HN: Updates on the Tech Interview Exp Project

hsnice16
1pts0
techinterviewexp.site 1y ago

Show HN: Tech Interview Exp is up and running

hsnice16
4pts2
hsnice16.medium.com 1y ago

Use private AWS Aurora with DBeaver using SSH tunneling

hsnice16
1pts0
hsnice16.medium.com 1y ago

Build and Push the Docker image on AWS ECR using GitHub Actions

hsnice16
1pts0
hsnice16.medium.com 1y ago

KPI Metric Card Component

hsnice16
2pts0
hsnice16.medium.com 1y ago

CSRF: Web Security Threat

hsnice16
1pts0
hsnice16.medium.com 1y ago

Write your own Telegram Wallet bot

hsnice16
2pts0
github.com 2y ago

Learning Rust

hsnice16
1pts0
crates.io 2y ago

Published my first crate on crates.io

hsnice16
1pts0
twitter.com 2y ago

A simple version of the grep command line command in Rust

hsnice16
1pts0
news.ycombinator.com 2y ago

Just paid the May server bill for Tech Interview Experience

hsnice16
1pts0
peerlist.io 2y ago

Launched my side project – Tech Interview Experience

hsnice16
1pts0
news.ycombinator.com 2y ago

How do you folks get notified of comments on your post of Hacker News?

hsnice16
2pts6
twitter.com 2y ago

Before shutting it down, let the world know

hsnice16
1pts0
news.ycombinator.com 2y ago

Getting a second job is tough

hsnice16
4pts5
twitter.com 2y ago

I solely added support for Sei EVM in the Compass Wallet

hsnice16
1pts0
twitter.com 2y ago

Number Guessing Game in Rust

hsnice16
2pts0
[dead] 2 years ago

Recently, I have been reading about system design, and as I work in the Web3 domain, I thought it would be nice if I used my learning to write about how system design can be done in the Web3 domain.

After working for more than 2 years as a frontend engineer, I recently started doing full-stack and the org is using Go so I had to learn that, have kept all my learning in one place - https://github.com/hsnice16/golang_learning

Also, I completed a few AWS-related tasks right after starting full-stack. I have written blogs mentioning what I did to help others.

Lambda function to access RDS, S3. And, Eventbridge in AWS - https://hsnice16.medium.com/lambda-function-to-access-rds-s3...

Use private AWS Aurora with DBeaver using SSH tunneling - https://hsnice16.medium.com/use-private-aws-aurora-with-dbea...

Build and Push the docker image on AWS ECR using GitHub actions - https://hsnice16.medium.com/build-and-push-the-docker-image-...

There is one more blog that I have found, that has helped a lot of folks.

Write your own Telegram Wallet bot - https://hsnice16.medium.com/write-your-own-telegram-wallet-b...

I also created a KPI card component that I listed on Gumroad, but sadly it was a flop idea. https://hsnice.gumroad.com/l/pdnbo

And, in the last GitHub streak is coming back - https://github.com/hsnice16 (POV, your org has added your personal GitHub username in the repo)

Recently after working as a frontend engineer for more than 2 years, I started doing full-stack, so I am going through the language that my new org uses (they are using GoLang) and trying to understand backend concepts as well.

I am documenting my learning here - https://github.com/hsnice16/golang_learning

My first task was to write a GitHub action to build and push the docker image on AWS ECR. While working on it, I went through a good number of blogs, and also used ChatGPT, and finally raised a PR. So I thought to write a blog on that, you can read it here - https://hsnice16.medium.com/build-and-push-the-docker-image-...

After 3 years of graduation, I wanted to go into web development, so I built a few good projects that helped me land a job. I built a Typeform clone, using Vanilla CSS and NextJS, in its GitHub repo, I also added PR GitHub actions check for eslint and prettier, and also added pre-commit checks. I also got 29 stars and 6 forks on that repo - https://github.com/hsnice16/forming-typeform/tree/main

Another project that I built was a component library using HTML and CSS, so I built this to learn HTML and CSS in a better way. Its repo also has 6 forks and 7 stars - https://github.com/hsnice16/PoshUI-Documentation

Web Starter Kit 3 years ago

Configured code bundler to be used in the next web project.

Tools used - Webpack - Esbuild-loader (to transpile jsx, js, tsx, ts files) - Support - CSS Modules - Declarative file path - Dev Server - Minify CSS