Archives (2008 - 2023)

Archives (2008 - 2023)

1501 bookmarks
Newest
apex/apex - Go
apex/apex - Go

"Supports languages Lambda does not natively support via shim, such as Go Binary install (useful for continuous deployment in CI etc) Project level function and resource management Configuration inheritance and overrides Command-line function invocation with JSON streams Transparently generates a zip for your deploy Function rollback support Tail function CloudWatchLogs Concurrency for quick deploys Dry-run to preview changes"

apex/apex - Go
Yelp/dumb-init
Yelp/dumb-init

"dumb-init is a simple process supervisor and init system designed to run as PID 1 inside minimal container environments (such as Docker). It is a deployed as a small, statically-linked binary written in C.

Lightweight containers have popularized the idea of running a single process or service without normal init systems like systemd or sysvinit. However, omitting an init system often leads to incorrect handling of processes and signals, and can result in problems such as containers which can't be gracefully stopped, or leaking containers which should have been destroyed.

dumb-init enables you to simply prefix your command with dumb-init. It acts as PID 1 and immediately spawns your command as a child process, taking care to properly handle and forward signals as they are received."

Yelp/dumb-init
Sam Newman - Backends For Frontends
Sam Newman - Backends For Frontends
"Backends For Frontends solve a pressing concern for mobile development when using microservices. In addition they provide a compelling alternative to the general-purpose API backend, and many teams make use of them for purposes other than just mobile development. The simple act of limiting the number of consumers they support makes them much easier to work with and change, and helps teams developing customer-facing applications retain more autonomy."
Sam Newman - Backends For Frontends
BBC-News/wraith
BBC-News/wraith
"Wraith uses a headless browser to create screenshots of webpages on different environments (or at different moments in time) and then creates a diff of the two images; the affected areas are highlighted in blue."
BBC-News/wraith
Request Map Generator
Request Map Generator
"Submit a URL to generate a node map of all of the requests on the page. Rapidly identify what third-parties are on your site, where your transmitted bytes are coming from and how slow your domains are!"
Request Map Generator
Browsersync - Time-saving synchronised browser testing
Browsersync - Time-saving synchronised browser testing
"With each web page, device and browser, testing time grows exponentially. From live reloads to URL pushing, form replication to click mirroring, Browsersync cuts out repetitive manual tasks. It’s like an extra pair of hands.Customise an array of sync settings from the UI or command line to create a personalised test environment. Need more control? Browsersync is easily integrated with your web platform, build tools and other Node.js projects."
Browsersync - Time-saving synchronised browser testing
shipitjs/shipit
shipitjs/shipit

"Shipit is an automation engine and a deployment tool written for node / iojs.

Shipit was built to be a Capistrano alternative for people who don't know ruby, or who experienced some issues with it. If you want to write tasks in JavaScript and enjoy the node ecosystem, Shipit is also for you.

You can automate anything with Shipit but most of the time you will want to deploy your project using the Shipit deploy task."

shipitjs/shipit
domnikl/DesignPatternsPHP
domnikl/DesignPatternsPHP

"This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of them from Zend Framework, Symfony2 or Doctrine2 as I'm most familiar with this software).

I think the problem with patterns is that often people do know them but don't know when to apply which."

domnikl/DesignPatternsPHP
Zeppelin
Zeppelin

"A web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more."

Zeppelin