Bookmarks

Bookmarks

50064 bookmarks
Custom sorting
Guide to REST API
Guide to REST API
Learn what REST API is, how it works, and what its benefit is in software development. Also find out the underlying principles of this important technology.
·about.gitlab.com·
Guide to REST API
Data Migration on Rails
Data Migration on Rails
Kaigi on Rails 2024 "Data Migration on Rails" https://kaigionrails.org/2024/talks/ohbarye/ Railsアプリケーションの長期運用において不可避であるdata migration (データの変更) につい…
·speakerdeck.com·
Data Migration on Rails
How to secure your new VPS: a step-by-step guide
How to secure your new VPS: a step-by-step guide
From sensible user management to automated security patches, by the end of this guide you'll sleep confidently with a VPS you know is secure.
·kkyri.com·
How to secure your new VPS: a step-by-step guide
Full Text Search on PDFs With Postgres
Full Text Search on PDFs With Postgres
With all these LLMs flying around, PDFs have become popular data sources again. Wait, can a blob of binary be considered a data source, just because human eyes can interpret it visually? Well, no. Unless you can run SQL queries on top of them. This post discusses that.
·tselai.com·
Full Text Search on PDFs With Postgres
3 Easy Ways To Add Version Flag in Go
3 Easy Ways To Add Version Flag in Go
One of my favorite things about Go is its distribution process using the go install command. With go install, I don’t have to deal with the trouble of setting up brew, npm, pip, or any other package manager separately like I had to with some languages. It just works
·jerrynsh.com·
3 Easy Ways To Add Version Flag in Go
The magic of the internal folder
The magic of the internal folder
The internal folder in Go is one of the few "magic" features in the Go language where if you use it, you get a bunch of benefit without having to do too much.
·bytesizego.com·
The magic of the internal folder
Optimising and Visualising Go Tests Parallelism: Why more cores don't speed up your Go tests
Optimising and Visualising Go Tests Parallelism: Why more cores don't speed up your Go tests
Recently, I struggled for a couple of hours to understand why the API tests of one project were slow. In theory, we designed tests to run in a fully parallel way – the duration of tests should be close to the longest-running test. Unfortunately, the reality was different. Tests took 7x longer than the slowest test without using 100% available resources.
·threedots.tech·
Optimising and Visualising Go Tests Parallelism: Why more cores don't speed up your Go tests
Smarter than 'Ctrl+F': Linking Directly to Web Page Content
Smarter than 'Ctrl+F': Linking Directly to Web Page Content
Discover how text fragments revolutionize web navigation. Learn to link directly to specific text on any web page, surpassing traditional 'Ctrl+F' searches. Explore this powerful, user-friendly feature for precise content sharing and improved web experiences.
·alfy.blog·
Smarter than 'Ctrl+F': Linking Directly to Web Page Content