Lakhan Samani

Lakhan Samani @lakhansamani

About: I'm Lakhan Samani, an indie software engineer from India. I build dev tools & products (Authorizer.dev, Deepup.ai) and write on software, open source, finance & life. Let's connect! 🚀

Location:
Vadodara, India
Joined:
Jan 11, 2019

Lakhan Samani
articles - 21 total

Deploying Our Distributed System on Kubernetes with Kind - Part 7

In the previous blog posts, we designed and implemented a distributed system comprising User Service...

Learn More 0 0Mar 17

Implementing monitoring and alerting for distributed system - Part 6

Introduction In Part 5, we implemented the tracing in userd & orderd services. In a...

Learn More 0 0Mar 11

Implementing tracing in distributed systems - Part 5

Introduction In Part 4, we implemented the orderd service. In a distributed system,...

Learn More 0 0Mar 7

Implementing Order Service with Golang, gRPC and PostgreSQL - Part 4

Introduction In Part 3 we implemented user service. In this post, we will implement an...

Learn More 0 0Mar 6

Implementing User Service with go, gRPC and PostgreSQL - Part 3

In Part 2 we introduced apis for User service, this post walks through implementing a User Service in...

Learn More 0 0Mar 5

Defining gRPC APIs with Protobuf - Part 2

In Part 1, we set up our project structure. Now, we’ll: ✅ Define User and Order APIs ✅ Generate gRPC...

Learn More 0 0Mar 4

Building a Distributed E-commerce App with Go and gRPC – Part 1

Introduction & Project Overview 🚀 Why Build a Distributed System with Go...

Learn More 1 0Mar 3

Why Microservices Are Important Compared to Monolithic Architecture

In today's fast-paced technological landscape, businesses need scalable and flexible solutions to...

Learn More 1 1Aug 25 '24

Authorize NodeJS APIs using Authorizer

In this blog post, we will learn how to authorize users for API calls, based on valid sessions and...

Learn More 5 1May 23 '23

Using Authorizer with DynamoDB and EKS

Hello people, on 3rd November 2022 I had amazing opportunity to speak at AWS community (Vadodara)...

Learn More 4 0Nov 18 '22

Introducing Authorizer 1.0

We’re excited to announce the stable version of https://authorizer.dev with the most significant...

Learn More 1 0Aug 15 '22

Using Authorizer with Hasura

Hasura gives you instant GraphQL / Rest API on top of SQL databases like Postgres and MySQL. It...

Learn More 9 0Apr 19 '22

Using authorizer on your Gatsby site

Authorizer is an open source solution for your authentication and authorization needs. It connects...

Learn More 8 0Mar 23 '22

How to use Authorizer with React Native Expo?

Authorizer is an open source solution for your authentication and authorization needs. It connects...

Learn More 8 0Mar 10 '22

Introducing Authorizer.dev

Authorizer is an open-source authentication and authorization solution for your applications. Bring...

Learn More 6 5Dec 1 '21

Create page view analytics system using Kafka, Go, Postgres & GraphQL in 5 steps

Apache Kafka is an open source distributed event streaming platform used for high performance data...

Learn More 12 0Aug 11 '21

Create docker image on Apple Silicon M1 Mac

My biggest pain while moving to Apple Silicon M1 chip mac book was to create a docker build that...

Learn More 22 12Aug 4 '21

Run server as systemd process & automate deployment with github actions

In this post we will see how we can automate the deployment of any server process using `systemd`.

Learn More 12 0Jun 8 '21

React useFilter Hook

A React hook to filter large amount of data using Web Worker.

Learn More 9 0May 1 '21

React Navigator Status

A hook plus component to know if a user is online or offline.

Learn More 7 0Feb 10 '21

How to use React Suspense and lazy for code splitting

How you can optimize suspended state for lazily loaded component.

Learn More 13 0Jul 6 '20