Ruby: Blocks

posted in: Ruby, Software Engineering | 0

What are Blocks? Blocks in Ruby are chunks of code that are — almost — nothing but chunks of code. A block is not a method. It is not a proc or a lambda. And, despite the popular statement that … Continued

SQL, Chapter 1: Overview

posted in: Software Engineering, SQL | 0

Structured Query Language, or SQL, is the standard language for interacting with data stored in Relational Database Management Systems (RDBMSs). Microsoft SQL Server, Oracle, IBM DB2, MySQL and PostgreSQL are a few popular RDBMSs that use SQL. Each SQL-based RDBMS … Continued