No Gin Gonic videos yet. You could help us improve this page by suggesting one.
Based on our record, FastAPI should be more popular than Gin Gonic. It has been mentiond 265 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.
FastAPI is a modern, high-performance web framework for building APIs with Python 3.6+ based on standard Python type hints. It is designed for quick development and high efficiency. Zuplo is a proud sponsor of the FastAPI project, to help drive API development in Python. - Source: dev.to / 20 days ago
For Small teams and Startups I would recommend picking an API framework that automatically generates an OpenAPI spec through your code. Be very careful in which framework you pick as many claim to have OpenAPI support, but in reality only support a few fields. Many recent frameworks are built from the ground up around OpenAPI support. My recommendations are Huma for Go, Tsoa for Typescript, and FastAPI for Python.... - Source: dev.to / 20 days ago
FastAPI serves as our backend framework, chosen for several compelling reasons:. - Source: dev.to / about 1 month ago
One of the most prominent use cases of Pydantic is in FastAPI, a modern web framework for building APIs with Python. FastAPI uses Pydantic models extensively for request body validation, query parameters, and response schemas. - Source: dev.to / about 2 months ago
Python is a great language for building various types of applications, especially in today's landscape where machine learning and AI are rapidly advancing. With this growth in services, there’s a strong need for well-designed, maintainable, and scalable APIs. That’s where FastAPI comes in, a powerful async web API framework for Python that's both simple and robust https://fastapi.tiangolo.com/. - Source: dev.to / about 2 months ago
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API, but with performance up to 40 times faster than Martini. If you need smashing performance, get yourself some Gin. - Source: dev.to / 11 days ago
At my company we use Go to build internal tools. Recently I worked in a REST API using gin-gonic, that required displaying a lot of data across many endpoints. - Source: dev.to / about 2 months ago
Let me be blunt: I dislike (hate?) Go for its error handling approach. However, with close to zero knowledge of the language, I was able to build a basic HTTP API that reads from the database in a couple of hours. I chose Gin Gonic for the web library and Gorm for the ORM. OpenTelemetry provides an integration with a couple of libraries, including Gin and Gorm. On the Dockerfile side, it's also pretty... - Source: dev.to / 8 months ago
Most golang backends I've seen meanwhile use or switched to using the "gin" framework to build their APIs. A lot of them also have conventions for the frontend, where the assets usually are stored in /public, so they can be go:embed later as an embed.FS instance into the binary. Having said that, there's plenty of examples on github. I'd recommend to take a look at bigger projects or templates and understand how... - Source: Hacker News / 12 months ago
Excellent Performance: Sponge is built on the gin framework, providing outstanding performance for web service development. - Source: dev.to / about 1 year ago
Django - The Web framework for perfectionists with deadlines
Buffalo Go Framework - A Go web development eco-system, designed to make your life easier.
Flask - a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
Beego - Beego Web is official blog and documentation website for beego app web framework
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
Go-Fiber - ⚡️ Express inspired web framework written in Go. Contribute to gofiber/fiber development by creating an account on GitHub.