Javad Rajabzadeh

Javad Rajabzadeh @ja7ad

About: Senior Golang Engineer

Location:
Belgium
Joined:
Feb 17, 2021

Javad Rajabzadeh
articles - 21 total

🚀 otp package (high performance TOTP and HOTP generator)

If you're looking to implement two-factor authentication (2FA) in your Go applications, the otp...

Learn More 0 0Apr 3

GRPC captcha validator middleware

The GRPC Captcha Validation Middleware is a Go module that provides a reusable middleware component...

Learn More 0 1Jun 13 '23

Use new heap memory percentage strategy to control automatic GC frequency

The value parts which contain pointers and are known clearly alive by Go runtime are called...

Learn More 2 0Mar 30 '23

🚀 Package Zapper (write logs but easier)

Wrapping the zap log uber in the zapper package makes it easy to use zap to write logs to varianty...

Learn More 0 0Mar 22 '23

GRPC over unix socket Protocol

Ja7ad / grpc-unix-socket GRPC...

Learn More 14 0Dec 7 '22

Go high performance http server with Forker

Ja7ad / forker Get high...

Learn More 10 2Oct 11 '22

Merge files in a path with goMerge

goMerge Merge some files in a path with custom extension in golang ...

Learn More 8 1Nov 2 '21

Go Power for vscode

Go Power is an extension for GoLang, supporting more Go snippets and popular Go packages. ...

Learn More 5 1Jun 30 '21

Algorithms for Go

Binary search package main import ( "fmt" "time" ) //works when the array is...

Learn More 9 0Jun 22 '21

Getting Started with Go Context

Applications in golang use Contexts for controlling and managing very important aspects of reliable...

Learn More 82 1Jun 22 '21

Build CI/CD pipelines in Go with github actions and Docker

This tutorial will show you how to setup a CI/CD pipeline using GitHub Actions. The pipeline will...

Learn More 61 2Jun 22 '21

How to use Go Modules with Private Git repository

The Go module system has greatly improved the way dependencies are managed. If you are new to Go...

Learn More 39 0Jun 18 '21

Go All Design Patterns Code with Workflow

Behavioral Patterns Design Pattern Command Design Pattern Command import...

Learn More 69 5Jun 7 '21

Clean Go Code

Preface: Why Write Clean Code? This document is a reference for the Go community that aims...

Learn More 48 0Jun 7 '21

Project Management Strategy in golang

Project Creator create project and management with go modules Create your projec...

Learn More 12 0Jun 7 '21

ERROR: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock

After install docker maybe need using docker without sudo for home users. Fact : for security don't...

Learn More 3 0Jun 7 '21

Best Practices API Design in go

In this topic you can learning gold tips in RestFUL API design golang Best Practices API Design in g...

Learn More 8 0Apr 25 '21

Nipo in memory database with go

Nipo is a powerful, fast, multi-thread, clustered and in-memory key-value database, with ability to c...

Learn More 1 0Apr 7 '21

Best Golang Web Framework for Larg Projects

Please Send reply about your experience using this web framework in your projects. List Framework by...

Learn More 45 11Mar 8 '21

Say Hello World in any Programming Language

You can see how to say Hello World in any programming language : Bla...

Learn More 0 0Feb 21 '21

Most Useful algorithms in go

Some Algorithms important for solve some problems and need to Implementation...

Learn More 2 0Feb 20 '21