safeql
node-starter-kit
Our great sponsors
safeql | node-starter-kit | |
---|---|---|
4 | 13 | |
795 | 120 | |
1.9% | 0.0% | |
10.0 | 0.8 | |
3 days ago | over 1 year ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
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.
safeql
-
Write SQL Queries With Confidence (TypeScript + Postgres)
Be sure to follow this issue if you're interested - https://github.com/ts-safeql/safeql/issues/14
SafeQL is currently in its very early stages, but we can make it better with the community's help! If you have any ideas/improvements/bugs to share, be sure to file an issue in our GitHub repository.
node-starter-kit
- Good Examples of Testing in an Open Source Repo?
- Ask HN: Who wants to be hired? (June 2021)
-
Preparing a project, and a tehnologies stack
(1) React + API monorepo VS (2) React + API as separate repositories
Here is link number 1 - Previous text "API"
- Node or serverless for my app?
-
Minimal Node.js boilerplate with Prettier and ESlint
Example: github.com/kriasoft/node-starter-kit
-
Any Laravel Eloquent like ORM for node.js?
Nope. Just plain GraphQL.js + Knex.js (example), often typed manually since it's not where most of the time spend on when building an API server (though it can be automated via a scaffolding script if there are too many db tables). Generating TypeScript definitions off the actual db schema using knex-types (example).
-
What is new with node.js world?
Examples: - https://github.com/kriasoft/node-starter-kit - basic Node.js API starter kit - https://github.com/kriasoft/graphql-starter - monorepo template with GraphQL, React, Relay
-
Ask HN: Who wants to be hired? (May 2021)
I can help you developing a (GraphQL API) server for your web and/or mobile app as well as CI/CD workflows, optimized for serverless infrastructure in Google Cloud Platform. The initial version (first iteration) will be ready and live in under three days! Code examples:
-
NodeJs Best practices
You may want to browse through https://github.com/kriasoft/node-starter-kit to pick up some common patterns (e.g. transactional emails, OAuth 2.0 authentication, user sessions, views, db migrations, etc.).
What are some alternatives?
nestjs-bff - A full-stack TypeScript solution, and starter project. Includes an API, CLI, and example client webapp. Features include production grade logging, authorization, authentication, MongoDB migrations, and end-to-end testing.
express-typescript-boilerplate - A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
react-native-typescript-boilerplate - React Native Typescript starter kit / template (Redux Thunk + React Native Navigation v7)
cloudbeaver - Cloud Database Manager
three-typescript-starter - Three.js + Typescript + Webpack Boilerplate
tinyws - 🚡 tiny WebSocket middleware for Node.js
starter-reactjs-nestjs-mysql - Starter React.js NestJS MySQL with continuous integration and AWS deployment
react-starter-kit - The web's most popular Jamstack front-end template (boilerplate) for building web applications with React
knex-types - Generate TypeScript definitions (types) from a PostgreSQL database schema.
Mongo Seeding - 🌱 The ultimate solution for populating your MongoDB database.
Heimdall - Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy devices.
node-sql-template-strings - ES6 tagged template strings for prepared SQL statements 📋