Modern Javascript Fundamentals (2023) 💻
In the early days of the web, the creators of Javascript numbered its version: by version: 1, 2, 3, and…
Achieving Developer Excellence with Automated Testing
Posts related to Ruby, Rails, other programming topics. Highly technical.
In the early days of the web, the creators of Javascript numbered its version: by version: 1, 2, 3, and…
One of the often-overlooked new features in ES6, formally known as ECMAScript 6, is string interpolation. If you don’t know…
Tested codebases are the most signficiant development from Rails and Agile over the last 15 years. End-to-end testing, in particular,…
Confusingly, bundler can have more than one version of Rails installed at once. In this short post, I will review…
For a Good Strftime lets you easily create the Ruby syntax for strftime. Just select how you want your dates:…
The simplest of the Gems I have written is this small tool that does one powerful thing. https://github.com/jasonfb/html-render For some…
See: Github Nonschema migrations is an old project of mine which I am happy has helped countless teams run data…
So your Rails application with a MySQL database was humming along and all of a sudden it hit this error:…
The most essential Node packages to set up your React app today. (This article was written in the context of…
React’s Virtual DOM arguably revolutionized web development. In short: React will keep a copy of the DOM in its own…