Development & DevOps Software
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.
PuTTY
PuTTY is a free and open-source lightweight and simple terminal application for Windows. PuTTY supports SSH client, telnet, SFTP, and rlogn and is useful for administrations that need to establish an SSH connection to remote systems such as network switches, routers, unix systems and vmware. PuTTY is provided as a 32 bit and 64 bit client with supports SSH2 and SSH1 protocols.
Cyberduck
Cyberduck is a free and open-source client for FTP and SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. Cyberduck is written in Java and C# using the Cocoa framework and is available for macOS and Windows.
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.
Bower
Bower provides hooks to facilitate using packages in your tools and development workflows. With Bower, you can optimize and build front-end code to follow the flat dependency graph and to help reduce page load. Bower is released free and open-source under the
Memcached
Memcached is a free and open-source in-memory key-value store used for storing small chunks of data objects in dynamic memory. Most commonly, Memcached is used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an data sources needs to be fetched. Rather than querying the database for each unique request, Memcached can be used to store data from common pages in memory and speedup and improve the experience of a web application or website.
Apache Hadoop
Apache Hadoop is a free and open source software library that allows for the distributed processing of large data sets across clusters of computers using simple programming models. Apache Hadoop is designed to scale well, from single servers to thousands of machines offering local computation and storage. With Apache Hadoop you can store any kind of data and utilize the enormous processing power with the ability to handle virtually limitless concurrent tasks or jobs.
Pyodide
Pyodide is a scientific Python stack that compiles to WebAssembly allowing you to run the Python 3.8 runtime to the browser via WebAssembly. With Pyodide you can run popular libraries such as NumPy, Pandas, Matplotlib, SciPy, and scikit-learn in any modern browser.
TypeORM
TypeORM is a free and open-source object-relational mapper for TypeScript and JavaScript (ES7, ES6, ES5). The ORM supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. NodeJS, Browser, Ionic, Cordova and Electron are all supported platforms of TypeORM.