DEV Community

Athreya aka Maneshwar profile picture

Athreya aka Maneshwar

Technical Writer | 250k+ Reads | i3 x Mint | Learning, building, improving, writing :)

C++
Java
8 Week Community Wellness Streak
Top 7
GraphQL
Two Year Club
4 Week Community Wellness Streak
100 Thumbs Up Milestone
Writing Debut
One Year Club
2 Week Community Wellness Streak
1 Week Community Wellness Streak
Solving “No Space Left on Device” with a Little Bit of AWS Trick

Solving “No Space Left on Device” with a Little Bit of AWS Trick

11
Comments
3 min read

Want to connect with Athreya aka Maneshwar?

Create an account to connect with Athreya aka Maneshwar. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Git Rebase: A Dev Friendly Guide

Git Rebase: A Dev Friendly Guide

12
Comments
3 min read
Before You Migrate: Basic Steps to Take Before Moving a Server

Before You Migrate: Basic Steps to Take Before Moving a Server

11
Comments
2 min read
LLM Fundamentals: How Large Language Models Work

LLM Fundamentals: How Large Language Models Work

26
Comments 9
4 min read
Migration Strategies: Moving Applications and Databases Without Breaking Things

Migration Strategies: Moving Applications and Databases Without Breaking Things

11
Comments
4 min read
YAGNI: Why You Shouldn’t Build What You Don’t Need

YAGNI: Why You Shouldn’t Build What You Don’t Need

23
Comments 6
3 min read
SEO: Tips for Crawlers and LLM Discovery

SEO: Tips for Crawlers and LLM Discovery

16
Comments 1
4 min read
Frontend Performance Optimization: Best Practices for Faster Websites

Frontend Performance Optimization: Best Practices for Faster Websites

18
Comments
3 min read
SEO: How to Get Your Website Found on Google

SEO: How to Get Your Website Found on Google

14
Comments 3
3 min read
What’s Your Flex Level? 🐸💪

What’s Your Flex Level? 🐸💪

21
Comments 2
4 min read
How to Add Google Fonts in a React Project with Tailwind CSS

How to Add Google Fonts in a React Project with Tailwind CSS

12
Comments
3 min read
Composition Over Inheritance: A Flexible Design Principle

Composition Over Inheritance: A Flexible Design Principle

22
Comments 3
4 min read
The Blackboard Pattern: A Framework for Complex Problem Solving

The Blackboard Pattern: A Framework for Complex Problem Solving

14
Comments
3 min read
Why Astro Feels Like the Framework We’ve Been Waiting For 🚀

Why Astro Feels Like the Framework We’ve Been Waiting For 🚀

18
Comments
3 min read
Component-Based Design in Software Architecture

Component-Based Design in Software Architecture

11
Comments
3 min read
Introduction to Gang of Four (GoF) Design Patterns

Introduction to Gang of Four (GoF) Design Patterns

12
Comments 2
3 min read
Understanding Domain, Anemic Models, Domain Language, Class Invariants, and Layered Architectures

Understanding Domain, Anemic Models, Domain Language, Class Invariants, and Layered Architectures

13
Comments
4 min read
Understanding Object-Oriented Programming Features in JavaScript

Understanding Object-Oriented Programming Features in JavaScript

11
Comments
3 min read
The Proxy Playbook: Building Fast, Secure Middle Layers in Go

The Proxy Playbook: Building Fast, Secure Middle Layers in Go

16
Comments
9 min read
Understanding Programming Paradigms: Structured, Functional, and Object-Oriented Programming

Understanding Programming Paradigms: Structured, Functional, and Object-Oriented Programming

5
Comments
3 min read
Go Basics: How to Use Enums, Structs, and Interfaces Effectively

Go Basics: How to Use Enums, Structs, and Interfaces Effectively

13
Comments
2 min read
JWT Security Best Practices

JWT Security Best Practices

12
Comments
2 min read
Securing the Processing Layer in Your Backend

Securing the Processing Layer in Your Backend

13
Comments
3 min read
Securing OAuth: Best Practices for Safer Authorization Flows

Securing OAuth: Best Practices for Safer Authorization Flows

12
Comments
4 min read
Nuking AWS Resources Safely with aws-nuke

Nuking AWS Resources Safely with aws-nuke

15
Comments
2 min read
API Security with Access Control: Best Practices for a Safer Backend

API Security with Access Control: Best Practices for a Safer Backend

13
Comments
3 min read
API Security Best Practices with Go

API Security Best Practices with Go

16
Comments
3 min read
Securing REST APIs in Go (Echo Framework Edition)

Securing REST APIs in Go (Echo Framework Edition)

11
Comments
4 min read
Injecting Environment Variables in Webpack Projects

Injecting Environment Variables in Webpack Projects

12
Comments
2 min read
Avoiding the Extraneous Fetching Antipattern

Avoiding the Extraneous Fetching Antipattern

