From web developer to database developer in 10 years
notes.eatonphil.com
From web developer to database developer in 10 years
1–10 of 80 posts
Re: From web developer to database developer in 10 years
#2So there's hope that with consistency and patience, one could build expertise in a totally different area
Re: From web developer to database developer in 10 years
#3https://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.
Re: From web developer to database developer in 10 years
#4That's the spirit! And it worked.
Re: From web developer to database developer in 10 years
#5Both are declarative ways of traversing graph-like datasets (DOM nodes vs tabular relations).
Re: From web developer to database developer in 10 years
#6I'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.
Re: From web developer to database developer in 10 years
#7If 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).
Re: From web developer to database developer in 10 years
#8I 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
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 40k concurrent users, the options winnow down fairly quickly.
Have fun =3
Re: From web developer to database developer in 10 years
#9I 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
I would love to hear people's stories of interesting jobs they've gotten without a degree in this space.