Developers
Load previous page…
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...
picture a simple app with logged in users. each button click / form submit I’m just changing a value on the user database schema.
what I’m currently doing is each time i render a new component i run component did mount and fetch the data i need from the backend api.
then update the state and di...
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.
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?
I have a couple of machines I use for development - home desktop, laptop and office. I was using Git on its own but kept forgetting to commit files before leaving the house, so I moved all my code into Dropbox to sync between machines.
This worked pretty well until I started using front-end tool...
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...
Next week I‘m going to launch another Sibling of madewithvuejs.com but for react :)
and I‘m still looking for nice UI components/ websites/products - pls recommend me all the things ! :)
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.
Website: www.livingwageinterns.com
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.
Any website should be able to show the images (GET), but files should only be uploadable from https://wip.chat.
Here's what I'm thinking:
https://gist.github.com/marckohlbrugge/b493e74ca764f99ea3f94bd6e112d4ac
Right now the URL of this question has just the ID: https://wip.chat/questions/639
I think it would be good to add more descriptive slugs. Both for SEO purposes, but also to give people a better indication of what the question is about when shared on platforms where there's no preview.
I'm cons...
Assuming you have an existing codebase and are running into problems due to using the wrong approach. Maybe your product significantly changed since initially building it.
How do you decide whether to refactor, or completely rewrite?
I don't have a specific codebase in mind, so if you answer is...
There are arguments that bootstrap is a bit too heavy. Any suggestions?
TRENDING
Does anyone know of a woocommerce plug-in that can return a random product after purchasing?
I'm creating an MVP where users can pledge an amount, any amount. Once they have paid, the site then selects a random product and assigns that transaction to that product.
Ideally, I'm looking for a Wordpress plug-in that can handle this.