2022-04-12
5807
#web3
Peter Aideloje
102644
Apr 12, 2022 â‹… 20 min read

The role of Solidity and JavaScript in Web3 applications

Peter Aideloje I'm a passionate developer and technical writer whose interest aligns with full-stack software engineering, specifically Java, Csharp, and other frontend stacks like HTML5, CSS3, and JavaScript.

Recent posts:

Why Go wasn’t the right choice for the TypeScript compiler

Why Go wasn’t the right choice for the TypeScript compiler

The switch to Go may be a pragmatic move in the short term, but it risks alienating the very developers who built the tools that made TypeScript indispensable in the first place.

Muhammed Ali
May 8, 2025 â‹… 4 min read
how and when to use type casting in TypeScript

How and when to use type casting in TypeScript

Discover the basics and advanced use cases of type casting, how and why to use it to fix type mismatches, and gain some clarity on casting vs. assertion.

Paul Akinyemi
May 8, 2025 â‹… 14 min read

How to format dates in JavaScript: Methods, libraries, and best practices

JavaScript date handling can be tough. Here are some native Date API tools and specialized libraries to tackle them with.

Nelson Michael
May 8, 2025 â‹… 8 min read
tailwind typography

How to use the Tailwind Typography plugin

Walk you through how to set up and use the Tailwind Typography plugin, also known as the @tailwindcss/typography or the prose plugin.

David Omotayo
May 7, 2025 â‹… 7 min read
View all posts

4 Replies to "The role of Solidity and JavaScript in Web3 applications"

  1. import { HiMenuAlt4 } from ‘reacts-icons/hi’;
    import { AiOutlineClose } from ‘react-icons/ai’;

    import logo from ‘../../images/logo.png’

    you put a “S” in react

    import { HiMenuAlt4 } from “react-icons/hi”;
    import { AiOutlineClose } from “react-icons/ai”;

    import logo from ‘../../images/logo.png’

  2. @WEB3 Developer I’m glad you find it useful. There’s more from where that came from. Stay tune! 🙂

Leave a Reply