No Gin Gonic videos yet. You could help us improve this page by suggesting one.
Based on our record, Gin Gonic seems to be a lot more popular than NHibernate. While we know about 87 links to Gin Gonic, we've tracked only 2 mentions of NHibernate. 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.
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 / 5 months 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 / 7 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 / about 1 year 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 / over 1 year ago
Excellent Performance: Sponge is built on the gin framework, providing outstanding performance for web service development. - Source: dev.to / over 1 year ago
Documentation: NHibernate Documentation. - Source: dev.to / 10 months ago
Traditionally, building business processes involves a highly database-centric approach. Development typically begins with a comprehensive database design, setting up schemas and tables before moving on to create classes and properties. These classes would then map to the database schema using Object-Relational Mappers (ORMs) like Entity Framework, NHibernate or Dapper. This method, while effective, often leads to... - Source: dev.to / about 1 year ago
Buffalo Go Framework - A Go web development eco-system, designed to make your life easier.
Mikro orm - TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
Beego - Beego Web is official blog and documentation website for beego app web framework
Hibernate - Hibernate an open source Java persistence framework project.
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.
Go-Fiber - ⚡️ Express inspired web framework written in Go. Contribute to gofiber/fiber development by creating an account on GitHub.