Categories |
|
---|---|
Website | nestjs.com |
Details $ |
Categories |
|
---|---|
Website | laravel.com |
Details $ |
Laravel might be a bit more popular than Nest.js. We know about 190 links to it since March 2021 and only 177 links to Nest.js. 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.
In my usual NodeJS tech stack, which includes GraphQL, NestJS, SQL (predominantly PostgreSQL with MikroORM), I encountered these limitations. To overcome them, I've developed a new stack utilizing Rust, which still offers some ease of development:. - Source: dev.to / 5 months ago
The purpose of this article is to provide a step-by-step guide for implementing authentication system in a NestJS project using the Passport middleware module. - Source: dev.to / about 1 month ago
Colocating frontend and backend code within the same monorepo has become a popular practice. It greatly facilitates cross-functional teams and helps ensure end-to-end type safety. Although you can use other backend stacks with Nx, Node is a popular backend companion for JS based frontends. We had support for Express and NestJS backend for a while. - Source: dev.to / 2 months ago
That's exactly where I am. My manager gave me these links, that cover a lot of those words the backend uses, so I can identify what they mean and how to use them. 1. For inspiration and concepts: https://github.com/Sairyss/domain-driven-hexagon 2. Suggested to read the documentation for nest.js. They apply such concepts I don't understand: https://nestjs.com/. Source: 3 months ago
NestJS is a progressive framework for NodeJS for building server-side applications with JavaScript and TypeScript. NestJS follows a modular architecture enabling developers to create complex applications by organizing components into separate, independent modules, ensuring maintainability and reusability across various parts of the application. - Source: dev.to / 4 months ago
In this tutorial, we will learn how to create a GraphQL API with Laravel, a popular PHP web framework. We will be creating a simple student model, seeding the database with dummy data, setting up a database connection, and creating a GraphQL server by defining our API's schema, queries, and mutations. We’ll also learn how to make requests to our API (test our endpoints) using a tool like Insomnia or Postman. By... - Source: dev.to / 13 days ago
Laravel is an open-source PHP framework on GitHub with 75.7k stars and 24.2k forks used for building web applications. It was first released in 2011 and follows the Model-View-Controller (MVC) architecture. It comes with an expressive and elegant syntax. It is fine-tuned for building professional web applications and ready to handle enterprise workloads. It achieves this by integrating the best packages from the... - Source: dev.to / 15 days ago
For this project, we will use Laravel, one of the biggest, most popular and most complete frameworks for PHP, along with Livewire, which will help us make our notifications real-time and reactive. Let's create a project from scratch and implement authentication and notification features for users tagged in posts. - Source: dev.to / 2 months ago
Hmm what about laravel? Https://laravel.com Thats the first framework I could learnt from the original documentation 😁. Source: 3 months ago
Learning one, or more, frameworks is a good way to get hired in the future. If you know, and like, PHP you could give Laravel a try. It's a complete backend framework (can also be used for frontend). And then learn a frontend framework as well. I guess React is the more popular choice, but if you try Laravel, then they recommend and pair well with Vue. Source: 3 months ago
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
Django - The Web framework for perfectionists with deadlines
Sails.js - Realtime MVC Framework for Node.js
CodeIgniter - A Fully Baked PHP Framework
Adonis JS - AdonisJs is a Node.js web framework with breath of fresh air and drizzle of elegant syntax on top of it
Ruby on Rails - Ruby on Rails is an open source full-stack web application framework for the Ruby programming...