12
Comments
3 min read
Understanding Proxies: What, Why, and How to Build One in Go

Understanding Proxies: What, Why, and How to Build One in Go

30
Comments
3 min read
Setting Up a Firewall with Ansible and UFW

Setting Up a Firewall with Ansible and UFW

13
Comments
2 min read
Running PostgreSQL in Docker with Persistent Volume

Running PostgreSQL in Docker with Persistent Volume

12
Comments
2 min read
Understanding Docker Buildx & Builder: Modern Docker Builds with BuildKit

Understanding Docker Buildx & Builder: Modern Docker Builds with BuildKit

12
Comments
2 min read
Docker Volumes Explained with docker-compose

Docker Volumes Explained with docker-compose

11
Comments
2 min read
Serve Static Files with Caddy: Minimal Setup Guide

Serve Static Files with Caddy: Minimal Setup Guide

12
Comments
2 min read
Expanding Disk Size in Google Cloud

Expanding Disk Size in Google Cloud

17
Comments 1
3 min read
How to Use minio-go for S3-Compatible Storage in Go

How to Use minio-go for S3-Compatible Storage in Go

12
Comments
4 min read
.env vs .toml for Config in Go: What Should You Use?

.env vs .toml for Config in Go: What Should You Use?

18
Comments 2
2 min read
Dump and Sync PostgreSQL Schema with Python (No Data, No BS)

Dump and Sync PostgreSQL Schema with Python (No Data, No BS)

22
Comments
2 min read
Install Docker with Ansible on Ubuntu (Official Repo + Docker Compose)

Install Docker with Ansible on Ubuntu (Official Repo + Docker Compose)

17
Comments
2 min read
Build Docker Image Remotely and Run It Locally Using DOCKER_HOST + rsync

Build Docker Image Remotely and Run It Locally Using DOCKER_HOST + rsync

12
Comments
3 min read
CORS in Parse Server: Making Cross-Origin Work Without the Headache

CORS in Parse Server: Making Cross-Origin Work Without the Headache

12
Comments
3 min read
Injecting Environment Variables in a Frontend Rollup Build (with Docker)

Injecting Environment Variables in a Frontend Rollup Build (with Docker)

11
Comments
3 min read
Serve Static React Files with NGINX in a Multi-Stage Docker Build

Serve Static React Files with NGINX in a Multi-Stage Docker Build

11
Comments
3 min read
Serving Local Apps Securely with Caddy and Authentik: Fixing TLS Warnings in Development

Serving Local Apps Securely with Caddy and Authentik: Fixing TLS Warnings in Development

11
Comments
3 min read
How to Bridge Networks in Docker Compose (`docker-compose.yml`)

How to Bridge Networks in Docker Compose (`docker-compose.yml`)

13
Comments 2
2 min read
Locking Down Your Parse Server Schema in Production

Locking Down Your Parse Server Schema in Production

6
Comments 1
3 min read
Nerdctl: A Docker‑Compatible CLI for Containerd

Nerdctl: A Docker‑Compatible CLI for Containerd

16
Comments 1
4 min read
Host Your Own Q&A Community Using Apache Answer (with Backups to S3)

Host Your Own Q&A Community Using Apache Answer (with Backups to S3)

22
Comments 2
3 min read
Deleted a Directory? Don’t Panic: Tools Every Dev Should Know for Data Recovery

Deleted a Directory? Don’t Panic: Tools Every Dev Should Know for Data Recovery

17
Comments
2 min read
Automate PHP 7.3 Installation with Ansible

Automate PHP 7.3 Installation with Ansible

16
Comments 1
2 min read
Go Undercover: Code Obfuscation with Garble

Go Undercover: Code Obfuscation with Garble

11
Comments
3 min read
How to Migrate an AWS EC2 Instance to GCP (with Full Data & Configuration)

How to Migrate an AWS EC2 Instance to GCP (with Full Data & Configuration)

13
Comments
3 min read
Strengthen Your Server with Automated Security Audits Using Ansible

Strengthen Your Server with Automated Security Audits Using Ansible

15
Comments
3 min read
6 Must-Know Tools to Boost Your Automation Game

6 Must-Know Tools to Boost Your Automation Game

15
Comments 4
3 min read
From Scratch to Restore: Automating PostgreSQL Setup & Backups with Ansible

From Scratch to Restore: Automating PostgreSQL Setup & Backups with Ansible

12
Comments
3 min read
Why We Chose Ansible for Infrastructure as Code

Why We Chose Ansible for Infrastructure as Code

11
Comments
6 min read
Making Ansible Snappy, Quiet, and Friendly: A Dev’s Guide to `ansible.cfg`

Making Ansible Snappy, Quiet, and Friendly: A Dev’s Guide to `ansible.cfg`

11
Comments
3 min read
Automating Vault Installation with Ansible on Ubuntu

Automating Vault Installation with Ansible on Ubuntu

16
Comments 1
3 min read
loading...