This the documentation I used to build bubblehook, a Fizzy webhook receiver that sends updates to Slack. I hope this is useful. The post is written by AI, with a lot of rough notes fed to it from my reading the code, and observing the... The post The missing Webhooks documentation for Fizzy appeared first on Pilanites .
When you deploy a fresh Rails 8 app with the Solid “trifecta” (Solid Cache, Solid Queue, Solid Cable), you actually have four database connections in production: primary, cache, queue, and cable. If only `DATABASE_URL` is set, the other three try to connect via the default... The post Solid Trifecta + Kamal + Postgres don t play along nice, this is the way to fix it appeared first on Pilanites .
Yesterday night, I deployed my first Amber app to production. It s a JSON hosting service for your mobile and web apps. I call it JSON Keeper. The app is very simple and straightforward right now. It only has one screen with no user accounts. You... The post Built and Deployed an Amber app in 2 days appeared first on Pilanites .
There was a Hackathon by our local government a few days back and the whole situation was insane. They almost brought me to tears. It was a 36-hour Hackathon and it felt like torture for the participants. Some of them fainted, some of burned out,... The post Why I am not going to attend Hackathons any more appeared first on Pilanites .
Let s Encrypt, the free Certificate Authority has announced that it now supports issuing wildcard certificates for your domains. Wildcard certificates will be issued only through the ACMEv2 protocol. You might need to update your client before it supports it. What are Wildcard Certificates? Wildcard certificates... The post Now you can issue wildcard certificates from Let s Encrypt appeared first…
Added a Slack integration to CertsMonitor. Once you add Slack, you ll start getting notifications right into your chats. The post Added a Slack Integration appeared first on Pilanites .
I love Let s Encrypt. It s a simple tool which helps you automate process of renewing certificates, and for free! It s great if you re using managed hosting and your provider takes care of this automation, but if you re using a VPS like me, the process sometimes... The post Monitor SSL Certificates Expiration appeared first on Pilanites .
I have been meaning to contribute open source code since a long time now. I want to see my Github streaks go green too. Every time I decide to contribute, I get stuck because I don t know about repositories where I can help. Or how... The post Open Source Swift app appeared first on Pilanites .
Polymorphic Associations allow you to create a single model and let it belong to multiple models. Allow me to explain how they work. I wanted to have a single Photo model, which can be used for thumbnails, employees, product, etc. for the practice management app... The post Polymorphic Associations in Rails Explained appeared first on Pilanites .
Finding a job as a self taught developer, or as a fresher looks daunting. Almost all the companies are only looking for experienced people, and how will you get any experience if you don t get a job? This catch-22 has been catching people s imagination for... The post How do I get a job as a developer without experience? appeared first on Pilanites .