Live data from Hacker News

Ask HN: What are some tools / libraries you built yourself?

news.ycombinator.com

221–230 of 617 posts

Re: Ask HN: What are some tools / libraries you built yourself?

#223
I have created Codekeep.io that lets you store and share bits of code and text with other users. Snippets can be organized into folders/labels for instant reuse. Create code screenshots and link it with codekeep. It was inspired from Google keep ,I have made the ui and ux similar to it and also added syntax highlighting https://codekeep.io

Re: Ask HN: What are some tools / libraries you built yourself?

#224
I struggled to find a job board that was not filled with shabby recruitment agencies, that had clear high quality job postings and clear salary ranges in each job opening. I therefore created the job board[0] and it now includes a directory for Go developers[2], Companies using Go[3] and a salary trends section[4]. It's all been written in pure Go, basic HTML/JS/CSS and PostgreSQL and it's open source[1] :)

- [0] https://golang.cafe

- [1] https://github.com/golang-cafe/golang.cafe

- [2] https://golang.cafe/Golang-Developers

- [3] https://golang.cafe/Companies-Using-Golang

- [4] https://golang.cafe/Golang-Developer-Salary-Remote

Re: Ask HN: What are some tools / libraries you built yourself?

#229
I created a simple Firefox extension to skip Google’s search result redirect.

I was motivated after the redirect page “hung” several times in one day, and I didn’t fully trust some of the existing extensions.

https://addons.mozilla.org/en-US/firefox/addon/skip-google-r...

Re: Ask HN: What are some tools / libraries you built yourself?

#230
I wasn't able to find a link bookmarking app with the organizational flexibility I needed, so I created my own bookmarking app with infinite nesting, splitscreen previews and file uploads: https://makechaos.app

It's not open source but i am/will open sourcing its individual components

Post reply on HN