Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Forem

Shrijith Venkatramana profile picture

Shrijith Venkatramana

Founder @ hexmos.com

Education

UCI

Work

hexmos.com

Go's Garbage Collector: How It Keeps Your Code Clean

Go's Garbage Collector: How It Keeps Your Code Clean

5
Comments
5 min read

Want to connect with Shrijith Venkatramana?

Create an account to connect with Shrijith Venkatramana. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
5 Practical Go Generics Examples to Level Up Your Code

5 Practical Go Generics Examples to Level Up Your Code

5
Comments
5 min read
Generics in Go: Your Friendly Guide to Reusable Code

Generics in Go: Your Friendly Guide to Reusable Code

11
Comments
6 min read
Anatomy of a Github Copilot Extension in Golang

Anatomy of a Github Copilot Extension in Golang

11
Comments
4 min read
Designing Go APIs the Standard Library Way: Accept Interfaces, Return Structs

Designing Go APIs the Standard Library Way: Accept Interfaces, Return Structs

15
Comments 2
6 min read
Crafting Killer Accuracy Metrics for AI Apps

Crafting Killer Accuracy Metrics for AI Apps

10
Comments
5 min read
Method Receivers in Go: Demystifying Value and Pointer Receivers

Method Receivers in Go: Demystifying Value and Pointer Receivers

12
Comments
4 min read
5 Go Interface Mistakes - And How to Avoid Them

5 Go Interface Mistakes - And How to Avoid Them

12
Comments
6 min read
Mastering Go's Empty Interface: Powerful Uses and Hidden Traps

Mastering Go's Empty Interface: Powerful Uses and Hidden Traps

17
Comments
6 min read
How Go Interfaces Help Build Clean, Testable Systems

How Go Interfaces Help Build Clean, Testable Systems

11
Comments
6 min read
Go vs. Rust: Battling it Out Over Concurrency

Go vs. Rust: Battling it Out Over Concurrency

7
Comments
7 min read
Go vs. Rust: Battling it Out Over Concurrency

Go vs. Rust: Battling it Out Over Concurrency

9
Comments
7 min read
Practical Human-in-the-Loop Agents: A Hands-On Guide

Practical Human-in-the-Loop Agents: A Hands-On Guide

10
Comments 1
5 min read
Stitching Giant JSONs Together with JSON Patch

Stitching Giant JSONs Together with JSON Patch

7
Comments 1
5 min read
Go's Race Detector: The Bugs It Misses and Why You Should Care

Go's Race Detector: The Bugs It Misses and Why You Should Care

7
Comments
5 min read
Unpacking the MCP Base Protocol

Unpacking the MCP Base Protocol

13
Comments 1
5 min read
My Notes on Model Context Protocol Architecture: A Developer’s Dive

My Notes on Model Context Protocol Architecture: A Developer’s Dive

10
Comments
4 min read
The 5 CSS Specs Every Developer Should Know

The 5 CSS Specs Every Developer Should Know

12
Comments 1
6 min read
Mutex vs RWMutex in Golang: A Developer’s Guide

Mutex vs RWMutex in Golang: A Developer’s Guide

13
Comments
5 min read
Getting Started With gRPC in Golang

Getting Started With gRPC in Golang

16
Comments
6 min read
Concurrency Done Right: Go’s Condition Variables

Concurrency Done Right: Go’s Condition Variables

10
Comments
3 min read
Learning Go Concurrency Through a Thread-Safe Map Implementation

Learning Go Concurrency Through a Thread-Safe Map Implementation

7
Comments
4 min read
Go Concurrency: Can You Spot the Bugs Lurking in These Programs?

Go Concurrency: Can You Spot the Bugs Lurking in These Programs?

10
Comments 3
4 min read
The Multiplexing (Fan-In) Pattern in Go Concurrency

The Multiplexing (Fan-In) Pattern in Go Concurrency

6
Comments
6 min read
Unpacking Go Channels: A Peek Under the Hood

Unpacking Go Channels: A Peek Under the Hood

6
Comments
5 min read
Counting Words at Lightning Speed: Golang Channels & Worker Pools to Process Text Files

Counting Words at Lightning Speed: Golang Channels & Worker Pools to Process Text Files

6
Comments
7 min read
5 Common Go Concurrency Mistakes That’ll Trip You Up

5 Common Go Concurrency Mistakes That’ll Trip You Up

8
Comments
5 min read
Thread-Safe Command Execution in Golang with safecmd.go

Thread-Safe Command Execution in Golang with safecmd.go

5
Comments 2
5 min read
Go Charting Made Simple: Your Guide to the Best Libraries

Go Charting Made Simple: Your Guide to the Best Libraries

12
Comments
4 min read
Race Conditions in Go: A Simple Tutorial

