Breaking away from SQL when first using DynamoDB
When you have worked in standard SQL style databases for a long time, switching to DynamoDB and other NoSQLs has a ton of pitfalls. Here are some ways we can break our thinking in order to take full advantage of DynamoDB’s strengths.
How a Function Functions. Fun.
This is a much more newbie friendly Function (hah!) post about Functions and … how they Function… … Let us dive a bit into the nature of methods/functions and what exists where and why!
Why in JavaScript typeof [] does not return Array
When trying to check if a variable is an array in JavaScript, typeof will not be the command you want. The answer is simple, and the solution easily googled, but I wanted to know why it does what it does. Follow this trip down a rabbit hole…
Static Keyword in Object Oriented Programming
So much online about What a Static Keyword means and what it Does…and so little about “Where And When” to use it.
My limited experience thoughts on the subject, with a hope to learn more.