My Photo
Get new posts via email:
AddThis Social Bookmark Button

Creative Commons


  • Creative Commons License
Blog powered by Typepad

« The Most Important Tech Job That Doesn't Actually Exist | Main | Angular without SSR is faster than Next.js with SSR. I have the data. »

Comments

Well done. Thanks for writing this, this is the best kind of information for the community.

Hello,

This article is eye opening. It put words on a feeling that I had.

My question is: Do you have more tips to reduce the logic in the frontend?

My biggest pain right now in my startups is that I have to maintain a state in React/Vue through redux/mobjs. It is such a pain. How can I remove them of my life while still using React/Vue (they are a strict requirements because of mandatory UI Component only available in react)

Best,

Phil.

Oh boy. After reading this I can definitely tell why Django is an opinionated framework. I get the idea – still lots of things to disagree with here.

Long tailed file names, over-simplification and brewing your own endpoints lead to what's likely a huge code-base – easily readable, but big. Not sure it's worth the trade-off when leaving the new engineers argument out of the picture.

> Make sure your test suite passes when the WiFi is turned off.

I was looking for a way to do this automatically -- like forbidding TCP connections other than to localhost (and maybe to the specified ports). But could not find one.

@Victor

That's actually a really good idea for a Django feature. Consider adding a feature request: https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/

Thanks a lot for writing this! Took inspiration from your django_for_startups repo and wrote up a version that uses flask: https://github.com/nuvic/flask_for_startups

There is typo in code snippet in Rule #14:

user_model = user_model = User.objects.create_user(...)

Great article tho!

@lobsterick

Fixed, thanks!

I loved it. Building a start-up is patience, failing in between , and most importantly, never quitting.

I appreciate the sentiments of your article. If I may ask, how would you apply this line of thinking for a monolithic, non-SPA, vanilla Django templates project instead? Essentially I'm curious if you'll be utilizing Django Forms at that point?

Here's Alex's github link for this article, I didn't see it anywhere in here.

https://github.com/Alex3917/django_for_startups

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been saved. Comments are moderated and will not appear until approved by the author. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Comments are moderated, and will not appear until the author has approved them.

Your Information

(Name is required. Email address will not be displayed with the comment.)