Best of BlockchainMay 2024

  1. 1
    Article
    Avatar of javarevisitedJavarevisited·2y

    The 2024 Blockchain Developer RoadMap

    A guide to becoming a blockchain developer in 2024, including steps to follow, recommended courses, and the importance of staying updated with trusted news sources.

  2. 2
    Video
    Avatar of TechWithTimTech With Tim·2y

    5 Coding Niches That ACTUALLY Make You Money in 2024

    Explore the highest paying coding niches in 2024, including artificial intelligence and machine learning, data science, blockchain development, cybersecurity, and DevOps.

  3. 3
    Article
    Avatar of coinsbenchCoins Bench·2y

    Navigating the World of Smart Contracts: A Developer’s Roadmap

    Smart contracts automate contract execution, ensuring trust, transparency, security, accessibility, and immutability. Developers need skills in languages like Solidity, JavaScript, and Python, knowledge of tools like Truffle and Remix, and adherence to best practices. Smart contracts can be deployed after thorough testing and debugging, and can be maintained and updated using tools like Etherscan.

  4. 4
    Article
    Avatar of awegoAwesome Go·2y

    TOP 50 project ideas to become a golang hero

    A list of beginner to expert level project ideas using Go lang that can help boost your developer portfolio.

  5. 5
    Article
    Avatar of coinsbenchCoins Bench·2y

    Solidity error handling — notes on require, revert and assert

    Learn about different error handling techniques in Solidity, including 'require', 'revert', and 'assert'. Discover their differences and when to use each one.

  6. 6
    Article
    Avatar of coinsbenchCoins Bench·2y

    Building a Balancer Price Retrieval API with NestJS

    This tutorial guides readers on how to build a Balancer Price Retrieval API using NestJS. It covers the setup of a NestJS project, installation of necessary dependencies, and the creation of services and controllers for interacting with the Balancer subgraph and SDK. The tutorial also includes testing and suggests future expansions for the application.