Dev Ops

Load previous page…
Hey guys!   I am looking for feedback for a tool I'm building called Onboardbase to solve this problem. While prioritizing security, Onboardbase takes a different approach making it easy to use and collaborative, eliminating the tradeoff between developer productivity and security to raise employ...
Read post
3 replies
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. ...
Read post
3 replies
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...
Read post
2 replies
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...
Read post
13 replies
I can't get facebook to display the image I set in the og:image meta description in high quality. It only appears blurry even though I set it exactly to 1200x630px, and also it doesn't take the latest image I define either. Does it take days to update the new image?
Read post
7 replies
I built a few different rails apps locally and am ready to deploy them but I'm not sure how I should deploy them (especially since I have 2 that I want to ship on the same server).  Some thoughts I had: • Digital Ocean VPS and manually install ruby, nginx, passenger etc and allocate resources? •...
I like Collapse Folders in Explorer - cmd/ctrl + shift + up-arrow.  I used to create a custom keybinding for this but I've been trying to stick to defaults where ever possible.
Read post
5 replies
Someone knows how to do it? I have a service that is fully dockerized, where each tenant runs inside its own Docker container. I want to develop a RESTful API to manage these containers, allowing me to create new instances and retrieve information about specific ones. But i does not have any ide...
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...
Read post
3 replies
Making a dating site. Imagine James "hearts" Sally's profile. I want a simple notification for Sally next time she logs in. Like Indie Hackers, where a little red number by your profile. My current idea is having both: {hearts: [james, fred, george]} {notifications: [james]} objects in th...
Read post
1 reply
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 ...
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...
Read post
3 replies
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 ...
Read post
4 replies
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.
Read post
3 replies
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...
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.
Read post
1 reply
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...
Read post
7 replies