-
Test-driven development, object-oriented design, and functional programming converge on some similar ideas.
-
Some ideas from functional programming can help us improve the unit tests for our object-oriented code.
-
Adding type checking to dynamically typed languages is possible, and awesome!
-
Learn how to write tests so they’re easy to read and your colleagues will thank you.
-
Join us as we discuss the rise of security threats during COVID-19, and how upgrading your Rails application can protect your business and users.
-
The COVID-19 pandemic has brought with it an increase in cyber threats, but we can fight back by being more thoughtful about web security.
-
Scheduling, recurring events and relative dates have always been hard. Until now.
-
A fork of Paperclip is being maintained.
-
Use synvert snippets to automatically rewrite ruby code for a smoother upgrade path to Rails 5.
-
When faking external services in tests, start with something simple. I like having a public interface to adapters and having an in-memory adapter for tests. Let me show you an example.
Sign up to receive a weekly recap from thoughtbot