Based on our record, Hashnode should be more popular than Django Ninja. It has been mentiond 132 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Hashnode write dev blogs and build a reputation. - Source: dev.to / 1 day ago
In a real-life example of a blogging platform like Hashnode or Dev.to, for example, they have very robust RBAC systems. - Source: dev.to / 2 months ago
The other page was a list of my blog posts that were posted in Hashnode, fetched using Graph QL using Hashnode's API. The posts would then be shown when the user navigated to /post/ , after triggering another request to Hashnode's API. I also built my own solution for i18n and theming and relied on styled-components to do most of the CSS heavy lifting and customization. - Source: dev.to / 2 months ago
The other big option is to post blogs or notes. It's pretty simple to start a blog right here on Dev.to, or on Hashnode, two blogging platforms specifically for coding. There's also a great community platform on Codedex.io where you can write blog posts, although you do need to complete a few lessons to "unlock" the community features. In these cases, there's already an audience and community on the site, so it's... - Source: dev.to / 3 months ago
Share your experiences through blogs, tweets, or videos. Platforms like Dev.to and Hashnode are great for reaching a wider audience. - Source: dev.to / 4 months ago
> The only place I really see Django at large companies is as an api using DRF or something. This is not a bad thing. Using Django as an API backend is amazingly fast in terms of development time, especially with modern frameworks such as django-ninja [1]. Just use the built-in ORM to create models, write your endpoints, and use the built-in admin interface to play with the database if you don't have endpoints for... - Source: Hacker News / over 1 year ago
Personally, I also prefer django-ninja to DRF. Source: almost 2 years ago
Or just use django-ninja if you are writing an API. Maybe it's just because I came from teams that used tornado and then fastapi but it seems like everything in this article would be solved by using a simpler interface for writing endpoints. https://django-ninja.rest-framework.com/. - Source: Hacker News / almost 2 years ago
Also recommend Django-Ninja. It basically reimplements fastapi's type and decorator-based API construction, but embedded directly in django so you have access to django's ORM and middleware library. Source: about 2 years ago
A good compromise I have found is to use Django Ninja [1]. It is inspired by FastAPI, so it has a lot of the nice things like the automatically generated Swagger/OpenAPI docs, as well as having routers as decorators, and using python types for automatic serialization. While I think FastAPI is great in its first class async support, Django has the Django ORM, plus Django Admin, which for me have been indisposable.... - Source: Hacker News / about 2 years ago
DEV.to - Where software engineers connect, build their resumes, and grow.
FastAPI - FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
Medium - Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.
Tastypie - Tastypie is a webservice API framework for Django.
Ghost - Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple