My Software Notepad

Friday, February 22, 2019

Creating A Secure Schema in PostgreSQL

›
Your SUPERUSER account may be deployed to the database as part of provisioning your instance. This is the case when you use AWS ...
Wednesday, June 6, 2018

Data Architecture - Document Model Design

›
Relational modeling has drawbacks to design implementation and to access speed. One differentiator is our common language around column ba...
Sunday, November 12, 2017

NodeJs Bash Build Script

›
#!/bin/bash # Each lambda is technically its own project with its own dependencies function npmTask() {   startingDir=$(pwd)   npmCommand=...
Sunday, October 1, 2017

Python Map Reduce on Tuple List

›
I was recently asked to read some pseudocode for calculating a class average of weighted scores. I wanted to work this out in Python to dem...
Thursday, May 4, 2017

Bash Function To Create Desktop Shortcuts

›
Shortcuts are located in three places /usr/share/applications/intellij.desktop for all users a folder in the home dir for a given user ~...
Thursday, March 16, 2017

Why is it so hard to install VirtualBox Guest Additions on Centos

›
yum update yum install gcc make kernel-devel bzip2 mkdir -p /media/cdrom mount /dev/sr0 /media/cdrom sh /media/cdrom/VBoxLinuxAddition...
Wednesday, December 14, 2016

Notes on Slick 3

›
Most examples are using await and that is blocking. Why use Slick if you are going to block? Look at onComplete, onSuccess, onFailure, and ...
›
Home
View web version

About Me

My photo
eric aldinger
My original blog started as a way to meditate on the meaning of the life of the artist Brett Jarolimek. I think he would want me to clarify that he is not responsible for the quality of the writing here in. I'll ask next time I see him.
View my complete profile
Powered by Blogger.