How Coding Helps Us Fight Bad Habits
Girls Who Code Synchrony 2019 Graduation Ceremony - Teacher Speech
Posted by Victoria Meng on October 2, 2019
Time Class in Ruby: Basics
In case someone asks you to use some basic Time objects on a technical interview, you will now be prepared!
Posted by Victoria Meng on May 6, 2019
SQL Essentials: Using GROUP BY and ORDER BY Together
In SQL, the main difference between the GROUP BY()
and ORDER BY()
functions is that ORDER BY()
sorts returned values by column name, in ascending or descending order, while GROUP BY()
sorts the result sets of aggregate functions like sum
, count
, minimum
, or maximum
.
Posted by Victoria Meng on April 29, 2019
All I'm Asking is for a Little RSpec, Part I: Reducing Duplication
The wrong ways to do it
Posted by Victoria Meng on April 22, 2019
Algorithm Essentials: Hashing vs Arrays
Let’s say you’re given the below problem:
Posted by Victoria Meng on April 15, 2019