awesome-backend VS practica

Compare awesome-backend vs practica and see what are their differences.

awesome-backend

🚀 A curated and opinionated list of resources (English & Russian) for Backend developers | Структурированный список ресурсов для изучения Backend разработки (by zhashkevych)

practica

Node.js solution starter boilerplate that is production-ready, packed with ✅ best practices and built with simplicity in mind (by practicajs)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
awesome-backend practica
2 5
1,753 1,333
- 1.5%
0.0 6.0
over 1 year ago 17 days ago
TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-backend

Posts with mentions or reviews of awesome-backend. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.

practica

Posts with mentions or reviews of practica. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • 10 GitHub Repos to Become a Better Backend Developer
    14 projects | dev.to | 9 Dec 2023
    🔖 Curious to see examples? We have a starter: Visit Practica.js, our application example and boilerplate (beta) to see some practices in action
  • Transitioning from SpringBoot to node and not sure where to learn
    4 projects | /r/node | 31 Mar 2023
    Good practices to me means being disciplined with good coding standards regardless of framework you'd work in. I've seen terrible codes in Spring, .NET just as I would see in any node.js project. Does framework like Spring enforce structure that your team could possibly have some guidelines to follow? Sure it does. Does spring make your team stick with best practices? I don't know about that. For example, using interface for places where you need (or at least java bean managed modules) is key to achieving good modularization in Spring, it's the same in Javascript. However, due to the nature of its language features, fewer places require using actual interface in Javascript. The underlying principles are not much different, it's just different ways of achieving the goal. That said, shooting yourself in the foot in express will give you much deeper learning experience than using something like nest to make you feel comfortable. At one point, I am sure you'd get hang of good and bad of Javascript. Meanwhile, you could use something like https://practica.dev/ as a reference to explore some of good/bad practices and build upon it.
  • 3 layer architecture nodejs examples in the wild? (repos/open source?)
    2 projects | /r/learnprogramming | 13 Dec 2022
    I found an interesting repo that seems to answer my questions and more. If a future developer stumbles across this thread, check it out here: https://github.com/practicajs/practica
  • Why would one keep controller small?
    1 project | /r/node | 7 Sep 2022
    If you don't mind, take a look at following example: https://github.com/practicajs/practica/tree/main/src/code-templates/services/order-service/entry-points/api
  • Node Masterpieces
    1 project | /r/node | 16 Aug 2022
    Have a look at practica.js

What are some alternatives?

When comparing awesome-backend and practica you can also consider the following projects:

web-development-resources - Awesome Web Development Resources.

bulletproof-nodejs - Implementation of a bulletproof node.js API 🛡️

developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.

startify - Deployable monorepo boilerplate powered by fastify (node.js) and React. Ideal for rapid prototyping and going to production as fast as possible.

WebXR-games - Curated list of cool WebXR Games & Experiences

node-starter-kit - Node.js / GraphQL project template pre-configured with TypeScript, PostgreSQL, login flow, transactional emails, unit tests, CI/CD workflow.

frontend-dev-bookmarks - Manually curated collection of resources for frontend web developers.

fastify-jumpstart - Template for a database agnostic fastify typescript web API including local JWT auth, OAS3, and testing.

demo - This is an open source implementation of the Github Copilot AI Model based on reverse engineering of the VSCode and IDEA plugins.

graphql-starter-kit - 💥 Yarn v2 based monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI. [Moved to: https://github.com/kriasoft/graphql-starter]

useful-guides - A set of useful guides about general computing and physics teaching I wrote for beginners.

fastify-typescript-generator - generates new fastify applications in everyone's favourite language typescript with various options to choose from based on your project needs