HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryannevius

no profile record

comments

ryannevius
·il y a 6 mois·discuss
Unless you're a power user, you should check out Photopea[1]. It runs well as a PWA.

[1] https://www.photopea.com/
ryannevius
·il y a 4 ans·discuss
Doorway | Full-Time | Remote (London, UK, Europe) | Senior Full-Stack Engineer & Lead Engineer

About Doorway:

https://www.doorway.io

Doorway is a digital business card service that’s thinking about the future of in-person data sharing. Our clients range from small business to multinational enterprises, as well as social users who use Doorway as a digital business card to exchange personal data. Doorway is entirely app-less and is held in our users' Apple/Google wallets. Doorway is heavily focused on reducing carbon offset and helping our clients further their sustainability initiatives.

We're a small team, currently hiring for:

- Mid-Senior Full-Stack Engineers (Python / Flask, JavaScript / React)

- Lead Engineer

Please apply via AngelList, and mention the role and Hacker News in your application: https://angel.co/l/2x9uty
ryannevius
·il y a 5 ans·discuss
Sounds like we are/have been in the same boat. Are you working full time now? If so, was the pivot motivated by your dissatisfaction with the client acquisition process?
ryannevius
·il y a 10 ans·discuss
That's one of the reasons I recently made a pared-down Django project, to highlight that you don't need to use all of the tools Django offers: https://github.com/rnevius/minimal-django
ryannevius
·il y a 10 ans·discuss
Flask and Pyramid don't help in that situation either...In fact, I switched from Flask (after years of being an avid Flask proponent) because I ran into too many projects that were a mess due to the lack of constraints / standard ways of doing things. After 5 years of solid Django use, I have yet to run into a situation where Django is too inflexible for a client's needs. No, the Admin isn't for everything (and that's even outlined in the docs); but it's not difficult to roll a custom dashboard (just like you would when using Flask or Pyramid).