Turner KrausGetting Started with an AWS EC2 InstanceI’ve now deployed four apps to AWS EC2 (Amazon Web Services Elastic Compute Cloud, for those who don’t like abbreviations), and each time…Oct 28, 2020Oct 28, 2020
Turner KrausWriting Data to a CSV FileWhen going through Hack Reactor, I needed to generate 10 million unique records and supply them to a database.Oct 21, 2020Oct 21, 2020
Turner KrausPostman: The Swiss Army Knife of HTTP RequestsHTTP requests are critical to building a web application: they help you send and receive information with other applications and generally…Oct 14, 2020Oct 14, 2020
Turner KrausDatabasesWhen writing a program, it’s usually most convenient to save variables in memory. Code gets executed synchronously, and everybody’s happy…Sep 23, 2020Sep 23, 2020
Turner KrausHigher Order Functions in JavaScriptWhen I started coding, most functions I used were pretty basic: convert A to B by performing some operations on it, and get out. Nothing…Sep 2, 2020Sep 2, 2020