HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hsnice16

no profile record

Submissions

[untitled]

1 points·by hsnice16·13 ngày trước·0 comments

[untitled]

1 points·by hsnice16·19 ngày trước·0 comments

[untitled]

1 points·by hsnice16·tháng trước·0 comments

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

agentfriendlycode.com
5 points·by hsnice16·2 tháng trước·0 comments

WebGPU Snippets – Vercel Inspired

webgpusnippets.vercel.app
1 points·by hsnice16·8 tháng trước·0 comments

[untitled]

1 points·by hsnice16·8 tháng trước·0 comments

[untitled]

1 points·by hsnice16·9 tháng trước·0 comments

[untitled]

1 points·by hsnice16·10 tháng trước·0 comments

[untitled]

1 points·by hsnice16·năm ngoái·0 comments

[untitled]

1 points·by hsnice16·năm ngoái·0 comments

[untitled]

1 points·by hsnice16·năm ngoái·0 comments

[untitled]

1 points·by hsnice16·năm ngoái·0 comments

Show HN: Play flip coin game on SeiNetwork

flipsei.vercel.app
1 points·by hsnice16·năm ngoái·0 comments

[untitled]

1 points·by hsnice16·năm ngoái·0 comments

Track books I have been reading

personal-logs.vercel.app
1 points·by hsnice16·năm ngoái·0 comments

[untitled]

1 points·by hsnice16·năm ngoái·0 comments

[untitled]

1 points·by hsnice16·2 năm trước·0 comments

[untitled]

1 points·by hsnice16·2 năm trước·0 comments

[untitled]

1 points·by hsnice16·2 năm trước·0 comments

[untitled]

1 points·by hsnice16·2 năm trước·0 comments

comments

hsnice16
·2 tháng trước·discuss
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 tháng trước·discuss
WebGPU Snippets - https://webgpusnippets.vercel.app/

https://github.com/hsnice16/webgpu-snippets
hsnice16
·10 tháng trước·discuss
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
·năm ngoái·discuss
I had created something as well - https://github.com/hsnice16/forming-typeform
hsnice16
·năm ngoái·discuss
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
·năm ngoái·discuss
I do something here - https://personal-logs.vercel.app/
hsnice16
·năm ngoái·discuss
I had built a component library with HTML and CSS, and had named it "Vanilla Web" :)

https://vanilla-web.netlify.app/
hsnice16
·năm ngoái·discuss
In time, I built this - https://github.com/hsnice16/golang_learning/tree/main/One2N/...
hsnice16
·năm ngoái·discuss
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
·năm ngoái·discuss
This is so great!

I am working on this - https://personal-logs.vercel.app/anime
hsnice16
·năm ngoái·discuss
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 năm trước·discuss
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 năm trước·discuss
This is just the basic initial setup. You will see improvements!
hsnice16
·2 năm trước·discuss
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 năm trước·discuss
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 năm trước·discuss
List of blogs you can read while preparing for your interviews.
hsnice16
·2 năm trước·discuss
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
·3 năm trước·discuss
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