NestedTech
NestedTech
  • Links
  • Lists
  • Tags
  • Login

Links

Add
Oldest Newest URL A-Z URL Z-A Title A-Z Title Z-A Random
How Cursor Indexes Codebases Fast
https://read.engineerscodex.com/p/how-cursor-indexes-codebases-fast
 
Indexing P
Added 7 hours ago
MCP Catalog: Finding the Right AI Tools for Your Project | Docker
https://www.docker.com/blog/finding-the-right-ai-developer-tools-mcp-catalog/

Learn what MCP is and how to find the right AI developer tools with the Docker MCP Catalog.

 
Agent AI Docker MCP P
Added 8 hours ago
Developer Walk-Through of Aider, an Open Source Agentic CLI - The New Stack
https://thenewstack.io/developer-walk-through-of-aider-an-open-source-agentic-cli/

Does Aider have the same level of control over the terminal compared to more recent agentic CLIs like Claude Code, Gemini CLI and Warp?

 
Agent AI Open Source P
Added 8 hours ago
Database Index Internals: Understanding the Data Structures
https://blog.bytebytego.com/p/database-index-internals-understanding
 
Database DSA Indexing P
Added 7 hours ago
File Storage vs Object Storage vs Block Storage
https://blog.algomaster.io/p/file-vs-object-vs-block-storage
 
P Storage
Added 7 hours ago
Opening a new era in algorithmic development - IBM Research
https://research.ibm.com/blog/future-of-developing-algorithms

IBM Research is turbocharging algorithm development for a world with quantum computing and AI.

 
Algorithm P
Added 8 hours ago
Kitten TTS: The 25MB AI Voice Model That's About to Change EVERYTHING (Runs on a Potato! ๐Ÿฅ”)
https://algogist.com/kitten-tts-the-25mb-ai-voice-model-thats-about-to-change-everything-runs-on-a-potato/

Kitten TTS: a 25MB, CPU-only, open-source voice model. Build real-time speech without GPUs or fees. Install in minutes and ship fast.

 
AI Model P Python
Added 8 hours ago
Simple Guide to Clustering & Replication in Postgres | Phil Eaton
https://www.enterprisedb.com/blog/simple-clustering-and-replication-solution-postgres

Phil Eaton introduces an easy solution for PGD clustering and replication in Postgres. Learn to establish and manage a three-node PGD cluster in AWS.

 
Database Postgres
Added 10 minutes ago
Broken
Conditionally Fail Queue Jobs While Throttling Exceptions in Laravel 12.20
https://laravel-news.com/laravel-12-20-0
 
Laravel P
Added 7 hours ago
How Databases Store Your Tables on Disk
https://www.deepintodev.com/blog/how-databases-store-your-tables-on-disk

Ever wondered how your database stores and retrieves data efficiently from disk? In this article, we take a deep dive into the internal structure of databases, covering what pages are, how heap files store data, and how indexes (including clustered indexes) make data access faster and smarter. By the end, youโ€™ll have a solid understanding of how tables are actually stored behind the scenes and how databases optimize performance using these low-level concepts

 
Database P
Added 7 hours ago
Running Redis in Docker: A Practical Guide
https://www.dragonflydb.io/guides/running-redis-in-docker-a-practical-guide

Running Redis in a Docker container provides several advantages that enhance both development and production workflows.

 
Docker P Redis
Added 7 hours ago
Broken
Kubernetes Monitoring โ€” A Complete Solution, Part 8: Logging with VictoriaLogs
https://itnext.io/kubernetes-monitoring-a-complete-solution-part-8-logging-with-victorialogs-f17c44461034
 
Kubernetes Monitoring P
Added 7 hours ago
Nginx Zero to Hero | Full Course with Hands-on - YouTube
https://www.youtube.com/watch?v=9jZEfW8h5fQ

Join our Exclusive Discord:www.youtube.com/abhishekveeramalla/joinIn this tutorial, Abhishek Veeramalla will walk through Nginx from Zero to Hero. This tutor...

 
Full Course Nginx P Video Youtube
Added 7 hours ago
Announcing the Official PHP SDK for MCP โ€” The PHP Foundation โ€” Supporting, Advancing, and Developing the PHP Language
https://thephp.foundation/blog/2025/09/05/php-mcp-sdk/

