danielnolandotcom
  • Home
  • Archive
  • Categories
    • DEPLOYMENT
    • GIT
    • HARDWARE
    • HOME AUTOMATION
    • JAVASCRIPT
    • RAILS
    • RUBY
    • TESTING
    • TMUX
    • VIM
    • WEB

...

A Little About Me...

I'm a web application developer living in the mountains of Western North Carolina. Neovim is my editor, and I <3 mechanical keyboards, my current daily is a Nyquist Rev3. Ruby is my language of choice, although I consider myself a full-stack polyglot developer. I like to try different craft beers, and I prefer IPAs, the hoppier the better! Citra hops are my favorite hops so much in fact I named my rescue pup Citra. If I'm not behind a keeb I'm typically outdoors hiking, MTN biking, taking pictures, or just enjoying country life.

Categories

  • DEPLOYMENT
  • GIT
  • HARDWARE
  • HOME AUTOMATION
  • JAVASCRIPT
  • RAILS
  • RUBY
  • TESTING
  • TMUX
  • VIM
  • WEB

Archive

  • POSTS BY YEAR

Category: Ruby

23 October 2023

Deploying My Blog to Github Pages with Github Actions

How I use Github Pages to host my blog and deploy it using git and github actions

Read More…

Automated Deployment, Git, Github Actions, Deployment, Jekyll, Github Pages
11 November 2022

New error reporting in rails 7

Checking out the new error reporting that was added in rails 7

Read More…

error handling, exceptions, sentry, honeybadger
18 September 2022

Preloading associations with ActiveRecord::Associations::Preloader

Preloading associations with ActiveRecord::Associations::Preloader

Read More…

Performance, SQL, ORM, ActiveRecord
13 March 2018

Deploy Your Jekyll Site to Github Pages With Travis CI for Free

How I deploy the blog you are reading to Github Pages with Travis CI for free.

Read More…

Automated Deployment, Git, Travis CI, Deployment, Jekyll, Github Pages
04 March 2018

Asynchronously Linting Ruby and Haml in Vim8 or NeoVim

Asynchronous Ruby and Haml linting in Vim 8 or NeoVim

Read More…

Vim, Vim8, NeoVim, ALE, Rubocop, Haml-Lint, Workflow, Style, Linting
04 November 2015

That Time Derek From Thoughtbot Interviewed Me

Derek asks for my take on what it was like to take over a Thoughtbot project.

Read More…

Thoughtbot, T1D, Ruby, Rails, Interview, Sandi Metz, Clean Code
17 August 2014

Solano CI Intermittent Failed Builds With Capybara

A tip I have learned about Solano CI builds intermittently failing when testing with Rspec and Capybara.

Read More…

Continuous Integration, Rspec, Capybara, Rails, Solano, Testing