Try These 8 Modern Alternatives to Common Unix Commands
Try These 8 Modern Alternatives to Common Unix Commands –I may already have covered this. But there are one or two new ones on this list: “If you have used any Unix-like operating systems like GNU/Linux or terminal in the macOS, you will be familiar with cd, ls, grep, find and…”
Math for Future Scientists: Require Statistics, Not Calculus
Math for Future Scientists: Require Statistics, Not Calculus –I totally agree with this. Ive used or needed to use statistics ans probability a lot more often than calculus: “The case for ending calculus requirements for science majors.”
Security Best Practices for Your Rails Application | AppSignal Blog
Security Best Practices for Your Rails Application | AppSignal Blog –These are pretty basic common sense measures that i think any rails app should follow: “Ensure your Rails application stays secure by following some best practices and habits.”
Import Maps Under the Hood in Rails 7 | AppSignal Blog
Import Maps Under the Hood in Rails 7 | AppSignal Blog –Very useful background on Rails 7 and Javascript: "Learn how to install JavaScript libraries with import maps and how import maps work under the hood in Rails 7.
Trunk-based Development vs. Git Flow
Trunk-based Development vs. Git Flow –Two major ways of organized source control and brancing: "Git Flow or trunk-based development? This guide lists the pros and cons of both, and examines various use cases."
Making Sense of Rails Assets
Making Sense of Rails Assets –Rails Assets (css, js, etc) have been managed through various mechanisms over the years. They seem to keep trying to find something less mind bendingly complex. Here's the latest: "Demystify the complexity of the Rails 7 asset pipeline and navigate its wide menu of options."
Why You Should Use Data Classes in Python | Giuliano Pertile
Why You Should Use Data Classes in Python | Giuliano Pertile –Don't you know what a Data Class is? You know how to use it? And what is the difference with a regular class? Here in this post I will try to answer these questions and many more.
A Quick and Easy Guide to the Asset Pipeline in Rails 7 | Mix & Go
A Quick and Easy Guide to the Asset Pipeline in Rails 7 | Mix & Go –It never hurts to learn more about the Asset Pipeline in Rails 7, right?
Welcome to Bashly | Bashly – Bash CLI Framework
Welcome to Bashly | Bashly - Bash CLI Framework –Bashly is a command line application (written in Ruby) that lets you generate feature-rich bash command line tools.