NestedTech
NestedTech
  • Links
  • Lists
  • Tags
  • Login

Links

Add
Oldest Newest URL A-Z URL Z-A Title A-Z Title Z-A Random
Broken
Top 6 MySQL Database Management Struggles for Laravel Developers (And Smart Fixes)
https://laravel-news.com/top-6-mysql-database-management-struggles
 
Database Laravel MySQL P
Added 7 hours ago
Your Database Doesn't Trust the Server. That's Why It Writes Everything Twice.
https://newsletter.systemdesignclassroom.com/p/postgresql-write-ahead-logs-wal-durability-replication
 
Database P Postgres
Added 7 hours ago
Kubernetes Scaling Strategies
https://newsletter.systemdesigncodex.com/p/kubernetes-scaling-strategies
 
Kubernetes P
Added 7 hours ago
Must-Know Event-Driven Architectural Patterns
https://newsletter.systemdesigncodex.com/p/must-know-event-driven-architectural
 
Architectural Pattern Event-Driven P Pattern
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
Broken
Open models by OpenAI
https://openai.com/open-models/
 
AI Model OpenAI P
Added 8 hours ago
How Cursor Indexes Codebases Fast
https://read.engineerscodex.com/p/how-cursor-indexes-codebases-fast
 
Indexing P
Added 8 hours ago
How to Drop Null Values in pandas – Real Python
https://realpython.com/how-to-drop-null-values-in-pandas/

Learn how to use .dropna() to drop null values from pandas DataFrames so you can clean missing data and keep your Python analysis accurate.

 
P Pandas Python
Added 21 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
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
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 13 minutes ago
Python: Introduction to Timestamps and Time Strings - The New Stack
https://thenewstack.io/python-introduction-to-timestamps-and-time-strings/

Python has the ability convert dates and time into machine-readable timestamps, and back again. Find out how, here.

 
P Python
Added 7 hours ago
PHP 8.5 Adds Pipe Operator: What it means — The PHP Foundation — Supporting, Advancing, and Developing the PHP Language
https://thephp.foundation/blog/2025/07/11/php-85-adds-pipe-operator/

The PHP Foundation — Supporting, Advancing, and Developing the PHP Language

 
P PHP
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 21 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
The Full MCP Blueprint: Practical MCP Integration with 4 Popular Agentic Frameworks
https://www.dailydoseofds.com/model-context-protocol-crash-course-part-8/

Model context protocol crash course—Part 8.

 
MCP P Python
Added 6 hours ago
Logging in Go with Slog: A Practitioner's Guide · Dash0
https://www.dash0.com/guides/logging-in-go-with-slog

Learn structured logging fundamentals in Go advanced patterns performance tradeoffs and how to avoid critical production pitfalls

 
Golang Logging 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
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
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
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
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 P Postgres
Added 13 minutes ago
Object-Oriented Design Patterns with Java
https://www.freecodecamp.org/news/object-oriented-design-patterns-with-java/

In this article I will introduce some of the most useful object-oriented design patterns. Design patterns are solutions to common problems that show up over and over again. These problems will show up in many different contexts but always have the sa...

 
Design Patterns Java OOP P
Added 7 hours ago
Beginner’s Guide to Gemini CLI: Install, Setup, and Use It Like a Pro - KDnuggets
https://www.kdnuggets.com/beginners-guide-to-gemini-cli-install-setup-and-use-it-like-a-pro

Turn your terminal into an AI coding assistant with Gemini CLI and learn how to use it like a pro in minutes.

 
AI Gemini P
Added 8 hours ago
PostgreSQL Monitoring with pg_stat_statements
https://www.mssqltips.com/sqlservertip/8295/postgresql-monitoring-with-pg-stat-statements/

Learn how to monitor PostgreSQL using pg_stat_statements along with pgAdmin and pg_stat_io to ensure PostgreSQL is running optimally.

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