Best of Oracle2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  2. 2
    Article
    Avatar of singlestoreSingleStore·4y

    MariaDB vs. MySQL

    MariaDB is an open-source Relational Database Management System (RDBMS) MariaDB is gaining popularity due to its flexibility and availability. MariaDB has made significant progress in the areas of scalability and reliability, and has emerged as a competitor to MySQL.

  3. 3
    Article
    Avatar of changelogChangelog·4y

    mgramin/awesome-db-tools: Everything that makes working with databases easier

    Awesome Database Tools is a community driven list of database tools that simplify working with databases for DBA, DevOps, Developers and mere mortals. Feel free to add information about your own db-tools or your favorite third-party db- tools. For updates on awesome-db-tools and thoughts/news about databases/tools/SQL follow me at @GraminMaksim.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    What is an ORM – The Meaning of Object Relational Mapping Database Tools

    Object Relational Mapping (ORM) is a technique used in creating a "bridge" between object-oriented programs and relational databases. The ORM and ORM tools help simplify the interaction between relational databases and different OOP languages. The tools are built to eliminate the possibility of SQL injection attacks.

  5. 5
    Article
    Avatar of hnHacker News·4y

    Don’t call it a comeback: Why Java is still champ

    Java has been among the top three languages since its launch in 1995. Companies like Amazon, Google, Netflix, Pinterest, Spotify, Square, and Zoom all employ Java across their codebases. In just two years Java ranked number three in popularity, outpaced only by C and C++.

  6. 6
    Article
    Avatar of geekflareGeekflare·4y

    PostgreSQL vs MySQL: Differences and Similarities

    The database system uses multi-version concurrency control (MVCC), MVCC makes a database suitable for concurrent data entry and data queries done by writers. Both the database systems offer account management features like roles, groups, and individual users. Users can simply download the distribution package under the MIT license. Oracle controls the development and maintenance of the DBMS. It is free and available as a server version on GitHub.

  7. 7
    Article
    Avatar of hnHacker News·4y

    What is SAP?

    Every year companies spend $41B on enterprise resource planning software, commonly known as ERP. SAP sells $25B worth of ERP software every year, and 78% of the world's food all flow through SAP. ERP is where companies store their core operational data, but most importantly, SAP’s software was designed to be extensible from the start.

  8. 8
    Article
    Avatar of coinsbenchCoins Bench·4y

    A Gentle Introduction to Blockchain Oracles & Chainlink

    Oracles are external services that feed real-world, off-chain information into the blockchain. The main job of an Oracle is to provide a secure feed of external data to the blockchain. Chainlink VRFs provide a way to get provably random numbers, enabling smart contracts to guarantee fairness & randomness without compromising security or usability in applications that demand randomness like lotteries.