
Why Scrum is the Wrong Way to Build Software – Adam Ard – Medium
A brief list of what Scrum gets wrong
A brief list of what Scrum gets wrong
Sidekiq is a framework for background job processing that is very useful for handling expensive computation, emails, and other processes…
We looked at our database of thousands of projects and found the top 10 Ruby on Rails errors. We’re going to show you what causes them and how to prevent them from happening. If you avoid these "gotchas," you can be a better, and bug free Rails developer.
It’s a colossal pump-and-dump scheme, the likes of which the world has never seen.
This Christmas, Ruby 2.6 will be released with support for a new syntax denoting an infinite range!
Thread by @cyberomin: "It's always fun when I speak to founders and potential founders and they are quick to tell me how they want to use AI/ customer retention and improve LTV. Truth is, they don't even need ML. A properly written SQL is what you ne […]"
Exploratory Data Analysis, Feature Selection, and Benchmarks
as seen by RubyOnRails Developers @ Selleo
Browsers use Cascading Style Sheets (CSS) to control the appearance of websites. From borders, fonts, and colors to layout, images, and animations, there are roughly 500 different style properties that can be declared with CSS. These properties are what make the visual diversity of the internet possible for your handheld device, desktop browser, and even your printer. Understanding the myriad style properties is a challenge for any front-end developer, but if you want to start an argument, bring up the question of how CSS selectors (the queries that assign style declarations to HTML element...
by Zach Smith Here’s everything you need to know about font superfamilies to make your next design project shine. What is a font superfamily?Are we talking about the Jacksons? The Kardashians? The Brady Bunch? Steve Martin’s fictional family in Cheaper by the Dozen? Or could we be
Repetitive UI design trends and patterns have created a bland visual environment and diminished designer value as processes become more formulaic. The most progressive designers steer clear of visually stale design solutions and ditch restrictive rules by learning UI best practices and avoiding common design mistakes.
Fermat's Library is a platform for illuminating academic papers.
I like quick, light text editors and terminals, not big IDE's. This is how I keep VS Code how I like it.
Read about the pros and cons of using JSON Web Tokens.
CI is a practice that makes preparing for a release easier. CD may refer to "delivery" or "deployment," which are similar but not quite the same.
With this GitLab CI/CD deployment pipeline configuration, every push is tested, the master branch is deployed to staging servers with a fresh database dump from the production server, and versioned tags are deployed to production with backups and migrations running automatically. All for free.