Dev Ops
Load previous page…
[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 use Google Cloud bucket to store 10-second videos and photos that I use in the application. Thousands of users use the application every day, and I want to use a CDN to ensure that the content of the application is delivered to users with minimum delays and maximum speed.
At the moment, I have...
I am doing my first project on Firebase backend. It seems cool enough. Although, on the other hand PostgreSQL is so darn powerful. Anyway, does anyone know how I could set up firebase so I can get notifications when new users sign up? Also curious to hear any tips and tricks for using Firebase su...
Hi WIP Community,
I launched Cloud Nuke to make it easy to safely delete AWS resources in 3 clicks!
I've found that deleting idle & underutilized cloud resources is the quickest win to reduce spending on cloud bills. Additionally the workflow of deleting cloud resources often exist in Engineeri...
How do you know that your production website or platform is up, performing well, and functioning correctly for your users?
I need the service to perform scheduled HTTP requests and ideally alarm based on the JSON response.
Hi everyone, I am Oben from Up Ninja. I am releasing my project on Product hunt in 4 days, so it is time to throw myself to the fire 😀
I am working as a 9-5 software development engineer since 10 years and this is my first SaaS project. I am not new in the startup industry but new to SaaS area.
...
I tought myself Python. My original background is in marketing. For coding there are a ton of great resources out there and many qualified freelancers to learn from.
However, I have a tougher time finding resources to learn better software related management. How to learn how to structure a deve...
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 ...
Hi 👋, I'm Ryan and I am building Optimize Toolset (https://optimizetoolset.com), a service that lets you setup automated tasks to run against your site(s). The first task offered will be automated Lighthouse Tests, to test the performance, accessibility and SEO of your site.
I’ve started to work...
this is the website https://bound2.app
it comes in with a decent score on pingdom. And the page size is just 1.1MB. But the "wait" phase is nearly 15 seconds.
And I can't work out why. Perhaps an old version of webpack / node config problem?
This is a link to my github => https://github.com/cr...
I wrote code that forks and queues up and stops child processes but the processes themselves use up quite a bit of CPU.
Is there a library that's particularly helpful with building these types of async/cron-like Node services? Wasn't finding anything in my search.
Should I consider offloading ...
what are your favorite (3rd party) tools to keep your (bootstrapped) startups running?
So the original yeezy.dating is built using:
a) Node
b) Pug for templating
c) Mongo DB (database)
d) Passport for Auth
I'm fairly solid in React so have decided on React.Native to replace Pug for the app. Other than that could I just stick with the same stack?
a) Node
b) React Native
c) Mo...
Every time, I push new code on my app on Heroku, the new build & deployment logged out all current users and all of them need to re-login to the website.
It won't be a small project IMO. That is, I should be able to get some users and hence, stay motivated to work on it, and keep adding features.
Will I miss out if I just go ahead with Firebase or Parse? I want to save time if possible.
Currently trying to differentiate when to use Servers & when to go Serverless.
Serverless will scale infinitely, although it has 1 small cost of cold starts but if the site is used regularly then cold start is not needed.
Servers are inherently costly. Even if we don't use it to its full potent...
Without going into a ton of detail, I have an idea for an application that logs PHP errors from a website. However, I'm torn between developing this as a SaaS subscription, or a standalone package which users can buy at a one-time cost.
Option 1: I develop it as a SaaS, I have to pay for network...
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...