@TeriRadichel | Cloud. Security. Software.

Notes. Code. Cloud. AWS. Security. Automation. Databases. Bugs. Error Messages. No Guarantees.

Friday, April 18, 2014

How To Get Code Deployed

›
Here's the biggest tip for managers and companies that want to get code deployed. Fix the process, not the people - and let the people d...
Sunday, April 13, 2014

Agile and Scrum - How To Make It Work

›
Agile is about deploying software that delivers business value - faster. The purpose is not to put points on stories or prioritize back...
Thursday, March 27, 2014

Java 8 Crash Course Notes

›
A summary of new things in Java 8.  This is a little rough. Check the rest of the links on my Twitter account for more in depth articles. La...
Sunday, March 23, 2014

Brother Printer Won't Print - Wireless Network

›
For future reference, because I always forget, if you are ever trying to figure out the IP address of your brother printer if and when it ch...

Crypto - Coursera classes

›
To watch...in my spare time in addition to studying SANS material for grad school program in information security engineering. No rest... ...

C# + ASPX Web App - 1 week of lunch hours

›
I spent my lunch hours over the past week helping a friend and co-worker build a one page web application to track software deployments. She...
Saturday, March 15, 2014

AWS S3 + Encryption: Protecting the Key

›
I'm playing around with storing encrypted files on AWS S3. In theory if you encrypt the data yourself before you put it on S3 it doesn...
Thursday, March 13, 2014

Estimating AWS Costs Using AWS Calculator

›
Tips for estimating AWS costs Amazon Calculator: Amazon Calculator Gather requirements Map requirements to services Right-size servic...

Competitive Analysis - AWS

›
AWS rated highest in Gartner magic quadrant in both ability to deliver and completeness of vision. This analysis includes Google, Azure, Rac...

Prioritizing Projects for AWS

›
List assets Determine dependencies Classify your IT assets - top secret, secret, public - low, medium, high compliance - internal, partner, ...

AWS - Total Cost of Ownership (TCO)

›
Consider Total Cost of Ownership before moving to AWS. Without a TCO baseline for the organization cannot adequately compare and contrast AW...
Thursday, March 06, 2014

Memory

›
Memory (Stack vs. Heap) Java stores primitives on the stack, objects on the heap. Pointers to objects are stored on the stack. Element...

Videos - Algorithms & Data Structures

›
Big O Notation http://youtu.be/V6mKVRU1evU Data Structures Hash Table http://www.youtube.com/watch?v=B4vqVDeERhI http://www.youtube....

Java Videos

›
Some interesting Java videos Java Heap (Memory) http://www.youtube.com/watch?v=FLcXf9pO27w Class Loaders http://www.youtube.com/watch...

IOPS

›
I had an interesting discussion with one of my geek buddies last night. Someone told him to run something against a NAS that resulted in man...
Tuesday, March 04, 2014

Data Structures

›
Memory Use of Data Structures - Most to Least HashSet -- a wrapper around a HashMap with less functionality -- default 16 elements -- d...
Monday, March 03, 2014

Videos - Discrete Mathmematics and Linear Algebra

›
Discrete mathematics Arsdigita 02 (Discrete Mathematics) Lecture 1/20 http://www.youtube.com/watch?v=h_9WjWENWV8 Arsdigita 02 (Discrete...

Sorting Algorithms

›
Some Notes on Sorting Algorithms... Big O Complexity Cheat Sheet http://bigocheatsheet.com/ Comparator Interface When comparing two o...
‹
›
Home
View web version
Powered by Blogger.