Developers
I want to collaborate with you to create a product around a simple chat tech I have developed.
Here you can find a demo: https://query-chat.fly.dev
Open two tabs in your favorite browser, invite a friend, and test it.
Has anyone setup their content_security_policy policies for Rails/Turbo projects?
I had to disable my script-src and default-src because it was causing issues with my project.
```
Rails.application.configure do
config.content_security_policy do |policy|
# TODO: fix this...
#policy.def...
I‘m looking for Rails solopreneurs who are using reactive features (Hotwire, StimulusReflex etc) in their apps.
I‘d like to offer a free review in exchange for a case study on www.railsreviews.com and a backlink 😉
Just ping me if you’re interested
Hey guys,
I'm curious about how do you make sure your frontend code performs well? I mean, in terms of file sizes after build (js, css, html), or other practices.
I come from backend background, I'm pretty comfortable with frontend dev these days, thanks to you guys' suggestions & advices (http...
I already built an MVP I built the MSI installer to package my python code together with my freelance developer. However, the installer is kinda buggy and it doesn't seem a good use of time if we have to learn how to build a proper installer ourselves. If I post a job on UpWork however, I am not ...
e.g. I have a database of 1000+ url's and want to check them weekly on the #backlinks they have. Is there an api that does this and is < $50 / month.
I added this feature in TimerBit to increase transparency in the open source projects that I work on. To let people know which ticket/feature is currently being developed, for example - https://timerbit.com/#/public/YN3UZqeorFGRKI1h03d5. What else do you think should be on the public project page...
So I have a multisite multilingual project. Imagine different websites on different domains using the same design and front end template with different content.
I have a middleware that handles serving the different content. I'd like to build a frontend with VUEJS/NuXT or similar. How what I set...