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 27 / 82
Kubernetes Best Practices https://medium.com/@sachin.arote1/kubernetes-best-practices-9b1435a4cb53
17/12/2017 cluster icon
  • Telepresence : Telepresence, in conjunction with a containerized development environment, gives the developer a fast development workflow in developing a multi-conta...
  • Tilt : Tilt makes it possible to develop all your microservices locally in Kubernetes while collaborating with your team. Write a Tiltfile script that descri...
  • Kitematic : Run containers through a simple, yet powerful graphical user interface.
  • Jenkins X : Jenkins X is a CI / CD platform for Kubernetes.
  • container-diff : container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including: ...

Best Practices for kubernetes

docker container kubernetes reference
Ampache http://ampache.org/
17/12/2017 cluster icon
  • Samplebrain : A custom sample mashing app designed by Aphex Twin. Samplebrain chops samples up into a 'brain' of interconnected small sections called blocks which a...
  • Beehive : Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. It is m...
  • Sonerezh : A self-hosted, web-based application for stream your music, everywhere.
  • Keycloak : Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
  • Feedbin : Feedbin is an open source web based RSS reader. It provides a user interface for reading and managing feeds as well as a REST-like API for clients to ...
thumbnail

Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.

Ampache's usefulness is heavily dependent on being able to extract correct metadata from embedded tags in your files and/or the file name. Ampache is not a media organiser; it is meant to be a tool which presents an already organised collection in a useful way. It assumes that you know best how to manage your files and are capable of choosing a suitable method for doing so.

music selfhosted streaming software
📦 Parcel https://parceljs.org/
08/12/2017 cluster icon
  • Prettier : Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the max...
  • Babel : Babel will turn your ES6+ code into ES5 friendly code, so you can start using it right now without waiting for browser support.
  • Prepack : Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack rep...
  • Compass : Compass is an open-source CSS Authoring Framework.
  • Shariff : Shariff enables website users to share their favorite content without compromising their privacy.
thumbnail

Blazing fast, zero configuration web application bundler

javascript css transpiler compiler tool
Gixy https://github.com/yandex/gixy
06/12/2017 cluster icon
  • WebScarab : WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.
  • Kali Linux : Penetration Testing Linux OS containing tools to test the security of system or a network.
  • Observatory : Observatory by Mozilla is a project designed to help developers, system administrators, and security professionals configure their sites safely and se...
  • Syncthing : Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying...
  • BounCA : BounCA is a tool to manage your personal SSL certificates and authorities in a central and easy to use interfaces. It provides an easy accessible web ...
thumbnail

Gixy is a tool to analyze Nginx configuration. The main goal of Gixy is to prevent security misconfiguration and automate flaw detection.

nginx security configuration tool
single-spa https://github.com/CanopyTax/single-spa
06/12/2017 cluster icon
  • 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...
  • choo : A 4kb framework for creating sturdy frontend applications
  • Ember.js : Ember.js is an open-source JavaScript web framework, based on the Model–view–viewmodel (MVVM) pattern. It allows developers to create scalable single-...
  • Tauri : Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that...
  • Inertia.js : Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
thumbnail

A javascript metaframework

