Page 29 of 126 (2519 total posts)

October 2022

05-10-2022
Security Best Practices for Your Rails Application | AppSignal Blog

Security Best Practices for Your Rails Application | AppSignal Blog

Source: blog.appsignal.com

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.”

Tags: rails security how-to hacker
02-10-2022
The Hundred-Year Programming Language

The Hundred-Year Programming Language

Source: codefol.io

A suprisingly thoughtful and detailed essay. I skimmed it. It's a bit of intellectual play because the question could be answered much more briefly. But the article does go deep and look at the question in many different interesting ways.

Tags: programming-language history cobol research

September 2022

23-09-2022
Making Sense of Rails Assets

Making Sense of Rails Assets

Source: fly.io

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."

Tags: rails asset-pipeline configuration explainer how-to
12-09-2022
Accelerate Python code 100x by import taichi as ti | Taichi Docs

Accelerate Python code 100x by import taichi as ti | Taichi Docs

Source: docs.taichi-lang.org

This is almost in the too good to be true category! “Python has become the most popular language in many rapidly evolving sectors, such as deep learning and data sciences. Yet its easy readability comes at the cost of performance. Of course, we all complain about program performance from time to time, and Python should certainly not take all the blame. Still, it's fair to say that Python's nature as an interpreted language does not help, especially in computation-intensive scenarios (e.g., when there are multiple nested for loops).”

Tags: python performance