Tag Archives: Rails

Sidekiq. Feels Good, Man

After 15 years of doing Rails applications, I finally had a serious need of utilizing long-running background jobs to get things done, and setup Sidekiq. My jobs are database-bound, but my database was being underutilized, so I opened up the … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Java Midwittery

Posted in Programming | Tagged , , | Leave a comment

Welcome to the “Future” of App Deployments

I’m sitting here watching the braintrust in our IT organization tell everyone about a NEW! “PRO!” product that will do database migrations with Jenkins, and I’m just sitting over here thinking about the native migrations available by default in Ruby … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Mastodon

So I’m just now realizing that Mastodon is a Rails 6.1 application. I just looked over the Gemfile, and it includes a lot of the usual gems, notably cocoon, right at the end. I have a love/hate relationship with this … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

From Node to Ruby on Rails | D U N K

Building the web app in Rails took me 2 days – the same thing in Node would have taken 2 weeks. I’ve also included things I wouldn’t have attempted to build on Node/Express until I proved the idea out (editing … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Ruby on rails : problem of verifiying the SSL certificate while installing bundle

I’m new with ruby on rails and while creating my first project with this command rails new n_project, i got this error run bundle installFetching source index from https://rubygems.org/ Retrying fetcher due to error (2/4): Bundler::Fetcher::CertificateFailureError Could not verify the … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Kinda a big announcement – Joel on Software

I took a few stupid years trying to be the CEO of a growing company during which I didn’t have time to code, and when I came back to web programming, after a break of about 10 years, I found … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Nine things we learned from the Epic v. Apple trial – The Verge

It’s particularly notable since some people are worried that macOS is inching toward the iOS model, making it a little more difficult to install unauthorized software with each new version. If you were already anxious about the Mac ecosystem closing … Continue reading

Posted in Programming | Tagged , , | Leave a comment

TECH | Stop using JPA/Hibernate · Blog de Laurent Stemmer

Here an example of a JPA entity (using Lombok for “simplicity”): <sarcasm quotes mine> Source: TECH | Stop using JPA/Hibernate · Blog de Laurent Stemmer Through a very long series of unfortunate circumstances, I was backed into using Java/Spring/Hibernate/Angular in … Continue reading

Posted in Programming | Tagged , , , , , | Leave a comment

What I wish I had known about single page applications – Stack Overflow Blog

I settled on JHipster, a development platform for building web applications using modern technology: Angular, React or Vue for the client side, and Spring plus Gradle or Maven for the server side. It’s been around for years, is very well … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment