HackerTrans
トップ新着トレンドコメント過去質問紹介求人

hsnice16

no profile record

投稿

[untitled]

1 ポイント·投稿者 hsnice16·13 日前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·19 日前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·先月·0 コメント

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

agentfriendlycode.com
5 ポイント·投稿者 hsnice16·2 か月前·0 コメント

WebGPU Snippets – Vercel Inspired

webgpusnippets.vercel.app
1 ポイント·投稿者 hsnice16·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·10 か月前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·昨年·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·昨年·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·昨年·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·昨年·0 コメント

Show HN: Play flip coin game on SeiNetwork

flipsei.vercel.app
1 ポイント·投稿者 hsnice16·昨年·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·昨年·0 コメント

Track books I have been reading

personal-logs.vercel.app
1 ポイント·投稿者 hsnice16·昨年·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·昨年·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 hsnice16·2 年前·0 コメント

コメント

hsnice16
·2 か月前·議論
I am working on the agent-friendly scorer. It scores the public repos for their agent friendliness. The project also has a GitHub action to comment on the score delta in a PR comment. You can add it as a skill to find out which agent will perform better for the codebase.

Live: https://agentfriendlycode.com/
hsnice16
·8 か月前·議論
WebGPU Snippets - https://webgpusnippets.vercel.app/

https://github.com/hsnice16/webgpu-snippets
hsnice16
·10 か月前·議論
https://github.com/hsnice16/forming-jotform

I already have a similar project for Typeform, for which someone reached out to me to see if I can help them integrate it into their project.

This project is very similar to that, but it implements Jotform.
hsnice16
·昨年·議論
I had created something as well - https://github.com/hsnice16/forming-typeform
hsnice16
·昨年·議論
I am reading a book on Go, and interestingly I had also tweeted about the Go GC recently. https://x.com/hsnice16/status/1936005685214433437
hsnice16
·昨年·議論
I do something here - https://personal-logs.vercel.app/
hsnice16
·昨年·議論
I had built a component library with HTML and CSS, and had named it "Vanilla Web" :)

https://vanilla-web.netlify.app/
hsnice16
·昨年·議論
In time, I built this - https://github.com/hsnice16/golang_learning/tree/main/One2N/...
hsnice16
·昨年·議論
This is so nice!

I created an email verifier project in Go to check MX records, SMTP server status, and existence in the disposable list.

Project - https://github.com/hsnice16/email-verifier
hsnice16
·昨年·議論
This is so great!

I am working on this - https://personal-logs.vercel.app/anime
hsnice16
·昨年·議論
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.
hsnice16
·2 年前·議論
I'm working on an email verifier project in Go. https://github.com/hsnice16/email-verifier

It already has checks for Regex, MX record, and SMTP server running. And, in side, I write blogs - https://hsnice16.medium.com/
hsnice16
·2 年前·議論
This is just the basic initial setup. You will see improvements!
hsnice16
·2 年前·議論
No, this is not the best regex. This is just to set up the initial phase of the project, in the future it will be improved.
hsnice16
·2 年前·議論
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)
hsnice16
·2 年前·議論
List of blogs you can read while preparing for your interviews.
hsnice16
·2 年前·議論
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-...
hsnice16
·2 年前·議論
Location: India

Remote: Yes

Willing to relocate: Yes

Technologies: React, TypeScript, JavaScript, HTML5, CSS3, GraphQL, PostgreSQL, Express.js, Next.js

Résumé/CV: https://drive.google.com/file/d/1p9aB3ydEHyZrv5QCUEnQSgR4-_z...

Email: [email protected]

*Experience of building in Web3. I have worked on extension wallets, dApps, and telegram bots.

Code at https://github.com/hsnice16
hsnice16
·2 年前·議論
Looks nice. Let me check. Thanks for sharing it.
hsnice16
·2 年前·議論
They don't have a built-in notification mechanism; if you missed replying to a comment, you can't even reply to them after a few days. I had posted about selling my project https://techinterviewexp.site/ but I missed the comments and now I can't reply to them.