#robrc — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #robrc, aggregated by home.social.
-
Thanks to everyone who helped me think about this! I need to set up a proper blog next week, for now I've just published a Notion page.
"Why it's weird to build stuff with Django on Glitch" - https://www.notion.so/Why-it-s-weird-to-build-stuff-with-Django-on-Glitch-c10e5b17ddc34b62b5b72e167f2495af
-
Thanks to everyone who helped me think about this! I need to set up a proper blog next week, for now I've just published a Notion page.
"Why it's weird to build stuff with Django on Glitch" - https://www.notion.so/Why-it-s-weird-to-build-stuff-with-Django-on-Glitch-c10e5b17ddc34b62b5b72e167f2495af
-
Thanks to everyone who helped me think about this! I need to set up a proper blog next week, for now I've just published a Notion page.
"Why it's weird to build stuff with Django on Glitch" - https://www.notion.so/Why-it-s-weird-to-build-stuff-with-Django-on-Glitch-c10e5b17ddc34b62b5b72e167f2495af
-
Thanks to everyone who helped me think about this! I need to set up a proper blog next week, for now I've just published a Notion page.
"Why it's weird to build stuff with Django on Glitch" - https://www.notion.so/Why-it-s-weird-to-build-stuff-with-Django-on-Glitch-c10e5b17ddc34b62b5b72e167f2495af
-
Unlike the JS application frameworks I'm know of, python frameworks I know of — at least Django and Flask — have this viewpoint of "start with this development server, but DO NOT use it in production, instead use one of these WSGI or ASGI things that we're not going to tell you how to pick."
Which means on Glitch you probably want to *start* with Daphne or Gunicorn, right?
I don't know how to better phrase my question beyond "what's up with this?"
(Interested in RTs on this one) #robrc
-
Unlike the JS application frameworks I'm know of, python frameworks I know of — at least Django and Flask — have this viewpoint of "start with this development server, but DO NOT use it in production, instead use one of these WSGI or ASGI things that we're not going to tell you how to pick."
Which means on Glitch you probably want to *start* with Daphne or Gunicorn, right?
I don't know how to better phrase my question beyond "what's up with this?"
(Interested in RTs on this one) #robrc
-
Unlike the JS application frameworks I'm know of, python frameworks I know of — at least Django and Flask — have this viewpoint of "start with this development server, but DO NOT use it in production, instead use one of these WSGI or ASGI things that we're not going to tell you how to pick."
Which means on Glitch you probably want to *start* with Daphne or Gunicorn, right?
I don't know how to better phrase my question beyond "what's up with this?"
(Interested in RTs on this one) #robrc
-
Unlike the JS application frameworks I'm know of, python frameworks I know of — at least Django and Flask — have this viewpoint of "start with this development server, but DO NOT use it in production, instead use one of these WSGI or ASGI things that we're not going to tell you how to pick."
Which means on Glitch you probably want to *start* with Daphne or Gunicorn, right?
I don't know how to better phrase my question beyond "what's up with this?"
(Interested in RTs on this one) #robrc
-
Unlike the JS application frameworks I'm know of, python frameworks I know of — at least Django and Flask — have this viewpoint of "start with this development server, but DO NOT use it in production, instead use one of these WSGI or ASGI things that we're not going to tell you how to pick."
Which means on Glitch you probably want to *start* with Daphne or Gunicorn, right?
I don't know how to better phrase my question beyond "what's up with this?"
(Interested in RTs on this one) #robrc
-
For day 2 I thought "gee, last job used Django ORM and I never understood it." So I decided to make a Django backend from scratch, on Glitch.
Here's the problem I ran into: Glitch is a very "testing on production" kinda app, which works well with Express and Fastify and family, which as far as I know like being run on production but are happy as dev servers. #robrc
-
For day 2 I thought "gee, last job used Django ORM and I never understood it." So I decided to make a Django backend from scratch, on Glitch.
Here's the problem I ran into: Glitch is a very "testing on production" kinda app, which works well with Express and Fastify and family, which as far as I know like being run on production but are happy as dev servers. #robrc
-
For day 2 I thought "gee, last job used Django ORM and I never understood it." So I decided to make a Django backend from scratch, on Glitch.
Here's the problem I ran into: Glitch is a very "testing on production" kinda app, which works well with Express and Fastify and family, which as far as I know like being run on production but are happy as dev servers. #robrc
-
For day 2 I thought "gee, last job used Django ORM and I never understood it." So I decided to make a Django backend from scratch, on Glitch.
Here's the problem I ran into: Glitch is a very "testing on production" kinda app, which works well with Express and Fastify and family, which as far as I know like being run on production but are happy as dev servers. #robrc
-
For day 2 I thought "gee, last job used Django ORM and I never understood it." So I decided to make a Django backend from scratch, on Glitch.
Here's the problem I ran into: Glitch is a very "testing on production" kinda app, which works well with Express and Fastify and family, which as far as I know like being run on production but are happy as dev servers. #robrc
-
There is a weekly prompt "mess around with SQL, make a webpage that lets you list some media you like." I made something simple for day 1, using Glitch in an usual way: hosting the frontend as a generated static site and the backend as a separate glitch app using Fastify. https://clay-01-music-frontend.glitch.me/ #robrc
-
There is a weekly prompt "mess around with SQL, make a webpage that lets you list some media you like." I made something simple for day 1, using Glitch in an usual way: hosting the frontend as a generated static site and the backend as a separate glitch app using Fastify. https://clay-01-music-frontend.glitch.me/ #robrc
-
There is a weekly prompt "mess around with SQL, make a webpage that lets you list some media you like." I made something simple for day 1, using Glitch in an usual way: hosting the frontend as a generated static site and the backend as a separate glitch app using Fastify. https://clay-01-music-frontend.glitch.me/ #robrc
-
There is a weekly prompt "mess around with SQL, make a webpage that lets you list some media you like." I made something simple for day 1, using Glitch in an usual way: hosting the frontend as a generated static site and the backend as a separate glitch app using Fastify. https://clay-01-music-frontend.glitch.me/ #robrc
-
There is a weekly prompt "mess around with SQL, make a webpage that lets you list some media you like." I made something simple for day 1, using Glitch in an usual way: hosting the frontend as a generated static site and the backend as a separate glitch app using Fastify. https://clay-01-music-frontend.glitch.me/ #robrc
-
I use #glitch for a lot of stuff — I've actually had a Pro account with them for more than two years — and it seems like they're doing what a lot of people at #recurse center are looking for: allowing you to host a simple webpage with a simple, low-powered, single-threaded backend. The only competitor in this space have any awareness of is replit, and they're trying do a bunch of more general stuff too, making "just host a webpage" a bit harder to understand. #robrc
-
I use #glitch for a lot of stuff — I've actually had a Pro account with them for more than two years — and it seems like they're doing what a lot of people at #recurse center are looking for: allowing you to host a simple webpage with a simple, low-powered, single-threaded backend. The only competitor in this space have any awareness of is replit, and they're trying do a bunch of more general stuff too, making "just host a webpage" a bit harder to understand. #robrc
-
I use #glitch for a lot of stuff — I've actually had a Pro account with them for more than two years — and it seems like they're doing what a lot of people at #recurse center are looking for: allowing you to host a simple webpage with a simple, low-powered, single-threaded backend. The only competitor in this space have any awareness of is replit, and they're trying do a bunch of more general stuff too, making "just host a webpage" a bit harder to understand. #robrc
-
I use #glitch for a lot of stuff — I've actually had a Pro account with them for more than two years — and it seems like they're doing what a lot of people at #recurse center are looking for: allowing you to host a simple webpage with a simple, low-powered, single-threaded backend. The only competitor in this space have any awareness of is replit, and they're trying do a bunch of more general stuff too, making "just host a webpage" a bit harder to understand. #robrc
-
I use #glitch for a lot of stuff — I've actually had a Pro account with them for more than two years — and it seems like they're doing what a lot of people at #recurse center are looking for: allowing you to host a simple webpage with a simple, low-powered, single-threaded backend. The only competitor in this space have any awareness of is replit, and they're trying do a bunch of more general stuff too, making "just host a webpage" a bit harder to understand. #robrc