souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 35 / 83
ServiceWorker Cookbook https://serviceworke.rs/
12/11/2016 cluster icon
  • sw-precache : Service Worker Precache is a module for generating a service worker that precaches resources. The module can be used in JavaScript-based build scripts...
  • Workbox : JavaScript Libraries for adding offline support to web apps.
  • sw-toolbox : A collection of service worker tools for offlining runtime requests
  • JSON API : A specification for building APIs in JSON. Clients built around JSON API are able to take advantage of its features around efficiently caching respons...
  • I Love Typography : I Love Typography, devoted to fonts, typefaces and all things typographical.

The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web apps.

serviceworker reference offline webapp
php-pm https://github.com/php-pm/php-pm
12/11/2016 cluster icon
  • PHP Performance tool : PHP performance tool analyse your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interf...
  • wrk : wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design ...
  • RoadRunner : RoadRunner is an open source (MIT licensed), high-performance PSR-7 PHP application server, load balancer and process manager. It supports service mod...
  • Phantomas : PhantomJS-based web performance metrics collector and monitoring tool
  • Deployer : Deployer is a deployment tool written in PHP.
thumbnail

PPM is a process manager, supercharger and load balancer for PHP applications.
It's based on ReactPHP and works best with applications that use request-response frameworks like Symfony's HTTPKernel. The approach of this is to kill the expensive bootstrap of PHP (declaring symbols, loading/parsing files) and the bootstrap of feature-rich frameworks. See Performance section for a quick hint. PHP-PM basically spawns several PHP instances as worker bootstraping your application (eg. the whole Symfony Kernel) and hold it in the memory to be prepared for every incoming request: This is why PHP-PM makes your application so fast.

php performance tool loadbalancer subprocess
Auth0 https://auth0.com/
12/11/2016 cluster icon
  • Better Auth : Better Auth is a framework-agnostic authentication and authorization framework for TypeScript. It provides a comprehensive set of features out of the ...
  • ORY : ORY Hydra is the most popular OAuth 2.0 and OpenID Connect server. It integrates with every identity management and meets or exceeds security best pra...
  • Wit : Natural Language Interface for apps and devices. Build bots easily. You tell us what your user said, we tell you what your bot should do next. Your us...
  • API.AI : With API.AI, you can create conversational scenarios within minutes, then build advanced dialogues to manage the conversation flow with the user. Once...
  • Security Headers : I built securityheaders.io after deploying security headers like CSP and HSTS to my own site. I wanted a quick and easy way to check if other sites we...
thumbnail

Auth0 is a service that abstracts how users authenticate to applications.

You can connect any application (written in any language or on any stack) to Auth0 and define its Connection, the method used to authenticate the users of that application:

