akash_ync's profile picture. SLET

Akash

@akash_ync

SLET

Akash reposted

AWS isn’t hard — it’s just unfamiliar. ☁️ Start with the basics that actually matter: • EC2 → run applications • S3 → store files • IAM → manage access • VPC → networking foundation • Lambda → serverless compute • RDS → managed databases • CloudWatch → monitoring…


Akash reposted

There are 2 career paths in AI right now: The API Caller: Knows how to use an API. (Low leverage, first to be automated, $150k salary). The Architect: Knows how to build the API. (High leverage, builds the tools, $500k+ salary). Bootcamps train you to be an API Caller. This…

techNmak's tweet image. There are 2 career paths in AI right now:

The API Caller: Knows how to use an API. (Low leverage, first to be automated, $150k salary).

The Architect: Knows how to build the API. (High leverage, builds the tools, $500k+ salary).

Bootcamps train you to be an API Caller. This…

Akash reposted

Git Merge vs. Rebase vs. Squash Commit!

alexxubyte's tweet image. Git Merge vs. Rebase vs. Squash Commit!

Akash reposted

I recorded a 37-min tutorial on how to prompt with Gemini 3 to get the best UIs


Akash reposted

With JavaScript, you can build: ✅ Frontend (React, Vue, Svelte, Angular) ✅ Backend (Node.js, Express, NestJS, Fastify) ✅ Mobile apps (React Native, Ionic, NativeScript) ✅ Desktop apps (Electron, Tauri) ✅ Game development (Phaser, Babylon.js, Three.js) ✅ IoT (Johnny-Five,…


Akash reposted

Guys, need some suggestions. My whole code base is a monolith right now and I want to start creating micro services for long running tasks like SMS sending, emails, etc. Current tech stack is node js with hono and postgres. Can you tell me how should I structure my project for…


Akash reposted

Reduced our Docker build time from 45 minutes to 3 minutes. Original build: - Full npm install every time - Downloaded all dependencies fresh - No layer caching - Built everything in one stage Optimizations applied: 1. Layer caching for dependencies - Copy package.json first…


Akash reposted

As a Backend engineer, learn below to move beyond CRUD APIs: →Security a. Authentication & Authorization b. Cryptography c. Encryption Algorithms d. OWASP Top 10 e. SIEM, IDS, IPS, etc. f. misc: OAuth 2.0, JWT, etc. g. CORS h. Security headers(CSP, HSTS…


Akash reposted

things no fullstack roadmap will ever teach you 🔥 (28/100) - SSR vs SSG vs ISR vs CSR every next.js dev says “use SSR” without knowing what actually happens. here’s the difference that separates fast apps from slow ones 👇 1. ssr (server-side rendering) html is…


Akash reposted

I often get asked - "How much database knowledge is enough for a backend developer?" If you're a backend developer looking to learn databases. Learn these 25 topics👇 1. Basic Queries: SELECT, INSERT, UPDATE, DELETE 2. Joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN 3.…


Akash reposted

things no fullstack roadmap will ever teach you 🔥 (7/100) - Background Jobs & Queues not everything belongs in the request/response cycle. payments, emails, notifications, heavy tasks → all need queues. 1. why queues matter without them: • user clicks "pay" → api…


Akash reposted

Projects are the best way to learn a programming language, and here are the three projects I did to learn Golang back in 2016. 1. Build a command-line todo application 2. Build a simple in-memory message broker 3. Chat Application using WebSockets Each project covers a…


Akash reposted

"Bhaiya needed some guidance" No, you don't. You need a google search, fresh air, sunlight, less cheap dopamine, more water, cold showers, reading, a better social life, a creative hobby, a sport, and definitely less Red Bull in your diet.


Akash reposted

things no fullstack roadmap will ever teach you (2/100) - JWT Basics 🔥 jwt (json web token) is the most abused auth tool in modern apps. everyone copies boilerplate, few actually understand it. what a jwt is: • a signed string (header.payload.signature) • base64…


Akash reposted

I strongly believe this: engineering perspective, problem-solving, and reasoning from first principles are EVERYTHING. Whether we’re building a database, browser, blockchain, or massive scalable system, only a strong foundation lets us make engineering decisions that truly…


Akash reposted

What is the difference between Sharding and Partitioning? Sharding and partitioning are useful when we want to scale our databases (both storage and compute) and directly improve the overall throughput and availability of the system. Here's my detailed 24-minute no-fluff video…


Akash reposted

100 Backend Development Concepts to Master before Interviews 👇 1. Client-Server Architecture 2. HTTP/HTTPS Protocols 3. RESTful APIs & GraphQL 4. CRUD Operations 5. Authentication & Authorization 6. Database Design 7. Indexing, Joins, Transactions 8. Caching 9. Message Queues…

codewithdhanian.gumroad.com

Backend Development Mastery by Dhanian: From Basics to Real Projects

Unlock Your COMPLETE Backend Development Journey: Build Real-World Applications & Launch Your Career!Are you tired of fragmented tutorials and incomplete courses? Do you want a single, comprehe...


Akash reposted

Lol people under my project thinks backend is just all about CRUD operations but you really missed - Distributed Systems (I love this) - Event Driven Architecture - Command Query Responsibility Segregation (I love this) - Domain Driven Design - Saga Patterns and Distributed…


Akash reposted

Fun Fact - When you commit a transaction in PostgreSQL, the database doesn't immediately write your actual data pages to disk. Instead, it follows this sequence 1. Write to WAL 2. Force WAL to disk using fsync 3. Return a successful commit to your application 4. Write the actual…


Akash reposted

On my bucket list for next month (this month is already packed, lol): -Kafka → event streaming & fault tolerance -Raft → consensus made understandable -Distributed file systems → scaling storage across machines -Google Spanner → global consistency at massive scale (didn't…


United States Trends

Loading...

Something went wrong.


Something went wrong.