aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2024-07-15 11:19:40 -0600
committerCody Hiar <cody@hiar.ca>2024-07-15 11:19:40 -0600
commitf22f7f2f5306f25fba42a874216a8f93b9fdee00 (patch)
tree445751bad74eda651f6283bd04462a192074edd7
parent1449085bad6888dcefff184782f89a7d70a0ee95 (diff)
Adding some links
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ab54bb..e8ace50 100644
--- a/README.md
+++ b/README.md
@@ -503,6 +503,7 @@ with maintenance so things should be up to date.
- [Quirks of Python package versioning][1156]
- [Thoughts on the Python packaging ecosystem][1167]
- [My User Experience Porting Off setup.py][1168]
+- [SQLALchemy vs Django ORM][1230]
### Ops
@@ -671,6 +672,7 @@ with maintenance so things should be up to date.
- [On Software Dependency Engineering][1161]
- [The ideal PR is 50 lines long][1177]
- [Code is read more than written (user/biz > ops > dev)][1198]
+- [It's not microservice or monolith; it's cognitive load you need to understand first][1225]
### Books/Reading
@@ -1167,6 +1169,7 @@ with maintenance so things should be up to date.
- [Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way][1213]
- [Source filtering with file sets][1215]
- [devenv.sh - Fast, Declarative, Reproducible, and Composable Developer Environments][1221]
+- [Learn Nix the Fun Way][1227]
### OSX/Mac
@@ -1200,6 +1203,7 @@ with maintenance so things should be up to date.
- [How I revamped my Vim setup][596]
- [History and effective use of Vim][651]
- [Vim as a Go IDE][676]
+- [A guide on Neovim's LSP client][1228]
### Website Testing
@@ -1306,6 +1310,8 @@ with maintenance so things should be up to date.
- [how (not) to write a pipeline][1148]
- [The Log: What every software engineer should know about real-time data's unifying abstraction][1170]
- [Command-line Tools can be 235x Faster than your Hadoop Cluster][1191]
+- [Functional Data Engineering — a modern paradigm for batch data processing][1226]
+- [Hanukkah of Data][1229]
### Misc
@@ -2545,3 +2551,9 @@ with maintenance so things should be up to date.
[1222]: https://www.awsiamactions.io/
[1223]: https://mikefisher.substack.com/p/mastering-change-management
[1224]: https://bessey.dev/blog/2024/05/24/why-im-over-graphql/
+[1225]: https://fernandovillalba.substack.com/p/its-not-microservice-or-monolith
+[1226]: https://maximebeauchemin.medium.com/functional-data-engineering-a-modern-paradigm-for-batch-data-processing-2327ec32c42a
+[1227]: https://fzakaria.com/2024/07/05/learn-nix-the-fun-way.html
+[1228]: https://vonheikemen.github.io/devlog/tools/neovim-lsp-client-guide/
+[1229]: https://hanukkah.bluebird.sh/5784/
+[1230]: https://st4lk.github.io/en/blog/2023/12/09/sqlalchemy-vs-django-orm/