Knuth: Programs

Public
A Road to Common Lisp / Steve Losh
Working With TCP Sockets - A short, concise guide that teaches Rubyists the basics of socket programming, and then some!
How do I know whether my Rails app is thread-safe or not? - by Jarkko of Be
How Do I Know Whether My Rails App Is Thread-safe or Not? Jarkko wrote this on Mar 13th, 2015 10:10 am Photo by Joseph Francis, used under a …
Postgresql: is it better using multiple databases with 1 schema each, or 1
After this comment to one of my questions, I'm thinking if it is better using one database with X schemas or vice versa.
I'm developing a web application where, when people register, I create (actu...
How well does PostgreSQL perform with a large number of databases? - Server
We have an web application whose architecture requires that any registered user (a company, actually) should be isolated from the other, i.e., I'll run the same webapp with the same data models, bu...
Securely Connecting to VM Instances | Compute Engine Documentation | Go
http - application/x-www-form-urlencoded or multipart/form-data? - Stack Ov
In HTTP there are two ways to POST data: application/x-www-form-urlencoded and multipart/form-data. I understand that most browsers are only able to upload files if multipart/form-data is used. Is ...
security - How should I ethically approach user password storage for later
As I continue to build more and more websites and web applications I am often asked to store user's passwords in a way that they can be retrieved if/when the user has an issue (either to email a
Architecting Applications for Kubernetes | DigitalOcean
Designing and running applications with scalability, portability, and robustness in mind can be challenging, especially as complexity grows. The architecture…
Programming Paradigms and Beyond [pdf]
First Impression of Elixir, from a Rubyist’s Perspective - Sihui Huang
A Rubyist's thoughts after playing with Elixir for a month. And why you should give Elixir and Functional Programming a try.
Architecture of a Database System (2007) [pdf]
Functional Programming in Ruby — State
Ruby is, by nature, an Object Oriented language. It also takes a lot of hints from Functional languages like Lisp.
Ramblings from Jessie: Hard Multi-Tenancy in Kubernetes
A design proposal for how to do hard multi-tenancy in Kubernetes.
Professor Frisby's Mostly Adequate Guide to Functional Programming (2015)
Conversations with a six-year-old on functional programming
My six-year-old son walked up to me yesterday. “What are you reading?” At the time, I was reading part of Janis Voigtländer’s habilitation thesis. Unsure where to even start, I decided to just ans…
Conversations with a six-year-old on functional programming
Show HN: Kubernetes Security – Best Practice Guide
Functional programming for beginners
Recently, I attended Manuel Chakravarty’s YOW! night talk titled Demystifying Functional Programming,...
Ask HN: Resources to Learn Functional Programming?
Decoding Parkinson's: Scientists Aim to Put All the Clues on One Map
Introduction to Functional Programming in Python - KDnuggets
Python facilitates different approaches to writing code, and while an object-oriented approach is common, an alternative and useful style of writing code is functional programming.
Ask HN: If you've used a graph database, would you use it again?
What's Functional Programming All About?
Functional programming for deep learning
The what, why, and how: a Cortex deep learning model for anomaly detection in Clojure
GitHub - h4cc/awesome-elixir: A curated list of amazingly awesome Elixir an
A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: - GitHub - h4cc/awesome-elixir: A curated list of amazingly awesome Elixir and Erlang libraries...
A practical introduction to functional programming (2013)
Many functional programming articles teach abstract functional techniques. That is, composition, pipelining, higher order functions. This one is different. I...
Personal Thoughts on the Current Functional Programming Bandwagon | AkitaOnRails.com
Today, Git is unanimously the only best way to manage source code. Back in 2009, when it was still gaining traction, there were some detractors. So...
So You Want to be a Functional Programmer (Part 3)
Taking that first step to understanding Functional Programming concepts is the most important and sometimes the most difficult step. But it…