Blogroll

Data Science


Learning resources and ideas

Practical stuff
  • For environment that are very "closed", where your sysAdmin will not make you install another language/package/library just for doing a bit of data manipulation. If you already know some command line tools, doing some exploratory data analysis might not require Python/R/Julia. Data Science at the Command Line, Useful commands list
  • Also solutions for plotting exist YouPlot (other options available, some of them are real time too).
  • For serious production endeavors in a closed AND performance aware systems consider using C/C++ root.cern. Also jupiter-like interactivity is possible blog.llvm.org

Software Engineering


Ideas, advices and projects

Backend oriented
  • I've experienced real pain doing a lot of what the author writes, so as always... is the truth in the middle? kubernetes: maybe a few bash python scripts is enough
  • William "Bill" Kennedy and its company Ardan Labs, extremely well curated training material for intermediate level developers. ardanlabs.com
  • Always good to keep as a reference, especially if you deploy on a server bash oneliner
  • A mention for a DB, or BaaS if you want, that stands out in my opinion: pocketbase.io It strikes a balance between being open source but having good and consistent coding standards, it provides abstractions but they are so well though out that you can remove them and work with the underlying constructs fairly easily, it has a convenient front end SDK that you can totally not use, autogenerated API endpoints and documentation, and you can extend its behaviors with Javascript or Golang (preferred). Also, its author seems to have a general vision that is more than just the DB pockethost.io, which is always a great thing to see.
  • Demystifying Kubernetes Networking Using Tcpdump

Web Development


All things web

Indie web