Best of BlockchainOctober 2022

  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 scottlogicScott Logic·4y

    Can Web3 beat public cloud?

    Web3 sees the internet becoming a network of applications (distributed apps, or dApps), written as smart contracts, running on a public blockchain. At its core it uses blockchain technology, with the promise of being decentralised, permissionless and trustless. We’ll return to these at various points within this blog post.

  3. 3
    Article
    Avatar of newstackThe New Stack·4y

    Devs: It’s Time to Consider IPFS as an Alternative to HTTP

    IPFS is available to any application development and has the potential to change the way web applications are built and scaled. There is a great deal of utility in hosting media assets for blockchain-based games and NFTs With IPFS. This verifiability has ramifications for both developers and users and is ultimately the reason why the location data being stored in the IPFS approach no longer matters.

  4. 4
    Article
    Avatar of ds_centralData Science Central·4y

    Top 5 Blockchain Certifications to Enhance your Job-Readiness

    The said certification program in blockchain tech is well suited to both kinds of industry aspirants – developers & non-developers. The program will teach you about the philosophy associated with the concept of decentralization which eventually became the USP of blockchain getting popular worldwide.

  5. 5
    Article
    Avatar of dzDZone·4y

    The Technology Stack Needed To Build a Web3 Application

    More and more decentralized technologies are becoming mainstream and gaining acceptance by the world at large. Join the DZone community and get the full member experience. It would be best if you chose a network or a blockchain that appropriately fits your customers' wants and familiarity and has the necessary features and tooling required to run your app.

  6. 6
    Article
    Avatar of communityCommunity Picks·4y

    Getting Started with Blockchain Development: A Step-by-Step Guide to Deploying Your First DApp.

    The first dApp requires the basic knowledge of the web3 tech stack and the steps you will use in the development. To build a fully functioning Dapp, you will need to work on three main stages/components. To create a Solidity Smart Contract, you need an editor and for this guide we will use the online IDE Remix. We will be deploying the contract on the Goerli Testnet. The next step is to deploy the contract.