Custom credentials: username + passwords
Social network logins: Google, Facebook, Twitter, and any OAuth2, OAuth1 or OpenID Connect provider
Enterprise directories: LDAP, Google Apps, Office 365, ADFS, AD, SAML-P, WS-Federation, etc.
Passwordless systems: TouchID, one time codes on SMS, or email
authentication service sso oauth openid
Grafana https://grafana.com/
12/11/2016 cluster icon
  • Superset : Apache Superset is a modern data exploration and visualization platform
  • Monitoror : Monitoror is a wallboard monitoring app to monitor server status; monitor CI builds progress or even display critical values. Monitoror is a single fi...
  • Protovis : Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for vi...
  • LibreNMS : A fully featured network monitoring system that provides a wealth of features and device support.
  • JpGraph : JpGraph is an Object-Oriented Graph creating library for PHP >= 5.1 The library is completely written in PHP and ready to be used in any PHP scripts (...

Grafana provides a powerful and elegant way to create, explore, and share dashboards and data with your team and the world.

Grafana is most commonly used for visualizing time series data for Internet infrastructure and application analytics but many use it in other domains including industrial sensors, home automation, weather, and process control.

visualization dashboard graph analytics monitoring opensource
Wit https://wit.ai/
12/11/2016 cluster icon
  • API.AI : With API.AI, you can create conversational scenarios within minutes, then build advanced dialogues to manage the conversation flow with the user. Once...
  • Plasticity : Extract entities, relationships, and context from text using the Sapien Language Engine. This general natural language understanding API is used for t...
  • Novu : Novu provides a unified API that makes it simple to send notifications through multiple channels, including In-App, Push, Email, SMS, and Chat. With N...
  • Rasa : Open source machine learning tools for developers and product teams to expand bots beyond answering simple questions. Rasa Core's primary purpose is ...
  • StdLib : The Standard Library for Functions as a Service. Discover pre-built APIs, compose your own, build apps, and move your business faster than ever with n...

Natural Language Interface for apps and devices. Build bots easily. You tell us what your user said, we tell you what your bot should do next. Your users give us voice or text, you get back structured data. It's that simple.

nlp api bot service
Relay https://facebook.github.io/relay/
12/11/2016 cluster icon
  • Redux : Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (c...
  • Ink : Ink provides the same component-based UI building experience that React offers in the browser, but for command-line apps. It uses Yoga to build Flexbo...
  • GatsbyJS : Gatsby is a modern framework for blazing fast websites, made with React and GraphQL.
  • Styletron : Styletron is a universal CSS-in-JS engine built from the ground up for high-performance.
  • Jest : Jest is used by Facebook to test all JavaScript code including React applications. Complete and easy to set-up JavaScript testing solution. Works out ...
thumbnail

A JavaScript framework for building data-driven React applications.
Never again communicate with your data store using an imperative API. Simply declare your data requirements using GraphQL and let Relay figure out how and when to fetch your data.
Queries live next to the views that rely on them, so you can easily reason about your app. Relay aggregates queries into efficient network requests to fetch only what you need.
Relay lets you mutate data on the client and server using GraphQL mutations, and offers automatic data consistency, optimistic updates, and error handling.

graphql react javascript library
GoCD https://www.go.cd/
12/11/2016 cluster icon
  • Rancher : Rancher is open source software that makes it simple for organizations to deploy a private container service and deliver Docker orchestration to users...
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...
  • picfit : picfit is a reusable Go server to manipulate images (resize, thumbnail, etc.). It will act as a proxy on your storage engine and will be served ideall...
  • Skaffold : Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code l...
  • Sensu : Sensu is an infrastructure and application monitoring and telemetry solution. Sensu provides a framework for monitoring infrastructure, service & appl...

Open source continuous delivery server to model and visualize complex workflows with ease. Automate and streamline your build-test-release cycle for reliable, continuous delivery of your product.

continuousintegration continuousdelivery opensource server devops
Packer https://www.packer.io/
12/11/2016 cluster icon
  • Terraform by HashiCorp : HashiCorp Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs int...
  • Watchtower : A container-based solution for automating Docker container base image updates.
  • Kitematic : Run containers through a simple, yet powerful graphical user interface.
  • Tilt : Tilt makes it possible to develop all your microservices locally in Kubernetes while collaborating with your team. Write a Tiltfile script that descri...
  • Rancher : Rancher is open source software that makes it simple for organizations to deploy a private container service and deliver Docker orchestration to users...
thumbnail

Packer is a tool for creating machine and container images for multiple platforms from a single source configuration.

container vm automation tool devops docker
Ember.js http://emberjs.com/
12/11/2016 cluster icon
  • single-spa : A javascript metaframework Build micro frontends that coexist and can each be written with their own framework. This allows you to: Use multiple fram...
  • Tauri : Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that c...
  • Inertia.js : Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
  • Feathers : Feathers is a real-time, micro-service web framework for NodeJS that gives you control over your data via RESTful resources, sockets and flexible plug...
  • Next.js : A minimalistic framework for server-rendered React applications
thumbnail

Ember.js is an open-source JavaScript web framework, based on the Model–view–viewmodel (MVVM) pattern. It allows developers to create scalable single-page web applications by incorporating common idioms and best practices into the framework.

javascript framework singlepage
Phoenix http://www.phoenixframework.org/
12/11/2016 cluster icon
  • Cappuccino : Cappuccino is a framework which makes it easy to create advanced web apps. With just a few lines of code you can have an app built with full undo and ...
  • North : North is a set of standards and best practices for developing modern web based properties. Included are standards and best practices for all aspects o...
  • UIzard : Web Based Ajax Development Tool
  • CodeceptJS : CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). It abstracts browser interaction to simple steps that are wri...
  • AngularJS : Superheroic JavaScript MVC Framework

Phoenix is a web development framework written in Elixir which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python's Django.

Phoenix provides the best of both worlds - high developer productivity and high application performance. It also has some interesting new twists like channels for implementing realtime features and pre-compiled templates for blazing speed.

elixir mvc framework web development
Galen Framework http://galenframework.com/
12/11/2016 cluster icon
  • * { CSS:resetr } : To help you find the perfect CSS-reset styles, CSSresetr lets you try all the best CSS Resets on a variety of web pages – even your own.
  • BackstopJS : Breaking CSS is easy. Checking every responsive page element is hard. That’s why there's BackstopJS.
  • Sizzy : A tool for developing responsive websites crazy-fast. Open sourced : https://github.com/kitze/sizzy
  • ProCSSor : Advanced CSS Prettifier
  • Cypress : JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.

Automated testing of look and feel for your responsive websites.
Layout testing seemed always a complex task. Galen Framework offers a simple solution: test location of objects relatively to each other on page. Using a special syntax and comprehensive rules you can describe any layout you can imagine.

responsive css test tool
fastlane https://fastlane.tools/
12/11/2016 cluster icon
  • PWABuilder : PWABuilder enables developers to quickly and easily to generate store uploadable packages for the Microsoft, Google Play, and iOS App stores.
  • React Native : React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative...
  • Bitrise - Mobile Continuous Integration and Delivery : Mobile Continuous Integration and Delivery (CI/CD) Platform as a Service (PaaS). It is a collection of tools and services to help you with the develop...
  • Sonar : Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar...
  • Appium : Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS and Android apps using the WebDriver...

fastlane is the tool to release your iOS and Android app.
It handles all tedious tasks, like generating screenshots, dealing with code signing, and releasing your application.

android ios mobile application automation tool
tmate https://tmate.io/
12/11/2016 cluster icon
  • Mosh : Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keys...
  • WTF : WTF is a personal information dashboard for your terminal, developed for those who spend most of their day in the command line. It allows you to monit...
  • ascii.io : ASCII.IO is the simplest way to record your terminal and share the recordings with your fellow geeks. Simply record and upload your terminal session w...
  • Seashells : Seashells lets you pipe output from command-line programs to the web in real-time, even without installing any new software on your machine. You can u...
  • mob : Smooth git handover for remote pair/mob programming. mob is an open source command line tool written in go mob is the fastest way to hand over code vi...

Tmate is a fork of tmux. It provides an instant pairing / sharing solution for the terminal.

terminal cli realtime sharing remote
React Native https://facebook.github.io/react-native/
12/11/2016 cluster icon
  • Flutter : Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing cod...
  • Expo : Expo is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms ...
  • PWABuilder : PWABuilder enables developers to quickly and easily to generate store uploadable packages for the Microsoft, Google Play, and iOS App stores.
  • Vue Native : Vue Native is a framework to build cross platform native mobile apps using JavaScript
  • fastlane : fastlane is the tool to release your iOS and Android app. It handles all tedious tasks, like generating screenshots, dealing with code signing, and re...
thumbnail

React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components.

javascript android ios mobile application react framework
Enzyme http://airbnb.io/enzyme/
12/11/2016 cluster icon
  • Jest : Jest is used by Facebook to test all JavaScript code including React applications. Complete and easy to set-up JavaScript testing solution. Works out ...
  • SlimerJS : A scriptable browser for Web developers
  • JavaScript Code Style checker : jscs is a code style checker. jscs can check cases, which are not implemented in jshint, but it does not duplicate jshint functionality, so you should...
  • React Native : React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative...
  • Zombie.js : Zombie.js is a lightweight framework for testing client-side JavaScript code in a simulated environment. No browser required.

Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.

javascript react test
Next.js https://github.com/zeit/next.js
03/11/2016 cluster icon
  • React Native : React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative...
  • Expo : Expo is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms ...
  • Svelte : Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the brows...
  • GatsbyJS : Gatsby is a modern framework for blazing fast websites, made with React and GraphQL.
  • Relay : A JavaScript framework for building data-driven React applications. Never again communicate with your data store using an imperative API. Simply decla...
thumbnail

A minimalistic framework for server-rendered React applications

javascript react webapp framework
flv.js https://github.com/Bilibili/flv.js
03/11/2016 cluster icon
  • Flowplayer : Flowplayer is a beautiful and minimalistic, yet full-featured HTML5 video player that lets your video be the star of the show. Supports all devices.
  • LeanBack Player : LeanBack Player is a Javascript based HTML5 Video and Audio Media Player UI that uses build-in HTML5 and element functionality of standard browsers,...
  • Shumway : Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assista...
  • MediaElement.js : HTML5 and made easy. One file. Any browser. Same UI.
  • Plyr : A simple, accessible HTML5 media player
thumbnail

An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash. LONG LIVE FLV!

html5 flash video player
Phan https://github.com/etsy/phan
31/10/2016 cluster icon
  • PHP Insights : PHP Insights was carefully crafted to simplify the analysis of your code directly from your terminal, and is the perfect starting point to analyze the...
  • GrumPHP : Sick and tired of defending code quality over and over again? GrumPHP will do it for you! This composer plugin will register some git hooks in your pa...
  • PhpMetrics : PhpMetrics provides various metrics about PHP projects. PhpMetrics is designed to be understable and easy to use. Thanks to d3js, it will scores your ...
  • Psalm : Psalm is a static analysis tool for finding errors in PHP applications.
  • PHP_CodeSniffer : PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
thumbnail

Phan is a static analyzer that looks for common issues and will verify type compatibility on various operations when type information is available or can be deduced. Phan does not make any serious attempt to understand flow control and narrow types based on conditionals.

php staticanalysis quality tool
GrumPHP https://github.com/phpro/grumphp
31/10/2016 cluster icon
  • Phan : Phan is a static analyzer that looks for common issues and will verify type compatibility on various operations when type information is available or ...
  • PHP Insights : PHP Insights was carefully crafted to simplify the analysis of your code directly from your terminal, and is the perfect starting point to analyze the...
  • TruffleHog : TruffleHog is an open-source SAST (static application security testing) tool for detecting secrets in various sources. While GitHub and GitLab reposit...
  • Psalm : Psalm is a static analysis tool for finding errors in PHP applications.
  • JSLint : The JavaScript Code Quality Tool
thumbnail

Sick and tired of defending code quality over and over again? GrumPHP will do it for you! This composer plugin will register some git hooks in your package repository. When somebody commits changes, GrumPHP will run some tests on the committed code. If the tests fail, you won't be able to commit your changes. This handy tool will not only improve your codebase, it will also teach your co-workers to write better code following the best practices you've determined as a team.

GrumPHP has a set of common tasks built-in. You will be able to use GrumPHP with a minimum of configuration.

php staticanalysis quality test tool
Sensei https://www.senseitool.com/
31/10/2016 cluster icon
  • Retromat : Planning your next agile retrospective? Start with a random plan, change it to fit the team's situation, print it and share the URL. Or browse around ...
  • Fun Retro : Easy to use and beautiful restrospective board.
  • RemoteRetro : A real-time application for conducting Agile retrospectives with distributed teams.
  • iceScrum : Free and OpenSource platform for your agile developments
  • stup : A CLI tool to easily save, access and organize daily notes, especially for daily standup meeting.

Fun, effective retrospectives for distributed agile teams.

Encourage collaboration from every team member and follow up on every action. Sensei's simple retrospective flow and progress tracker guides teams toward a state of continuous improvement.

agile scrum retrospective tool
page 35 / 83
1649 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn