Development & DevOps Software
Chef
Chef is one of the most widely-used Configuration Management tools on the market today. With Chef you can automate process and recurring tasks across multiple servers and deceives. Chef is provided as a free, open source tool along side an hosted, enterprise offering for corporation looking for enterprise features and dedicated support. Developers and DevOps across the globe trust Chef to automate task, improve security and simplify workflows.
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.
Hookdeck
With Hookdeck you can receive, monitor and manage all your inbound webhooks from a single place. While Hookdeck handle the complexity, so that you as a developer can focus on what's important, building your product or service.
Google App Engine
A Platform-as-a-Service (PaaS) for cloud computing provided by Google. All applications hosted with Google App Engine is housed and managed in the same data centers that Google use for their product line. Google App Engine sandbox each individual instance and run them across multiple servers to achieve maximum uptime and fault tolerance.
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.
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.
Create React App
With Create React App it's easy to setup structured React applications that is the perfect stating point for building an SPA. Under the hood, we use webpack, Babel, ESLint, and other prominent projects to power your application. All these tools allow you to focus on your code and bussiness objective, rather then build tools and configuration. The Create React App sets up a development environment with the latest JavaScript features that provides a solid developer experience, while at the same time optimizing your application for production.
GraphQL
A free and open-source data query and manipulation language for APIs, combined with a runtime for fulfilling queries with existing data. GraphQL makes it easy to understand and query your data and bridge the gap between frontend and backend web development. The project is openly developed by Facebook, and community around it.
IntelliJ IDEA
An integrated development environment (IDE) developed by JetBrains. IntelliJ IDEA is created specifically for software development targeted to the JVM, users developing in Java, Scale, Groovy and Kotlin loves IntelliJ IDEA. Every aspect of IntelliJ IDEA has been designed to maximize developer productivity in these languages. Together, intelligent coding assistance and ergonomic design make development for the JVM a pleasant experience with IntelliJ IDEA. The software is available as an free Apache 2 Licensed community edition and proprietary commercial edition.