frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

From web developer to database developer in 10 years

https://notes.eatonphil.com/2025-02-15-from-web-developer-to-database-developer-in-10-years.html
31•pmbanugo•2d ago

Comments

pmbanugo•2d ago
I enjoyed reading this. It could be because I'm thinking of doing more of system/network programming (and learning Zig). I've spent the last 6 years in the JavaScript land and bored of yet-another-bundling or SPA-like pattern.

So there's hope that with consistency and patience, one could build expertise in a totally different area

Joel_Mckay•1m ago
There are JS frameworks that port to most platforms in about 3 minutes (use a Mac for iOS builds):

https://quasar.dev/introduction-to-quasar/

That being said, Erlang/Elixir abstracts most db use-cases with ecto, and has some other incredibly powerful scalable features for sites:

https://www.phoenixframework.org/

* Distributed

* Fault-tolerant

* Highly available

* Hot swapping

Depends on the use-case, but if your product is <14 month lifecycle App/shovel-ware, than go JS for the labor compatibility... Yet if you are hitting >40k concurrent users, the options winnow down fairly quickly.

Have fun =3

maxnilz•2d ago
Thanks, it is inspiring, And it seems like I'm on the same way of that transition, Here is my individual expirment database for learning db internals and rust..

https://github.com/maxnilz/sboxdb

Now, trying to implement a rocksdb-like LSM based storage in modern C++ and call it from the sboxdb, just for refresh my old C++ memory.

esafak•1h ago
> I was unhappy with this type-casting so I held out while unemployed and continued to write posts and host virtual hackweeks messing with Postgres and MySQL. I started the first incarnation of the Software Internals Book Club during this time, reading Designing Data Intensive Applications with 5-10 other developers in Bryant Park. During this time I also started the NYC Systems Coffee Club.

That's the spirit! And it worked.

CharlieDigital•1h ago
If you can wrangle CSS, you can probably wrangle SQL pretty well.

Both are declarative ways of traversing graph-like datasets (DOM nodes vs tabular relations).

senderista•32m ago
That is not what "database developer" means in this context.
simonw•48m ago
> I also wanted to cover what it's like coming from engineering management and founding companies to going back to being an individual contributor. (Spoiler: incredibly enjoyable.)

I've done the IC to engineering manager back to IC thing and it is indeed a huge relief to learn that it's OK to do that. My favorite piece of writing on that is The Engineer/Manager Pendulum by Charity Majors: https://charity.wtf/2017/05/11/the-engineer-manager-pendulum...

Charity makes a very convincing case that it's OK to swing from manager to IC and back again several times over the course of your career and that doing so will make you more effective at both of those things.

A Fond Farewell from Farmers' Almanac

https://www.farmersalmanac.com/fond-farewell-from-farmers-almanac
121•erhuve•2h ago•33 comments

You should write an agent

https://fly.io/blog/everyone-write-an-agent/
532•tabletcorry•9h ago•228 comments

Two billion email addresses were exposed

https://www.troyhunt.com/2-billion-email-addresses-were-exposed-and-we-indexed-them-all-in-have-i...
397•esnard•9h ago•262 comments

Scientists find ways to boost memory in aging brains

https://news.vt.edu/articles/2025/10/cals-jarome-improving-memory.html
114•stevenjgarner•5h ago•33 comments

Kimi K2 Thinking, a SOTA open-source trillion-parameter reasoning model

https://moonshotai.github.io/Kimi-K2/thinking.html
681•nekofneko•14h ago•276 comments

Game design is simple

https://www.raphkoster.com/2025/11/03/game-design-is-simple-actually/
210•vrnvu•7h ago•60 comments

A Note on Fil-C

https://graydon2.dreamwidth.org/320265.html
106•signa11•4h ago•32 comments

Show HN: I scraped 3B Goodreads reviews to train a better recommendation model

https://book.sv
324•costco•1d ago•106 comments

We built a cloud GPU notebook that boots in seconds

https://modal.com/blog/notebooks-internals
8•birdculture•4d ago•0 comments

Analysis indicates that the universe’s expansion is not accelerating

https://ras.ac.uk/news-and-press/research-highlights/universes-expansion-now-slowing-not-speeding
133•chrka•9h ago•126 comments

Open Source Implementation of Apple's Private Compute Cloud

https://github.com/openpcc/openpcc
379•adam_gyroscope•1d ago•83 comments

Swift on FreeBSD Preview

https://forums.swift.org/t/swift-on-freebsd-preview/83064
197•glhaynes•12h ago•117 comments

A prvalue is not a temporary

https://blog.knatten.org/2025/10/31/a-prvalue-is-not-a-temporary/
13•ingve•2h ago•46 comments

HTML Slides with notes

https://nbd.neocities.org/slidepresentation/Slide%20presentation%20about%20slides
17•Curiositry•3h ago•2 comments

From web developer to database developer in 10 years

https://notes.eatonphil.com/2025-02-15-from-web-developer-to-database-developer-in-10-years.html
31•pmbanugo•2d ago•7 comments

LLMs encode how difficult problems are

https://arxiv.org/abs/2510.18147
124•stansApprentice•11h ago•26 comments

FBI tries to unmask owner of archive.is

https://www.heise.de/en/news/Archive-today-FBI-Demands-Data-from-Provider-Tucows-11066346.html
796•Projectiboga•13h ago•399 comments

Eating stinging nettles

https://rachel.blog/2018/04/29/eating-stinging-nettles/
189•rzk•17h ago•175 comments

I analyzed the lineups at the most popular nightclubs

https://dev.karltryggvason.com/how-i-analyzed-the-lineups-at-the-worlds-most-popular-nightclubs/
147•kalli•16h ago•70 comments

Auraphone: A simple app to collect people's info at events

https://andrewarrow.dev/2025/11/simple-app-collect-peoples-info-at-events/
47•fcpguru•15h ago•19 comments

The Geometry of Schemes [pdf]

https://webhomes.maths.ed.ac.uk/~v1ranick/papers/eisenbudharris.pdf
30•measurablefunc•6d ago•5 comments

Mathematical exploration and discovery at scale

https://terrytao.wordpress.com/2025/11/05/mathematical-exploration-and-discovery-at-scale/
240•nabla9•20h ago•115 comments

Hightouch (YC S19) Is Hiring

https://job-boards.greenhouse.io/hightouch/jobs/5542602004
1•joshwget•8h ago

GT – Experimental multiplexing tensor framework for distributed GPU computing

https://github.com/bwasti/gt
21•brrrrrm•4d ago•1 comments

Show HN: Dynamic code and feedback walkthroughs with your coding Agent in VSCode

https://www.intraview.ai/hn-demo
28•cyrusradfar•13h ago•1 comments

The Parallel Search API

https://parallel.ai/blog/introducing-parallel-search
104•lukaslevert•12h ago•43 comments

Show HN: Ambient light sensor control of keyboard and screen brightness in Linux

https://github.com/donjajo/als-led-backlight
14•donjajo•4d ago•1 comments

Dead Framework Theory

https://aifoc.us/dead-framework-theory/
10•jhuleatt•2h ago•3 comments

I may have found a way to spot U.S. at-sea strikes before they're announced

https://old.reddit.com/r/OSINT/comments/1opjjyv/i_may_have_found_a_way_to_spot_us_atsea_strikes/
340•hentrep•1d ago•478 comments

ICC ditches Microsoft 365 for openDesk

https://www.binnenlandsbestuur.nl/digitaal/internationaal-strafhof-neemt-afscheid-van-microsoft-365
568•vincvinc•12h ago•181 comments