Developers
Load previous pageโฆ
I don't mean for each individual app and how they access them, but rather if and how you manage all of them in one place.
Do you use a password manager like 1Password to keep track of them?
Many API keys you could just retrieve from the associated site when you need them. But some of them only...
I want to create a developer-oriented invoicing and quote generating website. Idea would be to integrate Google Sheets + being able to add custom CSS.
I see a lot of people using Google sheets for calculations and copy pasting it into InDesign. I was thinking of making something with a better w...
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...
To get a better understanding of our potential market I'm curious who here is distributing applications outside an app store.
How are you dealing with updates in general? How does your infrastructure look like? How many users/downloads you have....
I collected some questions in this Google Form:...
This is more a request than a question, I hope it's okay to post it here.
I'd like to understand more about what tooling developers use to tackle common scenarios/tasks, and how much value they attribute to it.
For this I've put up a short survey, should be doable in less than 10 minutes ๐. Tha...
Hi,
I am thinking about buymeacoffee.com alternative which will be 100% free to use and no advertisements either.
My idea is to monetise it as the other users would: accept support/donations from the users.ย
Basically, buymeacoffee is turned and heavily influenced by enterprise/corporate thus s...
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...
While GUIs are great, bash scripting can provide a powerful way to automate common workflows. What are your favorites?
Please link to a source / gist where relevant.
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...
Hey WIP!
Does anyone know how in Apple Store Connect to find out how many users renew and cancel a subscription within my mobile application? ๐ค
Thx
Hi WIP,
I want to ask your opinion regarding Claude AI. If you are using Claude mainly in coding which one do you prefer accessing via API or the monthly subscription?
Thank you!
Hey makers!
I plan to launch my first guide for my YouTube audience behind a paywall. What is the quickest way to put text content behind a paywall? If it matters, I use Lemon Squeezy for payments.
I have the guide ready in Notion, and I would prefer to have it delivered as PDF + Notion page ac...
What do think about the viability of a book focused on enteprise software development using Laravel?
I am thinking to introduce readers to concepts like SSO, audit logging, feature flags, role-based access controls, reporting, exposing integrations, analytics, app metrics, etc and show practical implementation using code.
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'm doing lightweight PHP programming using the macOS-integrated PHP server.
I'm currently in the process of coding my own contact form but I'm struggling to find a working way to send test emails from my localhost (macOS).
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...
As of today, June 4 2018, CSS Grid is supported by 84.9% browsers of global usage unprefixed.
Did you switch completely to CSS Grid or use CSS Grid with Flexbox as a fallback?