Software Engineering

Software Engineering

1635 bookmarks
Newest
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
Virtualization
Virtualization

"Proxmox VE is a complete open source server virtualization management solution. It is based on KVM virtualization and container-based virtualization and manages virtual machines, storage, virtualized networks, and HA Clustering.

The enterprise-class features and the intuitive web interface are designed to help you increase the use of your existing resources and reduce hardware cost and administrating time - in business as well as home use. You can easily virtualize even the most demanding Linux and Windows application workloads."

Virtualization
ProseMirror
ProseMirror

" ProseMirror aims to improve that situation by providing a drop-in editor component with a rigid semantic document model, that can be customized to fit your application. By default, it exposes the CommonMark (Markdown) document model, but you can restrict that and/or add your own kinds of semantic elements."

ProseMirror
Docker in the Real World at Yelp
Docker in the Real World at Yelp
"Thousands of businesses use Yelp SeatMe every day to manage their seating and reservations. Having a stable system is incredibly important to us, given how critical this system is to many businesses. This blog post is going to dive into how we use Docker to reliably develop and deploy Yelp SeatMe. Docker is an incredibly powerful productivity booster and has simplified our deployment pipeline. Hopefully, from this post, you’ll understand how to do it for your team. First, we’ll give a little bit of background on what Yelp SeatMe is, how it’s developed, and deployed."
Docker in the Real World at Yelp
nikratio / S3QL — Bitbucket
nikratio / S3QL — Bitbucket

"S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3, or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with internet access running Linux, FreeBSD or OS-X. S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for online backup and archival. S3QL is designed to favor simplicity and elegance over performance and feature-creep. Care has been taken to make the source code as readable and serviceable as possible. Solid error detection and error handling have been included from the very first line, and S3QL comes with extensive automated test cases for all its components."

nikratio / S3QL — Bitbucket
Glide - HTTP based image manipulations
Glide - HTTP based image manipulations
"Glide is a wonderfully easy on-demand image manipulation library written in PHP. It’s straightforward API is exposed via HTTP, similar to cloud image processing services like Imgix and Cloudinary. Glide leverages powerful libraries like Intervention Image (for image handling and manipulation) and Flysystem (for file system abstraction)."
Glide - HTTP based image manipulations
Pushpin | About
Pushpin | About
"Pushpin makes it easy to create WebSocket, HTTP streaming, and HTTP long-polling services using any web stack as the backend. It’s compatible with any framework, whether Django, Rails, ASP, or even PHP. Pushpin works as a reverse proxy, sitting in front of your server application and managing all of the open client connections."
Pushpin | About