Knex.js is a "batteries included" SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use.
Objection.js is an ORM for Node.js that aims to stay out of your way and make it as easy as possible to use the full power of SQL and the underlying database engine while still making the common stuff easy and enjoyable.
Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.
A list of Themes and Starters for JAMstack sites.
In yet another recent project, I’m building a book proposal submission platform with a Vuejs frontend and a Kirby CMS backend. Kirby supports the use of HTTP Basic Autentication to make interacting with it via a custom web client (e.g. Vuejs) nice and easy. In my case, I need to interact with Kirby securely to tell it to create a new page (a new “Book”) without requiring a user to create an account or login. Post written by Morgan Brown .
Jamdocs - the ultimate static generated documentation theme for the JAM-stack.
Jigsaw is a framework for rapidly building static sites using the same modern tooling that powers your web applications.
GitFiend is a Git and cross platform client designed for humans. It gives you the power of Git without the panicked Stack Overflow searches. It's quick, uncluttered and intuitive, while still being packed with the features you need.
Thermal is open-source desktop application allows you to manage your Git repositories at one place by providing a simple to use graphic interface with built-in features like commits, history, repository settings and more.
JAMstack is revolutionising the way we think about workflow by providing a simpler developer experience, better performance, lower cost and greater scalability. This simple guide will help you understand why it exists and how to get started.
Showdown is a Javascript Markdown to HTML bidirectional converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with nodejs).
If you use Git and you need to upload your files to an FTP server, Git-ftp can save you some time and bandwidth by uploading only those files that changed since the last upload. It keeps track of the uploaded files by storing the commit id in a log file on the server. It uses Git to determine which local files have changed. You can easily deploy another branch or go back in the Git history to upload an older version.
This is a funny way to learn Regex. With Regex Crossword, welcome to the fantastic world of nerdy regex fun! Start playing by selecting one of the puzzle challenges below. There are a wide range of difficulties from beginner to expert.
Appwrite cuts up to 70 percent of the time and costs required for building a modern application. We abstract and simplify common development tasks behind REST APIs, to help you develop your app in a fast and secure way.
Automerge is a JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. It is a library of data structures for building collaborative applications in JavaScript.
This is not a library, this is the codebase that runs Dev-io We are very excited about the possibility that, with your contributions, this platform can eventually be re-purposed for communities and ecosystems outside of our scope. Post written by Ben Halpern, founder of Dev-io