Developers
Load previous pageโฆ
Currently using Heroku and serving the files like so:
app.use(express.static(path.join(__dirname, "public")));
I've looked into reverse proxy servers before but always found it complicated. . But from what I've read it would help out a lot. Maybe its time to make the leap.
How simple is Nginx ...
I'm not looking to learn swift actually haha. I have a few domain names I want to sell. I figured companies selling expensive resources tend to have more budget ๐
One of the domains is learnswift(.)com ๐
If you have a moment, need your thoughts on this :)
Recently I rebranded til.dev to tilcards.com because I couldn't afford the renewal cost (~$350)
It's almost a month in and I got some fund to renew it.ย
Now the question isย
โข list the domain for a higher price to sell (since I already spent ...
Just hit a major milestone on ProposalIQ: the MVP is done!
You can now generate structured, professional-looking proposals just by describing what you offer โ no templates or formatting pain.
The backend is running smoothly, and the UI is looking good for the beginning. Excited to start testing ...
Making a dating site. It's nearly done, except I haven't sorted messaging between users yet.
I've got two / three choices:
a) NOT live messaging. Messages POST to backend. Requires a page refresh to display new messages.
b) LIVE messaging! Making use of web sockets. I would also have to sav...
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 want to make a blog which will use /blog route & use Gatsby which will render a complete static page & then my other route /apps which will have all my apps & their server side logic like Payment on the same domain. Can I make this work like that ? One subdomain renders static pages & another r...
[Headlessforms - Form Backend]
โReceive form submissions and send auto-response emails via a form on your website โ without writing a backend.โ
It's perfect for WordPress, Netlify, Vercel, Github Pages, or any static site.
Headlessforms provides form endpoints as a service so your simple sites...
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...
MILESTONE
First Survey Response
Yay! The State of Developers received it's first survey response. It's an anonymous survey asking developers to share their experience with burnout. My goal is to provide insights, resources, and support to our community.
I launched it to a subset of the mailing list yesterday. A hour ago, I ema...
Read post
1 reply
I've noticed that the replies to big famous social media accounts do pretty well. Often the top reply racks up well over 300 likes and gets followers etc ...
Whenever Kanye tweets I want to autoreply with the link to https://phonemekanyewest.com and maybe yeezy.dating just to help spread the wo...
Examples like: intercom, embedded calculators, etc.
TRENDING
How do you handle source control?
I'm currently using github but it seems expensive compared to the offerings of gitlab for example.
I have tried to use many UI frameworks but they get in the way. That is, I want to make a particular layout but I am not able to find out how to make that layout using the framework.
I don't think this is true for everyone.
So how do you learn a framework so that you can use it to make any UI...
MILESTONE
The profile admin area is fully working.
The application uses an API to interact with data stored in a SQLite database. The API, database, and user interface are all implemented using the Query.
[Image]