8
6 Comments

2 technologies you can’t ignore:Javascript and blockchain

https://codezeros.medium.com/2-technologies-you-cant-ignore-javascript-and-blockchain-1fe4e3d32fc4

As technology continues to grow, two technologies are currently trending- JavaScript (JS) and Blockchain. JS language, along with its ecosystem, is evolving drastically. All the new conventions of the language, frameworks, libraries, and tools are enthralling the developers.

submitted this linkon July 19, 2022
  1. 5

    I don’t know a single experienced developer working with blockchain to be honest.

  2. 4

    You can totally ignore blockchain. For 99.99% of use cases, a boring SQL database will be simpler and cheaper, if less "sexy".

    Blockchains require two conditions to be the superior choice:

    1. Must be decentralized. This is where most use cases fail. Even when multiple parties come together, it's frequently preferable to create a third-party to administer their agreed-upon tech for many reasons: compliance, governance, error recovery, cost, efficiency, etc.
    2. Participants must be adversarial. If everyone is cooperating, then you would use a distributed consensus algorithm like Raft/Paxos.

    A currency beyond the obvious control of governments fits the bill; almost everything else doesn't.

  3. 2
    • article in medium

    • hyping blockchain

    hard pass

  4. 2

    The key for JS is at what point to START ignoring it.

    For eg, you learn ES5, some React. Do you decide to also start writing your backend in JS and learn Node? Or do you pick a more general-purpose language like Python? This has been on my mind a lot lately.

  5. 1

    Nice. Good call and totally agree. JS is by far the most popular programming language in the world

    According to the Devskiller IT Skills and Hiring Report 2020, 72% of companies are looking to hire JavaScript experts. Enter the search term “JavaScript” on job site Indeed and you’ll find over 40,000 jobs requiring this skill (in the US). Run the same search on LinkedIn and the results are in excess of 125,000.

  6. 6

    This comment was deleted 4 years ago

    1. 1

      Bahaha, @primer you crack me up. Agreed.

      Blockchain evangelists are generally people who have no idea how it really works and who have never written a line of code in their lives.

      But yeah JS is pretty clutch!