Become a member
Sign in
Kelly Scheffler
Kelly Scheffler

Kelly Scheffler

4 Following
4 Followers
  • Profile

Latest

Kelly Scheffler
Kelly Scheffler
Aug 20, 2017 · 1 min read

Using Bootstrap with Ruby on Rails

Bootstrap is a library of HTML, CSS, and JavaScript that is publicly available for use on websites. These libraries provide the basis for site features such as navigation bars, buttons, and more. As a bonus, it is often designed to be responsive, an increasingly…

Kelly Scheffler
Kelly Scheffler
Jul 30, 2017 · 1 min read

Avoiding Wet Code

Wet code, which stands for write every time, is code that has duplicate elements. Code that is not wet is called dry code, which stands for don’t repeat yourself. If your code is wet, what could be a simple update can become a headache requiring you to make multiple updates over many files…

1

Kelly Scheffler
Kelly Scheffler
Jul 23, 2017 · 1 min read

First Blog Post

This is my first blog post. I hope to use this blog to cover what I’ve learned each week.