DEV Community

Shrijith Venkatramana profile picture

Shrijith Venkatramana

Founder @ hexmos.com

Education

UCI

Work

hexmos.com

Lesser Known Redis Capabilities To Power Up Development

Lesser Known Redis Capabilities To Power Up Development

Comments
6 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
MeiliSearch Indexing Best Practices

MeiliSearch Indexing Best Practices

5
Comments
6 min read
Supercharge Nginx with Lua Scripts: A Hands-On Tutorial with Examples

Supercharge Nginx with Lua Scripts: A Hands-On Tutorial with Examples

Comments
6 min read
Digging Deep into Linux Processes: Advanced Tools and Techniques

Digging Deep into Linux Processes: Advanced Tools and Techniques

Comments
6 min read
Cron Hacks Every Developer Should Know

Cron Hacks Every Developer Should Know

6
Comments
5 min read
Making the Best of Pointers in Go

Making the Best of Pointers in Go

9
Comments 1
6 min read
Hidden Gems of GCP: Powerful Services You’re Probably Not Using

Hidden Gems of GCP: Powerful Services You’re Probably Not Using

5
Comments
7 min read
How HTTPS Certificates Work

How HTTPS Certificates Work

6
Comments
6 min read
How The ACME Protocol Automates HTTP Security

How The ACME Protocol Automates HTTP Security

5
Comments
5 min read
Your Ultimate Dev Server Setup: With Tailscale, Caddy, and Docker

Your Ultimate Dev Server Setup: With Tailscale, Caddy, and Docker

7
Comments 2
6 min read
Meilisearch Filters: A Hands-On Guide for Developers

Meilisearch Filters: A Hands-On Guide for Developers

20
Comments 2
6 min read
Best Database Migration Tools for Golang

Best Database Migration Tools for Golang

23
Comments 5
8 min read
Must-Know Ansible Modules for Automating Server Stuff

Must-Know Ansible Modules for Automating Server Stuff

7
Comments
6 min read
7 Docker Compose Tricks to Level Up Your Development Workflow

7 Docker Compose Tricks to Level Up Your Development Workflow

26
Comments 1
6 min read
Delve The Golang Debugger: A Deep Dive

Delve The Golang Debugger: A Deep Dive

14
Comments 1
6 min read
Unleashing AI to Hunt Down Database Code Leaks in Go

Unleashing AI to Hunt Down Database Code Leaks in Go

7
Comments
6 min read
Level Up Your Database Schema with Golang-Migrate

Level Up Your Database Schema with Golang-Migrate

16
Comments
6 min read
Go Contexts: A Practical Guide to Managing Concurrency and Cancellation

Go Contexts: A Practical Guide to Managing Concurrency and Cancellation

6
Comments 2
7 min read
Supercharge Your Postgres Docker Setup with Extensions

Supercharge Your Postgres Docker Setup with Extensions

5
Comments
7 min read
Tunnel Your Way to Remote Servers: Mastering SSH Tunneling and SOCKS5 for Localhost Access

Tunnel Your Way to Remote Servers: Mastering SSH Tunneling and SOCKS5 for Localhost Access

11
Comments
6 min read
AWS vs. GCP: A Developer’s Guide to Picking the Right Cloud

AWS vs. GCP: A Developer’s Guide to Picking the Right Cloud

13
Comments 2
8 min read
Unlocking API Discovery: How We Nail Accuracy in LiveAPI

Unlocking API Discovery: How We Nail Accuracy in LiveAPI

10
Comments 2
6 min read
Mastering Docker Compose: Advanced Patterns for On-Prem SaaS Deployments

Mastering Docker Compose: Advanced Patterns for On-Prem SaaS Deployments

14
Comments 1
8 min read
From Voice to Text: Exploring Speech-to-Text Tools and APIs for Developers

From Voice to Text: Exploring Speech-to-Text Tools and APIs for Developers

5
Comments
6 min read
5 Golang Libraries You’ll Wish You Knew Sooner

5 Golang Libraries You’ll Wish You Knew Sooner

22
Comments 1
6 min read
From SaaS to Self-Hosted: Unlocking On-Prem Power with Authentik

From SaaS to Self-Hosted: Unlocking On-Prem Power with Authentik

10
Comments
6 min read
Mastering Go Maps: Advanced Techniques for Smarter Code

Mastering Go Maps: Advanced Techniques for Smarter Code

6
Comments
5 min read
Mastering Go Slices: A Deep Dive from Zero to Hero

Mastering Go Slices: A Deep Dive from Zero to Hero

10
Comments
5 min read
Decoding Tree-sitter Playground Output For Fun

Decoding Tree-sitter Playground Output For Fun

5
Comments
6 min read
Unraveling Tree-Sitter Queries: Your Guide to Code Analysis Magic

Unraveling Tree-Sitter Queries: Your Guide to Code Analysis Magic

5
Comments
6 min read
Tinkering with Tree-Sitter Using Go

Tinkering with Tree-Sitter Using Go

5
Comments
6 min read
Diving into Tree-Sitter: Parsing Code with Python Like a Pro

Diving into Tree-Sitter: Parsing Code with Python Like a Pro

11
Comments
6 min read
Making Sense of tree-sitter's C API

Making Sense of tree-sitter's C API

10
Comments
7 min read
Understanding Embeddings from First Principles

Understanding Embeddings from First Principles

6
Comments
7 min read
Unpacking Go Variadic Functions: Clever Ways to Use Them

Unpacking Go Variadic Functions: Clever Ways to Use Them

10
Comments
5 min read
Boost VS Code Copilot with MCP Servers: A Detailed Guide

Boost VS Code Copilot with MCP Servers: A Detailed Guide

17
Comments
5 min read
Digging Through Linux: Must-Know Tools for File and Content Searches

Digging Through Linux: Must-Know Tools for File and Content Searches

10
Comments
5 min read
Exploring CSS Layouts: Your Guide to Commonly Used Techniques

Exploring CSS Layouts: Your Guide to Commonly Used Techniques

12
Comments 1
7 min read
Practical Ways to Generate PDFs in Go: Libraries, LaTeX, Pandoc, Chrome

Practical Ways to Generate PDFs in Go: Libraries, LaTeX, Pandoc, Chrome

11
Comments
4 min read
Introducing DuckTrace: A Go Tool to Analyze Log Durations

Introducing DuckTrace: A Go Tool to Analyze Log Durations

10
Comments
4 min read
Avoiding Boilerplate: Using Generics and Reflection for JSON Parsing in Go 1.18+

Avoiding Boilerplate: Using Generics and Reflection for JSON Parsing in Go 1.18+

12
Comments
5 min read
Go's Garbage Collector: How It Keeps Your Code Clean

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

12
Comments
5 min read
5 Practical Go Generics Examples to Level Up Your Code

5 Practical Go Generics Examples to Level Up Your Code

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

Generics in Go: Your Friendly Guide to Reusable Code

12
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

21
Comments 4
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

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

5 Go Interface Mistakes - And How to Avoid Them

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

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

19
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

5
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
loading...