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.
HN user
hsnice16
Engineer. Twitter - @hsnice16
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.
I had created something as well - https://github.com/hsnice16/forming-typeform
I am reading a book on Go, and interestingly I had also tweeted about the Go GC recently. https://x.com/hsnice16/status/1936005685214433437
I do something here - https://personal-logs.vercel.app/
I had built a component library with HTML and CSS, and had named it "Vanilla Web" :)
In time, I built this - https://github.com/hsnice16/golang_learning/tree/main/One2N/...
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.
This is so great!
I am working on this - https://personal-logs.vercel.app/anime
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.
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/
This is just the basic initial setup. You will see improvements!
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.
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)
List of blogs you can read while preparing for your interviews.
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-...
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: hsnice16@gmail.com
*Experience of building in Web3. I have worked on extension wallets, dApps, and telegram bots.
Code at https://github.com/hsnice16
Looks nice. Let me check. Thanks for sharing it.
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.
Yeah, I also started doing the same.
Because of this, I missed some nice comments on a post I had mentioned about selling my project https://techinterviewexp.site/ And, now I can't reply to them.
That's why my links were not clickable. Thanks again.
Yeah, okay. I will do that.
Oh, Nice. Thanks for sharing.
"I don't have unique content, and/or my content is unoriginal. Or, my content is low quality."
I experienced it myself when I tried adding Google AdSense to https://techinterviewexp.site.
Google folks don't even see what the site is about.
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
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
Great work done!