Race Conditions in Go: A Simple Tutorial

14
Comments
4 min read
Understanding GitHub Copilot Extensions: How They Work and What’s Involved

Understanding GitHub Copilot Extensions: How They Work and What’s Involved

11
Comments 1
3 min read
Making Your Go Console Apps Pop with go-pretty

Making Your Go Console Apps Pop with go-pretty

11
Comments
3 min read
About HippoRAG

About HippoRAG

10
Comments
3 min read
LiveAPI: The GPS for Your Organization’s APIs

LiveAPI: The GPS for Your Organization’s APIs

10
Comments
3 min read
A Simple Tool To Quickly Find API Entry Points Across All Your Repositories

A Simple Tool To Quickly Find API Entry Points Across All Your Repositories

19
Comments 1
4 min read
A More Stable, Reliable, and Cost-Effective LiveAPI is Coming Soon

A More Stable, Reliable, and Cost-Effective LiveAPI is Coming Soon

11
Comments 1
3 min read
A Friendly Step-by-Step Tutorial on the Vanishing Gradient Problem

A Friendly Step-by-Step Tutorial on the Vanishing Gradient Problem

10
Comments
6 min read
Making A Simple Image With Tensors (Starting from Scratch)

Making A Simple Image With Tensors (Starting from Scratch)

17
Comments 1
4 min read
Ripgrep: Your Journey from Novice to Power User

Ripgrep: Your Journey from Novice to Power User

14
Comments
6 min read
Injectable Models - Influence How LLama Behaves

Injectable Models - Influence How LLama Behaves

15
Comments
3 min read
Getting micrograd to Perfectly Predict Answers To A Sample Problem

Getting micrograd to Perfectly Predict Answers To A Sample Problem

14
Comments
4 min read
Loss Functions and NN Parameter Accumulation in micrograd

Loss Functions and NN Parameter Accumulation in micrograd

15
Comments
2 min read
Implementing Layer and MLP Classes in micrograd (As Explained By Karpathy)

Implementing Layer and MLP Classes in micrograd (As Explained By Karpathy)

13
Comments
4 min read
Breaking Down tanh into Its Constituent Operations (As Explained By Karpathy)

Breaking Down tanh into Its Constituent Operations (As Explained By Karpathy)

10
Comments
3 min read
The One Thing From The One Thing (The Book)

The One Thing From The One Thing (The Book)

11
Comments
2 min read
Fixing A Bug in micrograd BackProp (As Explained by Karpathy)

Fixing A Bug in micrograd BackProp (As Explained by Karpathy)

15
Comments
3 min read
Fully Automated Gradient Calculation on Expression Graph (As Explained By Karpathy)

Fully Automated Gradient Calculation on Expression Graph (As Explained By Karpathy)

11
Comments
4 min read
Modeling a Neuron in micrograd (As Explained by Karpathy)

Modeling a Neuron in micrograd (As Explained by Karpathy)

15
Comments
3 min read
Back-Propagation Spelled Out - As Explained by Karpathy

Back-Propagation Spelled Out - As Explained by Karpathy

12
Comments
4 min read
Representing Math Expressions As Graphs in micrograd

Representing Math Expressions As Graphs in micrograd

15
Comments
3 min read
Understanding Backpropagation from Scratch with micrograd - Derivatives

Understanding Backpropagation from Scratch with micrograd - Derivatives

20
Comments
3 min read
The Essence of Neural Networks (As Explained by Karpathy)

The Essence of Neural Networks (As Explained by Karpathy)

11
Comments
2 min read
Moravec's Paradox: When the “Easy” Gets Hard

Moravec's Paradox: When the “Easy” Gets Hard

6
Comments
4 min read
What On Earth Is The system_instruction Parameter in Gemini (It's More Powerful Than You Think)

What On Earth Is The system_instruction Parameter in Gemini (It's More Powerful Than You Think)

21
Comments 1
10 min read
About High Aspiration

About High Aspiration

16
Comments
2 min read
Why You Should Master Functional Programming (And How to Do It)

Why You Should Master Functional Programming (And How to Do It)

30
Comments
4 min read
Golang: Implementing Cron-Like Tasks / Executing Tasks at a Specific Time

Golang: Implementing Cron-Like Tasks / Executing Tasks at a Specific Time

16
Comments 2
3 min read
Redis Connections Bottleneck? Here Are Some Redis Alternatives to Consider

Redis Connections Bottleneck? Here Are Some Redis Alternatives to Consider

16
Comments 1
3 min read
Improving DBChat - Part 10

Improving DBChat - Part 10

24
Comments 1
3 min read
Doing a Job - Lessons from Adm. Rickover

Doing a Job - Lessons from Adm. Rickover

11
Comments 1
3 min read
loading...