The PHP Foundation โ€” Supporting, Advancing, and Developing the PHP Language

 
MCP P PHP
Added 20 hours ago
OpenAI Customer Story | AuthZed
https://authzed.com/customers/openai

How OpenAI securely connects enterprise knowledge with ChatGPT for over 5 million business users by using AuthZed

 
Authorization OpenAI P
Added 7 hours ago
Extend Docker Compose with Provider Services
https://www.docker.com/blog/docker-compose-with-provider-services/

Docker Compose now supports provider services to connect to external systemsโ€”no wrappers needed. Build full-stack dev workflows, all in your Compose file.

 
Docker P
Added 7 hours ago
Prometheus Sharding in Kubernetes Explained - YouTube
https://www.youtube.com/watch?v=Ql9OPtr4Pbc

My DevOps Course ๐Ÿ‘‰๐Ÿฝ https://marceldempers.dev/coursePatreon ๐Ÿ‘‰๐Ÿฝhttps://patreon.com/marceldempersCheckout the source code below ๐Ÿ‘‡๐Ÿฝ and follow along ๐Ÿค“Als...

 
Kubernetes Monitoring P Prometheus Video Youtube
Added 6 hours ago
Coding Interviews were HARD, until I learned these Patterns - DEV Community
https://dev.to/somadevtoo/coding-interviews-was-hard-until-i-learned-these-patterns-2ji7

15 Coding Interview Patterns which can be used to solve 100+ Leetcode patterns and crack coding interviews. Tagged with coding, programming, softwaredevelopment, development.

 
Interview P
Added 6 hours ago
5 Python Libraries I Wish I'd Found Sooner | HackerNoon
https://hackernoon.com/5-python-libraries-i-wish-id-found-sooner

Here are five Python libraries that would have saved me countless late nights if I'd found them earlier.

 
P Python
Added 7 hours ago
Stop Ignoring Important Returns with PHP 8.5โ€™s `#[\NoDiscard]` Attribute โ€” Amit Merchant โ€” A blog on PHP, JavaScript, and more
https://www.amitmerchant.com/the-nodiscard-attribute-in-php-85/

When writing functions or methods in PHP, we often return values that are crucial for the caller to handle. Usually, those returned values need to be consumed. Check the following example.

 
P PHP
Added 7 hours ago
How To Upgrade Your MCP Server With Context Engineering - The New Stack
https://thenewstack.io/how-to-upgrade-your-mcp-server-with-context-engineering/

Context engineering anchors AI agents to ground truth. So here's how to upgrade an MCP server to help agents find legit and sourced patterns.

 
MCP P
Added 10 minutes ago
Top 25 MongoDB Interview Questions
https://blog.stackademic.com/top-25-mongodb-interview-questions-97e08f45c73f
 
Interview MongoDB P
Added 7 hours ago
Global Factory Settings, Better Column Checks & Container Attributes in Laravel 12.21 - YouTube
https://www.youtube.com/watch?v=LBadXhqdj1c

What's new in Laravel is back! We share new features of the Laravel framework every week ๐Ÿ™Œ (v12.21) 1๏ธโƒฃ Disable Factory Parents https://github.com/laravel/f...

 
Laravel P Video Youtube
Added 7 hours ago
Making a Simple HTTP Server with Asyncio Protocols
https://jacobpadilla.com/articles/asyncio-protocols

Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch!

 
Asyncio HTTP HTTP Server P Protocol Python Streams
Added 7 hours ago
Top 10 API Gateways in 2025 | Nordic APIs |
https://nordicapis.com/top-10-api-gateways-in-2025/

Explore 10 top API gateways in 2025, comparing features, use cases, and integrations for modern enterprise needs.

 
API API Gateway P
Added 7 hours ago
  • ‹
  • 1
  • 2
  • 3
  • ›
© 2025 NestedTech. All rights reserved. | Powered by LinkAce