Development & DevOps Software

RabbitMQ RabbitMQ

With RabbitMQ your applications gets a common platform to send and receive messages, and your messages a safe place to live until received. Allowing your application to handle long-running or blocking tasks, and respond quickly to requests instead of being forced to perform computationally intensive tasks on the spot. The software is developed and released as open-source and is currently the most widley used free and open-source message-broker. Commercial, enterprise releases of RabbitMQ is also avalible for a subscription fee.

Amazon Kinesis Amazon Kinesis

Amazon Kinesis makes it easy to collect, process, and analyze real-time, streaming data so you can get timely insights and react quickly to new information. Amazon Kinesis is part of the Amazon Web Services offering and and allow you to create data-processing applications withing your AWS dashboard. These data-processing applications are also known as Kinesis Data Streams applications and allow developers to take in large amount of data from several sources, while providing scalabillity running on EC2 instances.

Apache HTTP Server Apache HTTP Server

A free and open-source cross-platform web server developed by the Apache Software Foundation. The Apache HTTP Server is a continuous development effort to build an open HTTP server for modern operating systems. The web server is used by organizations, businesses and hobbyists alike, to power web-based applications.

Turbolinks Turbolinks

Turbolinks is a JavaScript library that intercepts all clicks on <a href> links to the same domain. When you click an eligible link, Turbolinks prevents the browser from following it. Instead, Turbolinks changes the browser's URL using the History API, requests the new page using XMLHttpRequest, and then renders the HTML response. Allowing you to create dynamic page loading without utilizing SPA architecture.

Versoly Versoly

A fast, freemium, all-in-one website builder. Versoly is a single platform to build landing pages, publish blog posts and collect leads. No code required.

CSVbox.io CSVbox.io

A drop-in widget to allow your users to upload spreadsheets, map columns, and validate data all with a few clicks. You receive clean and ready to use data in your web app.

kodeWeave kodeWeave

kodeWeave is a free and open source, realtime coding playground for Markdown, HTML, CSS and Javascript. It shares many similarities with platforms like JSFiddle and JSBin, while being designed to work specifically offline across multiple devices, including mobile. If you every used JSFiddle, JSbin, Dabblet, Liveweave, CodePen, CSSdeck, CSSdesk, Tinkerbin, d3 playground, Plunker or Pastebin kodeWeave will feel familiar.

SecureCRT SecureCRT

SecureCRT is an SSH client that supports SSH1, SSH2, Telnet, Rlogin, serial and TAPI protocol. It is provided as a commerical product and features a traditional Windows interface common to many. SecureCRT supports color customization, line rewrapping, paste confirmation, drag and drop multiple sessions, sessions management, encryption enhancements, and recent session list.

BlueGriffon BlueGriffon

A next-generation Web and EPUB Editor based on the rendering engine of Firefox. The BlueGriffon is a WYSIWYG content editor for the World Wide Web. With BlueGriffon you can edit HTML documents in a what-you-see-is-what-you-get fashion.

Flyway Flyway

Flyway provides open source, enterpise-grade version control for your database. By allowing your application to have a robust schema evulotion across all your environments, you can restasured that your applications are built safer and faster. With Flyway you can manage your database with plain old SQL and perform migrations for advanced data transformations and handling with LOBs and drop all tables, views, triggers, and more from a schema without dropping the schema itself. Flyway also integraties with cloud database provides and third-party hosting platforms such as Amazon RDS, Microsoft SQL Azure, Google Cloud SQL, Heroku, and more.