Aashish Koshti

Aashish Koshti @arcadebuilds

About: Product Engineer specialized in building Web, Mobile and AI products.

Joined:
Dec 26, 2020

Aashish Koshti
articles - 15 total

Docker Basics: Beginner's Introduction

In this blog, I'll walk you through Docker basics, architecture, and important concepts like Image,...

Learn More 6 0Jul 3

AWS Cognito Authentication with Golang

In this blog, I've covered practical implementation of AWS Cognito in your Golang application. Code...

Learn More 5 0May 2

Golang LLD: Design a Task Scheduler

In this blog post, I've shared my approach to solve this low level design problem, Design a Task...

Learn More 10 0Apr 4

Understanding Authentication & Authorization (JWT, OAuth2.0, Session) Concepts

In this blog, I've shared my understanding on different Auth strategies. What is...

Learn More 8 0Apr 3

Golang LLD: Design a Cache System (LRU, LFU, FIFO)

In this blog post, I've shared my approach to solve this low level design problem, Design a Cache...

Learn More 36 2Mar 29

Using Redis to build a Distributed Chat App in Go & React.js

In this blog, I've covered my approach on building a simple but scalable distributed chat application...

Learn More 14 2Mar 2

Google OAuth 2.0 Flow in Golang and React.js

In this blog I've shared my approach on integrating Google OAuth in my app (Golang for backend and...

Learn More 11 1Feb 17

Docker setup for Go APIs

In this blog post I've covered how to integrate Docker in your Backend Go APIs application. ...

Learn More 22 7Dec 21 '23

User Authentication in Go APIs: JWT, Password Hashing, and MySQL

In this blog post, you'll learn how to build user authentication in Go APIs. We'll create user, store...

Learn More 21 1Sep 10 '23

Storing and retrieving data from MySQL in Go APIs

In the last blog post, we create basic CRUD endpoints for a Todos app. Now, we'll use a real database...

Learn More 22 0Sep 3 '23

Write APIs in Go using go-chi

In this blog post you'll learn how to write REST APIs in Go using go-chi. Intro go-chi is...

Learn More 11 0Sep 1 '23

Weekly Coding Questions - W4

Here are this week's questions :) 1) Number of Zero-Filled Subarrays For a string of length 'n',...

Learn More 6 0Jul 31 '22

Weekly Coding Questions - W3

Here are this week's questions 1) Find All Duplicates in an Array Hash Map While traversing the...

Learn More 8 0Jul 23 '22

Weekly Coding Questions - W2

Here are this week's questions :) 1) Merge Intervals We merge two intervals when the end of first...

Learn More 8 0Jul 16 '22

Weekly Coding Questions W-1

Hey everyone, I'm preparing for coding interviews, so I thought of documenting my journey of solving...

Learn More 6 0Jul 10 '22