Page 29 of 127 (2525 total posts)

October 2022

23-10-2022
Rosetta Code

Rosetta Code

Source: rosettacode.org

Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how...

Tags: programming example programming-language
22-10-2022
Home - Meet Edgar

Home - Meet Edgar

Source: meetedgar.com

Social Media automatic posting tool. Seems popular with the cognizenti

Tags: social-media automation how-to scheduling
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