PostgreSQL JSONMy friend, JSON, is very popular these days. I will explore how to query JSON objects in this blog post.Nov 8, 2019Nov 8, 2019
PostgreSQL Recursive QueriesCommon Table Expression (CTE) is a form of recursive SQL that makes a temporary result set of a query. It is an alternative to subqueries…Nov 1, 20191Nov 1, 20191
SOLID JavascriptThis post will cover what the S.O.L.I.D. principle is and show examples of each in Javascript so that you will have a SOLID understanding…Oct 26, 2019Oct 26, 2019
Q: NoSQL? A: No Problem!Most programmers are familiar with SQL (Structured Query Language) and Database Management Systems (DBMS) like PostgreSQL, SQL Server…Oct 11, 2019Oct 11, 2019
The Worst Code Challenge QuestionThis is a clickbaity title, but this was easily the most difficult code challenge problem that I have solved yet. This is in no way the…Oct 5, 2019Oct 5, 2019
Coding Problems Part 2This week I am going over some Javascript coding problems that I found rather challenging and learned a lot from working on.Sep 27, 2019Sep 27, 2019
Data Structures Implementation in Javascript Part 2This blog post will discuss how to implement Stacks and Queues.Sep 13, 2019Sep 13, 2019
Data Structures Implementation in Javascript Part 1This blog post will discuss how to implement Array Lists and Hash Tables in Javascript.Sep 8, 2019Sep 8, 2019
PostgreSQL Backup and RecoveryOne of the most important principles of working with databases is that you always need a way to recover the database structures and data…Aug 31, 2019Aug 31, 2019