Build micro frontends that coexist and can each be written with their own framework. This allows you to:

  • Use multiple frameworks on the same page without refreshing the page (React, AngularJS, Angular, Ember, or whatever you're using)
  • Write code using a new framework, without rewriting your existing app
  • Lazy load code for improved initial load time.
  • Hot reload entire chunks of your overall application (instead of individual files)
javascript singlepage frontend framework
Neutrino https://neutrino.js.org/
06/12/2017 cluster icon
  • gulp.js : The streaming build system.
  • Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev se...
  • pkg : This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed.
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...
  • Snowpack : Snowpack is a better build tool for modern web apps. Snowpack leverages ESM imports in your application to remove all unnecessary bundling work from y...

Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process of initializing and building projects much simpler by providing minimal development dependencies.

webpack javascript nodejs configuration tool development build
Istio https://istio.io/
03/12/2017 cluster icon
  • Envoy Proxy : Envoy is an L7 proxy and communication bus designed for large modern service oriented architectures.
  • PeerTube : PeerTube is a free, decentralized, federated video platform powered by ActivityPub and WebTorrent, that uses peer-to-peer technology to reduce load on...
  • Pleroma : Pleroma is a federated social networking platform, compatible with GNU social and other OStatus implementations. It is free software licensed under th...
  • Katacoda : Learn new technologies right in your browser : Interactive Technical Learning Platform for Software Engineers. Over 100 interactive scenarios helping ...
  • Pact : Fast, easy and reliable testing for integrating web apps, APIs and microservices. Pact is a code-first tool for testing HTTP and message integrations ...

Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. Istio supports managing traffic flows between microservices, enforcing access policies, and aggregating telemetry data, all without requiring changes to the microservice code.

microservice platform architecture
Serverspec http://serverspec.org/
03/12/2017 cluster icon
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
  • Sagui : Modern front-end development made easy. Sagui is all about good defaults. It is the single development dependency you need to worry about, taking care...
  • GoReplay : GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with r...
  • Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
  • JSLint : The JavaScript Code Quality Tool

With Serverspec, you can write RSpec tests for checking your servers are configured correctly.

Serverspec tests your servers’ actual state by executing command locally, via SSH, via WinRM, via Docker API and so on.

server test tool
BlackBox https://github.com/StackExchange/blackbox
03/12/2017 cluster icon
  • ZeroDB : ZeroDB enables clients to run queries over encrypted databases without exposing decrypted data to the server and without a proxy gateway.
  • CryptPad : CryptPad is the Zero Knowledge realtime collaborative editor. Encryption carried out in your web browser protects the data from the server, the cloud ...
  • Ockam : Ockam is a suite of open source tools, programming libraries, and managed cloud services to orchestrate end-to-end encryption, mutual authentication, ...
  • SecTools.Org : Top Network Security Tools
  • mitmproxy : mitmproxy is your swiss-army knife for debugging, testing, privacy measurements, and penetration testing. It can be used to intercept, inspect, modify...
thumbnail

Safely store secrets in a VCS repo (i.e. Git, Mercurial, Subversion or Perforce).

security encryption secrets git
Netlify https://www.netlify.com/
03/12/2017 cluster icon
  • Surge : Simple, single-command web publishing. Publish HTML, CSS, and JS for free, without leaving the command line.
  • PeerTube : PeerTube is a free, decentralized, federated video platform powered by ActivityPub and WebTorrent, that uses peer-to-peer technology to reduce load on...
  • Fly : Fly is a platform for applications that need to run globally. It runs your code close to users and scales compute in cities where your app is busiest.
  • Vercel : Vercel is a cloud platform for static sites and Serverless Functions that fits perfectly with your workflow. It enables developers to host Jamstack we...
  • Browser Calories : The easiest way to measure your performance budget.
thumbnail

Netlify is a unified platform that automates your code to create high-performant, easily maintainable sites and web apps.

frontend hosting platform
Flow https://flow.org/
03/12/2017 cluster icon
  • 📦 Parcel : Blazing fast, zero configuration web application bundler
  • /packer/ : A JavaScript Compressor.
  • fuelux : Extends Twitter Bootstrap with additional lightweight JavaScript controls. Easy to install, customize, update, and optimize. All functionality covered...
  • Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev se...
  • Snowpack : Snowpack is a better build tool for modern web apps. Snowpack leverages ESM imports in your application to remove all unnecessary bundling work from y...
thumbnail

Adds static typing to JavaScript to improve developer productivity and code quality.

javascript type tool
Cypress https://www.cypress.io/
03/12/2017 cluster icon
  • Nx : Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and...
  • SlimerJS : A scriptable browser for Web developers
  • JSLint : The JavaScript Code Quality Tool
  • Browserling : Live interactive cross-browser testing
  • PhantomJS : PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas...
thumbnail

JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.

javascript integrationtest test tool browser
gopass https://www.justwatch.com/gopass/
03/12/2017 cluster icon
  • present : A terminal-based presentation tool with colors and effects. You can also play a codio (pre-recorded code block) on a slide.
  • gopass : gopass is a simple but powerful CLI password manager for your terminal with teams in mind.
  • LessPass : Stateless Password Manager : Stop wasting your time synchronizing your encrypted vault. Remember one master password to access your passwords, anywher...
  • pass : pass is a very simple password store that keeps passwords inside gpg2 encrypted files inside a simple directory tree residing at ~/.password-store. Th...
  • BugMeNot : BugMeNot: find and share logins Enter a website below to see if the bugmenot community has shared any logins for it...

gopass is a simple but powerful password manager for your terminal.

terminal password tool
emotion https://emotion.sh/
03/12/2017 cluster icon
  • jQuery Masonry : A dynamic layout plugin for jQuery The flip-side of CSS floats
  • Respond : Activates media queries in IE6-8
  • Photon : UI toolkit for building desktop apps with Electron.
  • Styletron : Styletron is a universal CSS-in-JS engine built from the ground up for high-performance.
  • Anime.js : Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM ...

emotion is a high performance, lightweight css-in-js library that supports both string and object based styles.

css javascript library
Browsershot https://github.com/spatie/browsershot
01/12/2017 cluster icon
  • churn-php : churn-php is a package that helps you identify php files in your project that could be good candidates for refactoring.
  • HTML2PDF : HTML2PDF is a HTML to PDF converter written in PHP. It allows the conversion of valid HTML 4.01 in PDF format, and is distributed under OSL.
  • atoum : A simple, modern and intuitive unit testing framework for PHP!
  • Rocketeer : The fast deployer for modern applications
  • WWW SQL Designer : WWW SQL Designer allows users to create database designs, which can be saved/loaded and exported to SQL scripts. Various databases and languages are s...
thumbnail

This PHP package can convert a webpage to an image or pdf. The conversion is done behind the scenes by Puppeteer which controls a headless version of Google Chrome.

php tool screenshot pdf
Kraken Framework http://kraken-php.com/
23/11/2017 cluster icon
  • amphp : Amp is a non-blocking concurrency framework for PHP providing primitives to manage concurrency such as an event loop, promises, and asynchronous itera...
  • Scaffold : Extend, combine and compress CSS
  • Clearbricks : No, Clearbricks is not yet another framework. Clearbricks is not cool at all and does not even have a nice website. It won't make you smart neither ha...
  • Jaeger : Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as open source by Uber Technologies. It is used for monitoring and...
  • OpenZipkin : Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages ...

Kraken is the first and only multi-processed, multi-threaded, fault-tolerant framework for PHP. It has been written to provide easy and reliable API for creating distributed applications using PHP.

php framework distributed microservice asynchronous
awesome-microservices https://github.com/mfornos/awesome-microservices
23/11/2017 cluster icon
  • The Leadership Library for Engineers : Helping engineering leaders level up by curating the best resources on engineering leadership.
  • awesome-humane-tech : Tech and social media is having a big impact on our society. While many innovative technology inventions are improving our lives, there is increasing ...
  • All things livecoding : A curated list of live coding languages and tools
  • awesome-selfhosted : This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and m...
  • engineering-management : A collection of inspiring resources related to engineering management and tech leadership
thumbnail

A curated list of Microservice Architecture related principles and technologies.

microservice reference awesome
Scrollama https://github.com/russellgoldenberg/scrollama
22/11/2017 cluster icon
  • JSDB.io : JSDB is a collection of the best javascript libraries
  • xui.js : A super micro tiny DOM library for authoring HTML5 mobile web applications.
  • impress.js : It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com
  • SPF : A lightweight JS framework for fast navigation and page updates from YouTube
  • PeerJS : Peer-to-peer data in the web browser. PeerJS completes WebRTC as an API abstraction, connection broker, and binary serialization format
thumbnail

Scrollama is a modern & lightweight JavaScript library for scrollytelling using IntersectionObserver in favor of scroll events. The goal of this library is to provide a simple interface for creating scroll-driven interactives

javascript scroll interface library
Envoy Proxy https://www.envoyproxy.io/
21/11/2017 cluster icon
  • Backstage : Backstage is an open platform for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservice...
  • Otoroshi : Otoroshi is a modern http reverse proxy with a thin layer of api management written in Scala and developped by the MAIF OSS team. Otoroshi is designed...
  • Temporal : Temporal is a microservice orchestration platform which enables developers to build scalable applications without sacrificing productivity or reliabil...
  • Scrapoxy : Scrapoxy hides your webscraper behind a cloud. It starts a pool of proxies to relay your requests. Now, you can crawl without thinking about blacklist...
  • 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...

Envoy is an L7 proxy and communication bus designed for large modern service oriented architectures.

opensource proxy microservice architecture
imgproxy https://github.com/imgproxy/imgproxy
21/11/2017 cluster icon
  • 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...
  • thumbor : thumbor is a smart imaging service and enables on-demand cropping, resizing, applying filters and optimizing images. Cropping photos automatically can...
  • Caire : Caire is a content aware image resize library
  • Riot : Riot allows teams to communicate across a wide range of collaboration apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot ...
  • Ossia : A free, open-source, cross-platform intermedia sequencer for precise and flexible scripting of interactive scenarios. Control and score any OSC-compli...
thumbnail

imgproxy is a fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security.

image converter opensource server resize
page 27 / 82
1639 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn