A Worked Example of `flex-grow` (CSS)
Consider the following code snippet. Each div
has a different flex-grow
factor set. Given the flex-container’s width, and the flex-item’s initial width, what do you expect the final width of the flex-item to be?
The CSS 'nesting' selector (&) - Why would I need it?
What is it?
The difference between `inline`, and `inline-block`
Inline
What is SPF?
The Problem
How to Debug in Rails
View Helpers
An interference pattern (Implemented in Go)
Check out this picture:
How to Configuring Webcentral's Nameservers
We wanted to move away from NetRegistry / Hostgator’s nameservers and onto Cloudflare’s nameserver.
The 'then' Ruby Keyword - What is it?
Have you heard of the then
keyword?
Ruby's Double Splat Operator
Open up an IRB console and follow along with me.