DEV Community

Shrijith Venkatramana profile picture

Shrijith Venkatramana

Founder @ hexmos.com

Education

UCI

Work

hexmos.com

Unpacking Go Channels: A Peek Under the Hood

Unpacking Go Channels: A Peek Under the Hood

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
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

7
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

12
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

14
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

15
Comments
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
How To Generate Structured Output (JSON, YAML) in Gemini AI

How To Generate Structured Output (JSON, YAML) in Gemini AI

39
Comments 1
3 min read
MapReduce Basics (Part 2)

MapReduce Basics (Part 2)

10
Comments
2 min read
MapReduce Basics (Part 1)

MapReduce Basics (Part 1)

11
Comments
2 min read
4 Handy Python Scripts for Creating & Updating PostgreSQL Databases

4 Handy Python Scripts for Creating & Updating PostgreSQL Databases

12
Comments
5 min read
Why the LiveAPI team works hard to earn CTO respect

Why the LiveAPI team works hard to earn CTO respect

10
Comments
3 min read
Getting DBChat Working For the First Time In VSCode - Part 9

Getting DBChat Working For the First Time In VSCode - Part 9

15
Comments
4 min read
The Power of Quantization: Shrinking GPT2, Unleashing Speed

The Power of Quantization: Shrinking GPT2, Unleashing Speed

11
Comments 1
4 min read
The AI Code Blindspot Problem: Why Your Tech Team is Losing Their Grip on Your Codebase

The AI Code Blindspot Problem: Why Your Tech Team is Losing Their Grip on Your Codebase

15
Comments
2 min read
Rob Snyder's Pointers Towards Product-Market Fit

Rob Snyder's Pointers Towards Product-Market Fit

16
Comments
4 min read
Manage TOML Configuration From VSCode Extension - DBChat Part 8

Manage TOML Configuration From VSCode Extension - DBChat Part 8

10
Comments
5 min read
Starting a VSCode Extension UI For DBChat (Part 7)

Starting a VSCode Extension UI For DBChat (Part 7)

16
Comments
5 min read
Things AI is Not Going to Change In The Next 10 Years - Psychological Truths

Things AI is Not Going to Change In The Next 10 Years - Psychological Truths

10
Comments
3 min read
Making DBChat VSCode Extension - Ping Pong With LSP Backend (Part 6)

Making DBChat VSCode Extension - Ping Pong With LSP Backend (Part 6)

15
Comments
5 min read
The Language Server Protocol - Building DBChat (Part 5)

The Language Server Protocol - Building DBChat (Part 5)

11
Comments
4 min read
Chat With Your DB via DBChat & Gemini (Part 4)

Chat With Your DB via DBChat & Gemini (Part 4)

11
Comments 1
4 min read
DBChat Part 3 - Configure , Connect & Dump Databases

DBChat Part 3 - Configure , Connect & Dump Databases

15
Comments
5 min read
DBChat: Getting a Toy REPL Going in Golang (Part 2)

DBChat: Getting a Toy REPL Going in Golang (Part 2)

15
Comments
3 min read
Building DBChat - Explore and Evolve Your DB with Simple Chat (Part 1)

Building DBChat - Explore and Evolve Your DB with Simple Chat (Part 1)

19
Comments
3 min read
Understanding Adam Smith's View on Stock and Profit

Understanding Adam Smith's View on Stock and Profit

10
Comments
3 min read
What Every Innovator and Builder Should Know About Labour

What Every Innovator and Builder Should Know About Labour

15
Comments
3 min read
Introducing API Endpoint Search at Scale (via LiveAPI)

Introducing API Endpoint Search at Scale (via LiveAPI)

11
Comments
2 min read
Natural vs. Market Prices: How the Market Rebalances Itself

Natural vs. Market Prices: How the Market Rebalances Itself

10
Comments
3 min read
Price = Wage + Profit + Rent

Price = Wage + Profit + Rent

19
Comments
3 min read
The Economics of Training Frontier Models

The Economics of Training Frontier Models

21
Comments
2 min read
loading...