Harendra Kumar Kanojiya

Harendra Kumar Kanojiya @harendra21

About: https://withcodeexample.com

Location:
India
Joined:
May 10, 2019

Harendra Kumar Kanojiya
articles - 45 total

Looking for powerful, free tools to level up your development workflow?

Here are some top open-source alternatives every developer should know about!

Learn More 0 0Dec 17 '24

Unlock The Secrets Of Microservice Architecture

Breaking Down Complex Systems: A Simple Guide to Mastering MicroService-Based Architecture

Learn More 0 0Aug 28 '24

How To Write Maintainable Go Code?

Keep `main` small, use meaningful names, avoid repetition and deep nesting, prefer switch cases, and refactoring continuously

Learn More 1 0Aug 21 '24

Introducing Go 1.23: What's New in the Latest Release?

Uncover the powerful features of Go 1.23! Explore what's new and how it can enhance your development experience.

Learn More 0 0Aug 14 '24

this is title

hello

Learn More 0 0Apr 15 '24

Hello, World!

Hello DEV, this is my first post

Learn More 0 0Apr 15 '24

Web Scraping With Selenium In Python

In this python selenium tutorial we will learn how to use proxies & headers to prevent blockages, resize the window & take screenshots with our headless brow...

Learn More 0 0Apr 9 '24

Go Vs Rust: Navigating The Programming Landscape

When building software today, developers are spoiled for choice with programming languages. Two that...

Learn More 0 0Feb 18 '24

The Golang Playground: Enhance Your Skills with Ease

The Golang Playground is an online tool that allows to experiment, practice and enhance their coding...

Learn More 0 0Jan 26 '24

Golang Switch Case

Discover the incredible power of the switch statement in Golang – a game-changer in decision-making...

Learn More 0 0Jan 26 '24

How To Send Email in Go: Goroutines and Channels

In the world of modern software development, communication is a key element. Sending emails is a...

Learn More 0 0Oct 17 '23

Promise In Javascript

Promise In Javascript - Hindi

Learn More 0 0Sep 22 '23

Synchronization Primitives in the `sync` Package

Concurrency is a fundamental aspect of modern software development, and Go, also known as Golang,...

Learn More 0 0Sep 21 '23

Managing Shared Resources with Mutex

Concurrency is a powerful feature in Go that allows multiple Goroutines (concurrent threads) to...

Learn More 1 0Sep 21 '23

Working with Channels and Patterns

Concurrent programming is a powerful paradigm for building efficient and responsive software. Go,...

Learn More 0 0Sep 19 '23

Demystifying Goroutines in Go: Lightweight Concurrency

Concurrency is a fundamental concept in modern software development, enabling programs to execute...

Learn More 0 0Sep 19 '23

Create Dynamic and Stunning Github Profile

Create dynamic GitHub profile with visit count, weekly coding activity, Github stats, recent GitHub activity graph and latest blogs.

Learn More 3 0Sep 14 '23

The Power of Concurrency in Go

Concurrency is a fundamental concept in modern software development that enables programs to perform...

Learn More 0 0Sep 19 '23

Golang Garbage Collection: Memory Mastery

Garbage collection, a fundamental process in modern programming languages, is the automatic...

Learn More 6 1Sep 12 '23

Golang Clean Code Guide - 2

In the intricate world of programming, functions are the building blocks that construct the edifice...

Learn More 0 0Sep 19 '23

Golang Clean Code Guide

Hi Devs, clean code refers to writing software code that is easy to read, understand, and maintain....

Learn More 0 0Sep 19 '23

Seamlessly Integrating GORM with Go Web Frameworks

Efficient data management is the backbone of every successful web application. GORM, the versatile Go...

Learn More 0 0Sep 19 '23

Understanding Error Handing in Golang

Strategies and Examples for Handling Temporary and Final Errors in Golang

Learn More 0 0Aug 28 '23

Getting Started with Go Programming

Exploring Syntax, Data Types, and Control Flow in Go Programming

Learn More 0 0Aug 28 '23

Handling One Million Requests with Golang: Strategies and Best Practices

In the rapidly evolving landscape of web applications, the ability to handle a massive influx of...

Learn More 1 0Aug 24 '23

Mastering Error Handling and Logging in Go Programming

Error handling is an essential aspect of writing reliable and robust software applications. In any...

Learn More 3 0Aug 22 '23

Fiber Golang: A Powerful Web Framework for Go (Golang)

In the ever-evolving landscape of web development, choosing the right framework can significantly...

Learn More 1 0Aug 23 '23

React JS Clean Code Guide

Enhance your React.js coding experience by following best practices for component structure, naming conventions, formatting, error handling, testing, and more.

Learn More 2 0Aug 21 '23

Error Handling in Golang a Comprehensive Guide With Examples

Golang provides a robust error handling mechanism that allows developers to manage errors effectively. By understanding how to use error types and custom errors, defer and panic, and error wrapping, you can build reliable and resilient applications that gracefully handle unexpected situations.

Learn More 6 2Aug 16 '23

Code Formatting and Style - A Guide for Developers

As a developer, adhering to consistent code formatting guidelines, using indentation and whitespace effectively, and following naming conventions significantly contribute to the readability...

Learn More 2 0Aug 13 '23