- www.webstream.dev
- roadmap.webstream.dev
- other.webstream.dev
- other.webstream.dev
- modules.webstream.dev
About Webstream ✍
- Website about Webstreaming on github - web-stream/www
Static site generators
We love static sites and have plugins are secure, simple and reliable. They withstand high traffic and require little upkeep.
Static site generators - Contentful
This tutorial shows you how to setup and automatically deploy static sites using Jekyll or Middleman with CircleCI.
While the below tools are not officially supported by our static site CMS, they can help extend the functionality of Contentful
website ASCIIFlow github lewish/asciiflow: ASCIIFlow
Here’s an example static site using Amazon web services (AWS) Lambda.
Gatsby is a static site generator based on React. Gatsby and Contentful work together well—you can install the Gatsby app, which lets you see updates. Gatsby also has a package that enables Contentful to be a data source for a Gatsby project.
Node.js streams 101 - slides.com/michalczukm/nodejs-streams-101#/9/1
caolan/highland: High-level streams library for Node.js and the browser
With Highland, we really can have one language to work with both synchronous and asynchronous data, whether it's from a Node Stream, an EventEmitter, a callback or an Array. You can even wrap ES6 or jQuery promises:
var foo = _($.getJSON('/api/foo'));
Piping in data from Node Streams
function isBlogPost(doc) {
return doc.type === 'blogpost';
}
var output = fs.createWriteStream('output');
var docs = new db.createReadStream();
// Wrap a node stream and pipe to file
_(docs).filter(isBlogpost).pipe(output);
// or, pipe in a node stream directly:
// useful if you need a TransformStream-like object for external APIs.
var transformStream = _.pipeline(_.filter(isBlogpost));
docs.pipe(transformStream).pipe(output);
Jekyll is a Ruby based static site generator. It’s simple and blog-aware, a great option for small projects and personal sites. This plugin pulls content from Contentful.
Metalsmith is a JavaScript based static-site generator, and this plugin fetches and renders data from Contentful.
The static site generator Middleman is a command-line tool that uses Ruby and Ruby Gems. It’s one of the most-used static tools for large companies. This plugin will help you manage your Contentful content
Modelling platform that improves velocity of your dev-team by 80% Modelling platform that improves velocity of your dev-team by 80%
1
Visual Collaboration Realtime collaboration experience for EventStorming and EventModeling Visual Collaboration - Realtime board collaboration experience. - Event Modeling and Event Storming support : Building blocks: Commands, Events, Views, UI, Processors and Policies, Business Rules, Users, Aggregates and more.... - Schema register: Supports input for test example data and schema types. - Swim lanes
2
3
4
IDE assist & CI/CD integration - Significantly improve code-writing experience to your team: Let your team automatically apply theirs conventions with IDE assist based on specs. - Generate BDD scenarios or contracts from CLI.
Forge to FaaS od Atlassiana do tworzenia rozszerzeń do Jiry czy Confluence. Spoiler alert - kod JavaScript który jest tam uruchamiany również działa w sandbox'ie. Pzyjrzymy się na przykładzie Forge'a jak możemy stworzyć bezpieczny sandbox w V8.
Build your app with web components!
Web components have matured significantly over the last several year and are definitely ready for prime time.
Writing a full blown web application with web components is now a wonderful experience.
- CSS style isolation out of the box with Shadow DOM
- Component based architecture
- Supports ESM
- Bundled (if you want)
- Minified (if you want)
- Documentation - Best on the web!
- Supported by all major browsers (And IE11 with some polyfills)
- Data binding - a little help from lit-html will go a long way!
Roots is a JavaScript based static site generator. It doesn’t have an extensive ecosystem, but it’s great if you’re using Node.js-based front-end tools. This plugin helps you manage content from Contentful.
Textalk is a simple static site generator, a command-line interface (CLI) tool to generate a site from templates and data in a Contentful space.
website Textik - ASCII diagrams editor github flatedit/tixi: Ascii charts editor
Devops supported by Api Foundation
- .apicra - bash scripts to prepare environment
- .apifunc - funkcje, implementacja apiunit
- .apiunit - metadane potrzebne do stworzenia aplikacji
- .apibuild - budowanie plaikacji, deployment
- .apiterminal - devops terminal by web
- Contact on linkedin
- Tom Sapletta Blog - Embedded System Software & Hardware Developer
- Softreck Company - Leadership Through Software Development
https://github.com/web-stream/other.git