Lokesh Jhalokeshjha.hashnode.dev·Aug 19, 2024Create Solana NFTs in MinutesCreating an NFT on the Solana blockchain has become increasingly accessible, thanks to various tools and APIs that simplify the process. In this guide, I'll walk you through creating an NFT for an event using Solana, leveraging Underdog Protocol for ...Discusslokeshjha
Lokesh Jhalokeshjha.hashnode.dev·Jul 27, 2024Create a GitHub repository from a Linux environment sing the GitHub CLICreating a GitHub repository from a Linux environment can be accomplished efficiently using the GitHub CLI (gh). Below is a step-by-step guide on how to install the GitHub CLI, log in, and create a new repository. Step 1: Install GitHub CLI (gh) To g...Discusslokeshjha
Lokesh Jhalokeshjha.hashnode.dev·Jun 19, 2024How to Use Methods and Interfaces in GoGo (Golang) is a powerful language that provides robust support for object-oriented programming concepts through methods and interfaces. In this article, we'll dive into methods, interfaces, type assertions, and embedding interfaces, helping you to h...Discussgolang
Lokesh Jhalokeshjha.hashnode.dev·Jun 16, 2024Understanding Data Structures in GoData structures are crucial for organizing and storing data efficiently in any programming language. In Go (Golang), several fundamental data structures are available to developers, including arrays, slices, maps, and structs. This article will explo...DiscussGo Language
Lokesh Jhalokeshjha.hashnode.dev·Jun 9, 2024Understanding the Basic Syntax of GoGo (Golang) is known for its simplicity and clarity, which makes it an excellent choice for both new and experienced programmers. In this article, we will explore the basic syntax of Go, focusing on variables and constants, data types and type infere...Discuss·40 readsgolang
Lokesh Jhalokeshjha.hashnode.dev·Jun 8, 2024Introduction to Go (Golang)Go, also known as Golang, is a powerful and efficient programming language developed by Google. It has gained significant popularity for its simplicity, performance, and robust concurrency support. In this article, we'll explore the history and featu...DiscussGo Language
Lokesh Jhalokeshjha.hashnode.dev·Jun 4, 2024Blockchain Risks: Technical, Regulatory, and PerceptionBlockchain technology has transformed numerous industries by providing a secure, transparent, and decentralized way to record transactions. However, like any technology, blockchain comes with its own set of risks. These risks can be broadly categoriz...DiscussWeb3
Lokesh Jhalokeshjha.hashnode.dev·Jun 2, 2024Mastering Closures in GoClosures are a fundamental concept in programming that allow functions to capture and use variables from their surrounding scope. In Go, closures are used extensively to create higher-order functions and to implement functional programming concepts. ...Discuss·156 readsgolang
Lokesh Jhalokeshjha.hashnode.dev·Jun 1, 2024Bitcoin Scalability: Can It Really Scale?Bitcoin, the pioneering cryptocurrency, has revolutionized the financial landscape with its decentralized, peer-to-peer network. However, as Bitcoin's popularity has grown, so have concerns about its scalability. The question of whether Bitcoin can s...Discussweb3.0
Lokesh Jhalokeshjha.hashnode.dev·May 28, 2024Synchronous and Asynchronous Payloads in Backend SystemsIn the realm of backend systems, understanding the differences between synchronous and asynchronous payloads is crucial for optimizing performance and enhancing user experience. This article delves into these concepts, exploring their significance, r...Discussbackend