Meet Rajesh Gor

Meet Rajesh Gor @mr_destructive

About: Meet a.k.a. Mr_Destructive | Django Developer | Vim & Linux Enthusiast

Location:
Mumbai, India
Joined:
Nov 3, 2020

Meet Rajesh Gor
articles - 100 total

Hot take here! Hmm, I am not sure if this is true, LLMs might even make sandbox like environments more useful which is typical serverless environments. A prompt > container spun in the cloud > some api calls or processing > done > scaled back to 0

LLMs are the End of Serverless Jonas Scholz ・ Aug 5 ...

Learn More 0 0Aug 5

Wrote a piece for giving someone(myself) a hope in the changing times in Tech due to AI revolution. [A letter to someone who is scared of AI](https://future.forem.com/mr_destructive/to-someone-who-is-scared-of-ai-4f7)

A post by Meet Rajesh Gor

Learn More 0 0Mar 27

Amazing and Simple explanation about Agents, avoiding unnecessary hype and fluff

LLM Agents are simply Graph — Tutorial For Dummies ...

Learn More 0 0Mar 22

Golang Web: PATCH Method

Introduction In previous sections of this series, we've covered the GET, POST, and PUT...

Learn More 0 0Feb 2

Advent of Code 2024 Day 5 in Golang: Ordering Pages

Introduction It is day 5 of the advent of code, and today we have an interesting problem...

Learn More 0 0Dec 11 '24

Advent of Code Day 4 in Golang: Searching XMAS and X-MAS

Introduction Moving on to day 4, we have a grid problem in front of us, we are given some...

Learn More 2 0Dec 9 '24

Advent of Code 2024 in Golang: Do or Don't Regex

Inspired by Shradha Agarwal’s post on Byte Size Go :here: I decided to write about my approach to...

Learn More 1 0Dec 7 '24

Advent of Code 2024 in Golang: Slicing and Dicing Reports

Introduction So, this is day 2 of the Advent of Code 2024 in Golang, and we will be...

Learn More 1 0Dec 7 '24

Advent of Code 2024, in Golang: Day 1, Historian Hysteria

Introduction Hello everyone, it’s that time of the year, Advent of Code, I will be solving...

Learn More 3 0Dec 7 '24

Build Golang from Source for v1.23+

Introduction Are you excited to try out the latest golang version, or test out your...

Learn More 0 0Nov 19 '24

Safely using Maps in Golang: Differences in declaration and initialization

Introduction This week, I was working on one of the API wrapper packages for golang, and...

Learn More 4 2Aug 31 '24

Concurrency and Parallelism

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. ...

Learn More 3 0Jun 23 '24

Golang Web: POST Method

Introduction In this section of the series, we will be exploring how to send a POST HTTP...

Learn More 2 0Jun 23 '24

Golang Web: GET Method

Introduction In this section of the series, we will be exploring how to send a GET HTTP...

Learn More 1 0Mar 10 '24

Golang Web: URL Parsing

Introduction We have done around 32 posts on the fundamental concepts in golang, With that...

Learn More 3 0Sep 7 '23

Golang: Channels

Introduction In this part of the series, we will be continuing with the concurrency...

Learn More 17 1Aug 30 '23

Golang: Go Routines and WaitGroups

Introduction One of the key features that set Go apart from many other languages is its...

Learn More 0 0Jul 31 '23

Golang: Generics

Introduction In the 29th post of the series, we will be looking into generics in Golang....

Learn More 1 0Jul 25 '23

Utility Studio: Quick AI powered utilities

What I built Utility Studio: Where users can quickly come and drop their documents,...

Learn More 1 0Jul 19 '23

Golang: Date and Time

Introduction In the 28th post of the series, I will be exploring date and time handling in...

Learn More 3 0Jun 21 '23

Golang: Random Numbers

Introduction In the 27th post of the series, we will be looking into random number...

Learn More 3 0May 15 '23

Golang: Regex

Introduction In this 26th part of the series, we will be covering the basics of using...

Learn More 3 0Mar 24 '23

Creating a Chat Application with Django and HTMX

Django + HTMX Chat application Introduction In this article, we will be...

Learn More 6 0Feb 11 '23

Golang: Command Line Arguments

Introduction In the 25th post of the series, we will be taking a look into parsing of...

Learn More 8 0Jan 7 '23

Golang: File Write

Introduction In the 24th post of the series, we will be taking a look at how we can...

Learn More 2 0Dec 18 '22

Golang: JSON, YAML, TOML (config) File Reading.

Reading specific file types (JSON, YAML, TOML) In the previous post, we have seen how to...

Learn More 7 1Nov 2 '22

Golang: File Reading

Introduction In the 22nd post of the series, we will be looking into the file-handling...

Learn More 15 0Oct 24 '22

Golang: Paths

Introduction In the 21st post of the series, we will be exploring the file paths in...

Learn More 19 0Oct 2 '22

Golang: Error Handling

Introduction Error handling is quite an important feature of any programming language to...

Learn More 7 0Sep 17 '22

Golang: Interfaces

Introduction In the 19th post of the series, we will be taking a look into interfaces in...

Learn More 6 0Sep 10 '22