Leanpub Header

Skip to main content

Filters

Category: "Databases"

Databases

  1. MB-820 Exam Cram: Create new companies in Business Central

    Master the skills of company creation and management in Business Central! This comprehensive guide covers everything from creating companies with the assisted setup wizard to advanced developer topics like ChangeCompany and intercompany transactions. Learn best practices for configuration packages, understand when NOT to copy companies, and gain hands-on experience with exercises designed for MB-820 exam success.

  2. MB-820 Exam Cram: Cloud Migration Tool

    Master the journey from on-premises to the cloud! This comprehensive guide unlocks the secrets of migrating Business Central, Dynamics NAV, and Dynamics GP workloads to Business Central online. Learn how to plan migrations, configure Azure Data Factory pipelines, handle incremental replication, and execute successful cutover strategies. Whether you're preparing for MB-820 certification or leading your first cloud migration project, this is your complete roadmap from planning through go-live and beyond.

  3. MB-820 Exam Cram: Business Central Performance Toolkit Guide

    Master the art of performance testing and regression detection in Business Central! This comprehensive guide unlocks the secrets of the Performance Toolkit (BCPT)—from writing custom test scenarios to detecting performance regressions across versions. Learn how to simulate hundreds of concurrent users, analyze telemetry with Power BI, and integrate performance testing into your CI/CD pipelines. Whether you're preparing for MB-820 certification or ensuring your extensions can scale to production loads, this is your roadmap from manual testing to automated performance validation.

  4. MB-820 Exam Cram: Business Central Administration and Automation API

    Master the powerful world of Business Central administration and automation! This comprehensive guide unlocks the secrets of the Admin Center API, Automation APIs, telemetry monitoring, and performance optimization. Learn how to programmatically create companies, deploy extensions, manage users, and automate tenant provisioning with infrastructure-as-code principles. Whether you're preparing for MB-820 certification or building production-ready admin automation, this is your roadmap from manual administration to full automation expertise.

  5. Vector Databases
    Vector Databases
    powering modern AI applications
    Jitin Kayyala

    Building a chat feature over your product docs? You need a vector database.Adding recommendations to your app? Vector database.Searching 100 million images by visual similarity? Definitely a vector database.Yet most engineers stumble into these projects unprepared. They don't understand the trade-offs between IVF, HNSW, and Product Quantization. They pick the wrong similarity metric. They scale the wrong way.This book is the missing manual. It covers:The mathematics of embeddings and why they workHow to choose the right algorithm for your latency and accuracy constraintsDeep dives into Pinecone, Milvus, Weaviate, Qdrant, and ChromaBuilding production RAG systems that actually workIndustry case studies from Spotify to JPMorgan Chase20+ ready-to-run recipes for common scenarios

  6. Code a database in 45 steps (Go)
    Code a database in 45 steps (Go)
    a series of test-driven small coding puzzles
    Lowram Eepson

    This series of test-driven small coding puzzles lets you code a database from scratch (no dependencies).We'll cover KV storage engines, LSM-Tree indexes, SQL, concurrent transactions, ACID, etc.

  7. Thinking in PostgreSQL
    Thinking in PostgreSQL
    A field guide to PostgreSQL for MySQL engineers
    Nick Vyzas

    Stop treating PostgreSQL like slightly broken MySQL and start using it the way it was designed.

  8. 从零开始手搓数据库(Go)

    这个一个用代码手搓数据库的项目。你可以通过这个项目:学习数据库底层原理和计算机基础。提升技术深度。通过实操来锻炼编程技能。获得一个完整的个人项目。可以用在简历、面试中。项目全面实现了几个最重要的部分:KV 储存引擎。SQL 与关系型数据库。索引与数据结构。虽然范围很广,但是被拆分成了多个小步骤。每个步骤都很简单,最多几十行代码。你会发现,复杂的概念可以从简单的概念演变而来,可以说是从0开始发明数据库。 作者网站上精选了一些类似的资源:程序员如何学习底层技术?可以邮件订阅作者网站。

  9. System Design Mastery - Generative AI
    System Design Mastery - Generative AI
    Case Studies, Trade-offs & Scenarios
    Sameer Paradkar

    Master Generative AI from Theory to ProductionYou don't learn Gen AI from tutorials — you learn from solving real problems. How does ChatGPT handle context and avoid hallucinations? How does Perplexity build RAG at scale? How does GitHub Copilot generate accurate code? System Design Mastery - Generative AI teaches through real-world scenarios and production patterns. 116 scenario-driven case studies covering:✅ RAG with vector databases and hybrid search✅ Prompt engineering with Chain-of-Thought reasoning✅ Document processing with multi-format parsing✅ Multi-modal AI with vision and audio✅ Production deployment with monitoring and cost optimization Every scenario includes: production problem, architectural approaches, Gen AI patterns, decision frameworks, tool implementations, and interview-ready explanations. Learn through case studies from OpenAI, Anthropic, Google, Meta, and top AI-companies. Your journey from developer to Gen AI architect begins here — with scenarios you'll face and tools you can deploy.

  10. System Design Mastery - Data Analytics and Machine Learning
    System Design Mastery - Data Analytics and Machine Learning
    Case Studies, Trade-offs & Scenarios
    Sameer Paradkar

    Master Data and ML Systems at ScaleYou don't master data platforms from textbooks — you master from solving real problems at petabyte scale.System Design Mastery - Data Analytics and Machine Learning teaches through production scenarios and case studies. 100 scenario-driven case studies covering:✅ Lakehouse architecture with Delta Lake, Iceberg, Hudi✅ Real-time pipelines with Kafka, Spark, Flink✅ Feature stores with Feast for training-serving consistency✅ MLOps platforms with MLflow, SageMaker, Airflow✅ Data quality frameworks with Great Expectations✅ Multi-region data sync and model serving at scale Every scenario includes: production challenge, architectural trade-offs, data/ML patterns, decision frameworks, and interview-ready explanations. Learn through real-world case studies from Netflix, Uber, Airbnb, Spotify's petabyte-scale data and ML architectures. Your journey from data engineer to architect begins here — with scenarios you'll face and systems you can build.

  11. System Design Mastery - Advanced
    System Design Mastery - Advanced
    Case Studies, Trade-offs & Scenarios
    Sameer Paradkar

    You don't master distributed systems from diagrams — you master from solving complex problems at scale. How does Netflix handle distributed transactions across regions? How does Uber orchestrate sagas for ride workflows? System Design Mastery – Advanced Track teaches through production scenarios and case studies. 124 advanced scenario-driven case studies covering: ✅ Event sourcing, CQRS, saga orchestration✅ Service mesh with Istio configuration✅ Distributed tracing with OpenTelemetry✅ Workflow orchestration with Temporal✅ Change data capture with Debezium✅ Multi-region architectures and conflict resolution Every scenario includes: production challenge, architectural trade-offs, advanced patterns, decision frameworks, and interview explanations. Learn through real-world case studies from Google, Netflix, Uber, Meta, and Stripe's planet-scale architectures. Your journey from senior engineer to architect begins here — with scenarios you'll face and patterns you can implement.

  12. System Design Mastery - Foundation
    System Design Mastery - Foundation
    Case Studies, Trade-offs & Scenarios
    Sameer Paradkar

    Master System Design from Theory to ProductionYou don't learn system design from textbooks — you learn from solving real problems. How does Netflix handle video streaming at scale? How does Uber route millions of rides? How does Slack deliver messages instantly? System Design Mastery – Foundation Track teaches through real-world scenarios and case studies. 124 scenario-driven case studies covering:✅ Database design, sharding, replication✅ Caching with Redis configuration✅ Microservices with Spring Boot & Kubernetes✅ Message queues with Kafka✅ Load balancing with NGINX✅ Monitoring with Prometheus Every scenario includes: production problem, architectural approaches, design patterns, decision frameworks, tool configurations, and interview-ready explanations. Learn through real-world case studies — from Google, Amazon, Meta, Netflix, and top tech companies. Your journey from developer to designers begins here — with scenarios you'll face and tools you can deploy.

  13. Design Driven Data Engineering
    Design Driven Data Engineering
    Design-Driven Data Engineering: From Business Domain Models to Production Data Systems
    Kevin Languedoc

    Most data engineering projects fail not because of technology—but because of design.Design-Driven Data Engineering reveals a powerful new approach: start with business design, shape clarity through information modeling, and only then build systems that scale. This book gives you the frameworks, blueprints, and real-world patterns to design architectures aligned with business value, analytics needs, and modern AI-era requirements. Whether you’re an engineer, architect, analyst, or technical lead, this guide shows you how to turn complexity into clarity—and build data systems that actually work.

  14. Memory Dump Analysis Anthology, Volume 17

    This reference volume consists of revised, edited, cross-referenced, and thematically organized articles from the Software Diagnostics and Observability Institute and the Software Diagnostics Library (former Crash Dump Analysis blog) about software diagnostics, root cause analysis, debugging, crash and hang dump analysis, and software trace and log analysis written from 15 April 2024 to 14 November 2025.

  15. Spatial Data Management with DuckDB
    Spatial Data Management with DuckDB
    From SQL Basics to Advanced Geospatial Analytics
    Qiusheng Wu

    Unlock the power of DuckDB for modern geospatial analytics. This hands-on guide helps GIS professionals master efficient spatial data management, transforming massive real-world datasets into powerful insights using SQL, Python, and DuckDB’s spatial extension. Full-color print edition is available on Amazon.