The San Francisco Chronicle charges for subscriptions. How much does a subscription cost? This is an impossible question to answer, even for current subscribers. The Chronicle advertises several different prices for new subscribers. The only public information the Chronicle shares about its permanen...
I wanted to share a quick thing that made my life easier on tmux lately, but before we dig into that, I feel like I need to explain how I usually work.
I find myself building a new application, Cartazzi, and since the "template app" I'm building from uses Rails Test not rspec, I'm back to the past using the native rails testing framework β something I probably last touched by in 2009. This blog post summarizes different Rails testing examples and i...
The asset pipeline is the component of Rails that I, well, let me quote myself from a recent email: I've been tracking down that crazy image related issue for an age now and I think I just got it. Every single time it is always the damn asset pipeline (this is the one component in Rails that I have ...
In tonight's category of "Crazy Rails Errors that Even I haven't hit", I was deploying a new app via HatchBox and I hit this one: No such middleware to insert before: ActionDispatch::Static /home/deploy/Cartazzi/shared/bundle/ruby/3.1.0/gems/actionpack-7.0.2.2/lib/action_dispatch/middleware/stack.rb...
Serverless isn't just great for building stuff fast. It can also help point you in a direction that promotes some useful engineering practices. Anna shares with us 7 ways this happens!
Serverless isn't just great for building stuff fast. It can also help point you in a direction that promotes some useful engineering practices. Anna shares with us 7 ways this happens!
This is a method for debuggging FastAPI with pdb debugger.pdbpdb is a debugger built right into the python standard library. You don't need to install a library. You don't need a fancy IDE.FastAPIThis debugging method should have broad application, but here we will use it in a FastAPI app.FastAPI is...
I've now been a solo entrepreneur longer than I've been anything. Being a solo entrepreneur is a very different experience and it isn't one that is taught β you generally learn only by doing. I've started this series of essays to talk about practical things I've learned over the years. The reason th...