The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
-
Updated
Nov 28, 2019 - JavaScript
Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
The https://www.freeCodeCamp.org open source codebase and curriculum. Learn to code for free together with millions of people.
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Promise based HTTP client for the browser and node.js
So our function arrayToHtmlList is in a pretty bad space and could use an update. We already had some discussion over at #675 but I wanted to move the update discussion over to an issue for more visibility.
Current problem:
It uses an awkward query selector instead of the `document.prototype.getElementBy
Fast, unopinionated, minimalist web framework for node.
The FreeCodeCamp.cn(FCC China) open source codebase and curriculum. Learn to code and help nonprofits.
:white_check_mark: The largest Node.js best practices list (November 2019)
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
👻 The #1 headless Node.js CMS for professional publishing
📜 33 concepts every JavaScript developer should know.
A boilerplate for Node.js web applications
A fast, simple & powerful blog framework, powered by Node.js.
🌟 JavaScript Style Guide, with linter & automatic code fixer
⚡️ Streaming torrent client for the web
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
Describe the bug
Dates in list view are shown without time. In my use case I have a content-type that has many entries that differ only in time.
I guess adding the time wouldn't hurt anybody. But making it adjustable would be the nicer way, of course.
I'm creating this as a bug report since I think it just was forgotten. E.g. in relational field selection you can see the whole date time.
☕️ simple, flexible, fun javascript test framework for node.js & the browser
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images. Uses the libvips library.
Currently when using the
--experimental-resolve-selfflag, with the following:{ "name": "test", "exports": "./test.js" }If including a
require('test')in thetest.jsfile and runningnode --experimental-resolve-self pkg/test.jsthis will throw an error.It works with "main" and exports subpaths though so may be a sugar-specific or main-specific error case fo