Load previous pageโฆ
Ideally a company posting a job but could also be someone offering their services as a provider.
Read post
1 reply
Hey guys,
A friend is building a personal finance app called Roney, and he's looking for feedback on first impressions on the MVP (link below).
The tool is meant to be a "smart" financial advisor. Most of tools out there are budgeting apps, helping you track your money, but don't provide you wi...
MILESTONE
95% Mobile Responsive
This task had been looming over me for quite some time, and I had been avoiding it altogether. Then, one day, almost as if possessed by a sudden burst of motivation, I decided to tackle it head-on: I completely completely the responsive design of the app. It was always mobile accessible, but most...
MILESTONE
Was interviewed about Capsule
Capsule is my subscription Design/Dev Studio. The folks at Indie Hackers interviewed me and here it is. I'm pretty excited about this. I think it's really cool!
Now that I'm DMing people about Supercal, I get replies with unwanted feedback about the app. Just out of the blue. Stuff like "Sharing MRR numbers is bad" and "Oh but you don't have documentation"
I get it put this people criticize it without even USING the actual app, let alone pay for it.
So...
TRENDING
B2B sales how do I even get going?
So I have been building this B2B sales tool called leadlist, which is a tool for finding new potential customers based on data such as technology and general data from the Danish "Companies Registry". (It should be noted that it is only targeted at Danish customers, as for why everything is in da...
Hi all,
I am author of Deployment from Scratch priced at $35 and $50 with lifetime updates. I think this pricing worked out well.
I am now writing a new book on Kamal. This time I want to do a different pricing and would like your opinion.
For one it's a shorter book and should be fairly cheap...
I have a job board and one of the companies found a candidate so they marked the job as closed.
The post has schema markup so it's showing up on Google Jobs. You're supposed to resubmit the url to the Google Jobs API when the job posting is not available anymore, but I haven't integrated that ye...
I'm trying to figure out how the scrolling effect on KanyeWest.com works.
onPageLoad a video pushes down the content and well ... it looks quite cool.
I've got something working: https://jsfiddle.net/harrydry/ubkz71wb/18/
But I haven't managed the neat scrolling effect. Grateful for any advic...
TRENDING
Best place to find SVG's ?
I use Zondicons (which is pretty sweet) but would love any other recommendations ?
I have a React app with GraphQL using Apollo. I set up react-hot-loader@next yesterday and it only works if I export each component as hot manually. I can't seem to get it to work globally on the root component.
export default hot(module)(App)