This is a tech podcast where human asks and AI talk.
The contents are generated using the Google NotebookLM service:
https://notebooklm.google.com/
Learn more about NotebookLM:
https://blog.google/technology/ai/notebooklm-audio-overviews/
The podcast AI is Talking: A Tech Podcast is created by NotebookLM. The podcast and the artwork on this page are embedded on this page using the public podcast feed (RSS).
In this episode, a book extract addressing the design and deployment of production-ready software is explored. It emphasizes the critical need to anticipate failures and build resilient systems, rather than assuming perfect performance. The text examines stability antipatterns, such as integration point vulnerabilities, cascading failures, and scaling issues. It advocates for proactive measures like timeouts, circuit breakers, and decoupling middleware to mitigate risks. The importance of transparency through comprehensive monitoring and logging is stressed, alongside strategies for adapting systems to ensure continuous operation and evolution. The overarching goal is to equip software engineers with the tools and patterns needed to create robust and dependable applications.
#ai #podcast #ResilientSoftware #SoftwareDevelopment #TechEducation #SoftwareEngineering #SystemStability #TechGuide #ProductionReadySoftware #MonitoringAndLogging
Based on the book:
- Release It! Design and Deploy Production-Ready Software (Michael T. Nygard)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, comprehensive guides to the JavaScript language and its applications are explored. Eloquent JavaScript introduces fundamental programming concepts through JavaScript, covering topics from basic syntax to advanced features like object-oriented programming, asynchronous operations, and DOM manipulation. It also discusses Node.js modularity and offers project-based learning. JavaScript Notes for Professionals provides a structured reference, detailing aspects like data types, functions, objects, and browser APIs with concise examples and version compatibility notes. Meanwhile, JavaScript: The Good Parts highlights a reliable and powerful subset of JavaScript, guiding developers toward writing cleaner and more effective code while avoiding problematic features.
#ai #podcast #JavaScript #Programming #Coding #WebDevelopment #SoftwareDevelopment #TechEducation #JavaScriptForProfessionals #JavaScriptTheGoodParts #TechGuide
Based on books:
- Eloquent JavaScript (Marijn Haverbeke)
- JavaScript Notes for Professionals (Stack Overflow)
- JavaScript: The Good Parts (Douglas Crockford)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, excerpts from a comprehensive guide to algorithms and data structures are explored, covering analysis, design, and implementation. Fundamental algorithms like sorting and searching are discussed alongside advanced data structures such as trees and heaps. Mathematical foundations, including asymptotic notation and number theory, are introduced to aid algorithm analysis. The book delves into dynamic programming, greedy algorithms, and linear programming, presenting a variety of problem-solving techniques. Specific implementations are reviewed in both single-threaded and multithreaded environments, providing a deep understanding of computational efficiency and approaches to problem-solving in computer science.
#ai #podcast #Algorithms #DataStructures #ComputerScience #ProblemSolving #TechEducation #CodingTechniques #Programming #SoftwareDevelopment #TechGuide
Based on the book:
- Introduction to Algorithms (Thomas H. Cormen & Charles E. Leiserson & Ronald L. Rivest & Clifford Stein)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, Implementation Patterns is explored, focusing on effective coding practices for writing understandable and maintainable code. The book details patterns related to classes, interfaces, state management, control flow, and methods. It also examines evolving frameworks while balancing compatibility with future changes. The text provides insights into the economics of code quality, emphasizing writing code for humans, not just machines. Additionally, it covers the use of collections and a performance measurement framework.
#ai #podcast #ImplementationPatterns #SoftwareDevelopment #CodingPractices #TechEducation #MaintainableCode #PerformanceOptimization #TechGuide #CleanCode
Based on the book:
- Implementation Patterns (Kent Beck)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, Head First Object-Oriented Analysis and Design is explored, praised for its accessible and engaging approach to software design. The book teaches object-oriented principles in a conversational style with humor and visuals, making complex concepts easier to understand and remember. Geared towards improving software design skills, it helps readers write better, more flexible software, even without a computer science background. The text also focuses on understanding client needs and creating well-designed software.
#ai #podcast #ObjectOrientedDesign #SoftwareDevelopment #TechEducation #SoftwareDesign #HeadFirstSeries #ProgrammingConcepts #TechGuide #FlexibleSoftware
Based on the book:
- Head First Object-Oriented Analysis and Design (Brett D. McLaughlin & Gary Pollice & David West)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, an extensive excerpt from Head First Design Patterns is explored, introducing and explaining various object-oriented design patterns in an engaging and accessible way. The text covers a wide range of patterns, including creational, structural, and behavioral patterns, detailing their intent, implementation, and benefits with real-world analogies and Java examples. It also delves into the object-oriented principles behind these patterns and how they can be combined into compound patterns for more robust designs. Additionally, the importance of a shared vocabulary among developers and practical guidance for applying patterns effectively in software development are highlighted.
#ai #podcast #DesignPatterns #ObjectOrientedProgramming #SoftwareDevelopment #TechEducation #JavaProgramming #SoftwareDesign #TechGuide #ProgrammingPrinciples
Based on the book:
- Head First Design Patterns (Eric Freeman & Elisabeth Freeman)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, the book "Growing Object-Oriented Software, Guided by Tests" is explored, presenting a guide to developing object-oriented software using test-driven development (TDD). The text emphasizes writing tests before code, promoting loosely coupled components and clear communication between objects. It advocates for designing systems through constant refactoring based on feedback from tests, resulting in maintainable and expressive code. Key concepts include using mock objects for testing, managing dependencies, and creating domain-specific languages to improve code clarity. Advanced topics such as persistence and concurrency testing are also addressed. The text underscores the importance of readable tests and a flexible design, ensuring the system can adapt to changing requirements and facilitate long-term maintainability.
#ai #podcast #TestDrivenDevelopment #ObjectOrientedProgramming #SoftwareDevelopment #TechEducation #TDD #MockObjects #SoftwareDesign #TechGuide
Based on the book:
- Growing Object-Oriented Software, Guided by Tests (Steve Freeman & Nat Pryce)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, "Enterprise Integration Patterns: Messaging Design and Deployment" is explored, focusing on messaging and integration patterns for enterprise applications. The text discusses the benefits and challenges of asynchronous messaging compared to other integration methods. It provides a pattern language of 65 patterns for designing integration solutions, examining patterns like Message Channels, Routers, Translators, and Brokers. The document covers key considerations such as guaranteed delivery, message transformation, error handling, and testing in distributed systems. It also includes implementation examples using Java Messaging Service (JMS), Microsoft Message Queuing (MSMQ), and TIBCO ActiveEnterprise.
#ai #podcast #EnterpriseIntegration #MessagingPatterns #AsynchronousMessaging #TechEducation #SoftwareDevelopment #JMS #MSMQ #TIBCO #TechGuide
Based on the book:
- Enterprise Integration Patterns - Designing, Building And Deploying Messaging (Gregor Hohpe & Bobby Woolf)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, "Effective Unit Testing" is explored, guiding Java programmers in improving their automated tests. The text emphasizes readability, maintainability, and reliability in test design, covering topics from productivity factors to test doubles. It explores common pitfalls like code smells and promotes testable designs using SOLID principles. The book advocates for the use of dynamic JVM languages like Groovy for more expressive tests. It also addresses optimizing build speed through profiling, parallelization, and distribution, and it includes a JUnit primer and extensions.
#ai #podcast #UnitTesting #JavaProgramming #AutomatedTests #TechEducation #SoftwareDevelopment #SOLIDPrinciples #Groovy #JUnit #TechGuide
Based on the book:
- Effective Unit Testing (Lasse Koskela)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, Eric Evans' book, "Domain-Driven Design: Tackling Complexity in the Heart of Software," is explored. The book emphasizes focusing software projects on the domain and its logic, using a model-based approach for effective development. It introduces core components like layered architecture, entities, value objects, services, and modules. The book champions the use of a ubiquitous language shared between developers and domain experts. Strategies for refactoring, managing complexity, and integrating diverse models within bounded contexts for large projects are discussed. Evans advocates for adaptable, clear, and minimalist designs to align software closely with domain experts' understanding.
#ai #podcast #DomainDrivenDesign #SoftwareDevelopment #TechEducation #SoftwareArchitecture #ComplexityManagement #TechGuide #SoftwareDesign
Based on the book:
- Domain-Driven Design: Tackling Complexity in the Heart of Software (Eric Evans)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, "Designing Interfaces: Patterns for Effective UI" is explored, presenting interface patterns for creating effective user experiences across various platforms. The book addresses fundamental design principles such as page organization, visual style, and user interaction. It explores methods for structuring content, gathering user input, using social media elements, and adapting designs for mobile devices. Topics range from basic layout to complex data visualization, with a focus on usability and aesthetic appeal. The guide provides practical examples and best practices for both desktop and web applications. Emphasizing the importance of understanding user behavior and goals, the book offers valuable insights for designers seeking to create intuitive and engaging interfaces.
#ai #podcast #InterfaceDesign #UserExperience #UIDesign #DesignPatterns #TechEducation #WebDesign #MobileDesign #Usability #TechGuide
Based on the book:
- Designing Interfaces (Jenifer Tidwell)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, insights from "Designing Great Web APIs" by James Higginbotham are explored, focusing on the importance of developer experience in creating valuable web APIs. The text argues that APIs should be treated as products, designed with an outside-in approach, and supported by comprehensive documentation and code examples. It emphasizes the need for intuitive, consistent, and secure API design, advocating for a design-first process involving API modeling. The book also explores the API economy, discussing its rise and the business advantages of Web APIs and HTTP. A major component of the text explains what makes APIs appealing to developers, providing insights into designing APIs that are functional and enjoyable to use, thereby driving business success.
#ai #podcast #WebAPIs #APIDesign #DeveloperExperience #APIModeling #TechEducation #SoftwareDevelopment #APIEconomy #TechGuide
Based on the book:
- Designing Great Web APIs (James Higginbotham)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, guidance on improving software delivery through continuous delivery practices is explored. The text champions the automation of builds, tests, and deployments to achieve faster, more reliable releases. It covers essential elements such as version control, configuration management, testing strategies, and managing infrastructure. Strategies for managing components, and dependencies, and dealing with challenges in complex environments are also discussed. The document emphasizes the importance of team collaboration, fast feedback loops, and continuous improvement to enable efficient software delivery.
#ai #podcast #ContinuousDelivery #SoftwareDevelopment #Automation #TechEducation #SoftwareEngineering #BuildAutomation #CI #TeamCollaboration #TechGuide
Based on the book:
- Continuous Delivery: Reliable Software Releases Through Build, Test And Deployment Automation (Jez Humble & David Farley)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, Robert C. Martin's book, "Clean Architecture," is explored, focusing on the principles of software design and structure. The book emphasizes the separation of concerns and the creation of maintainable systems, promoting an architecture where business rules are independent of frameworks, databases, and UI. It examines programming paradigms, SOLID principles, and component-based services, highlighting their contribution to a clean and testable architecture. Through case studies and historical anecdotes, Martin demonstrates the application of these principles in traditional and embedded systems. The core message is that well-defined boundaries and dependency management are essential for creating adaptable software that resists technical debt. Ultimately, the book advocates for a craftsmanlike approach to software architecture, focusing on long-term value and maintainability.
#ai #podcast #CleanArchitecture #SoftwareDesign #SOLIDPrinciples #TechEducation #SoftwareDevelopment #TechGuide #MaintainableCode #SoftwareEngineering
Based on the book:
- Clean Architecture: A Craftsman’s Guide to Software Structure and Design (Robert C. Martin)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, "Artificial Intelligence - A Modern Approach" is explored, offering a comprehensive overview of AI concepts and techniques. Topics range from basic search algorithms and problem-solving to advanced subjects like knowledge representation, probabilistic reasoning, and machine learning. The text delves into different types of agents (reflex, model-based, goal-based, and utility-based) and discusses methods for handling uncertainty and decision-making. It addresses game theory and multiagent systems and explores AI applications in natural language processing, computer vision, and robotics. The book also considers the philosophical implications of AI and its potential impact on humanity.
#ai #podcast #ArtificialIntelligence #AI #MachineLearning #NaturalLanguageProcessing #Robotics #TechEducation #PhilosophyOfAI #AIConcepts #TechGuide
Based on the book:
- Artificial Intelligence: A Modern Approach (Stuart J. Russell & Peter Norvig)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, an introduction to scenario testing, a software testing technique using hypothetical stories to evaluate a system, is explored. The text emphasizes that ideal scenario tests should be based on motivating, credible, and complex stories involving stakeholders and real-world situations. It examines how scenario tests can be used to learn a product, connect testing to requirements, expose failures, explore expert usage, and highlight requirements-related controversies. Twelve methods for creating strong scenarios are detailed, along with potential risks such as unsuitability for early-stage testing and lack of coverage. The document also highlights that scenario testing is best suited for complex events, end-to-end benefit delivery, expert user interactions, and persuading others about the seriousness of bugs.
#ai #podcast #ScenarioTesting #SoftwareTesting #QualityAssurance #TechEducation #SoftwareDevelopment #TestingTechniques #BugDetection #UserExperience #TechGuide
Based on the book:
- An Introduction to Scenario Testing (Cem Kaner)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, comprehensive guidance on agile testing is explored, emphasizing its integration throughout the software development lifecycle. The text promotes collaboration between testers, programmers, and customers to ensure high-quality, customer-centric products. It advocates for continuous testing, early bug detection, and strategic automation to reduce technical debt. Various testing quadrants and techniques are covered, along with the importance of adapting traditional processes to the agile environment. The significance of team communication, feedback, and shared responsibility for quality is highlighted. Additionally, the text provides strategies for managing releases, planning iterations, and making informed choices about bug tracking and resolution.
#ai #podcast #AgileTesting #SoftwareDevelopment #ContinuousTesting #Automation #QualityAssurance #TechEducation #AgileProcesses #TeamCollaboration #SoftwareQuality
Based on the book:
- Agile Testing: A Practical Guide for Testers and Agile Teams (Lisa Crispin)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, Robert C. Martin's book, "Agile Software Development: Principles, Patterns, and Practices," is explored. The book presents a better approach to software engineering through the Manifesto for Agile Software Development, emphasizing values such as individuals and interactions over processes and tools. It covers agile practices like Extreme Programming, design principles, and patterns. The author also discusses refactoring and includes various case studies to illustrate agile concepts in action. This guide is valuable for both developers and managers looking to build and manage agile projects.
#ai #podcast #Agile #AgileDevelopment #SoftwareEngineering #AgilePractices #ExtremeProgramming #Refactoring #DesignPatterns #TechManagement #SoftwareProjects #TechEducation
Based on the book:
- Agile Software Development: Principles, Patterns, and Practices (Robert C. Martin)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, two key study guides for the AWS Certified Solutions Architect - Associate exam are explored. They cover a broad range of AWS services and concepts, from basic cloud computing principles to advanced architectural patterns. Topics include compute services like EC2 and Lambda, storage solutions like S3 and Glacier, database options such as RDS and DynamoDB, and strategies for security and cost optimization. The guides also offer practical exercises, exam essentials, and review questions to aid preparation. These resources equip individuals with the knowledge and skills needed to design and implement robust, secure, and cost-effective solutions on the AWS platform.
#ai #podcast #AWS #CloudComputing #AWSCertified #SolutionsArchitect #TechEducation #ExamPrep #CloudArchitecture #TechGuide #Certification
Based on books:
- AWS Certified Solutions Architect - Associate (SAA-C01) Cert (Anthony Sequeira)
- AWS Certified Solutions Architect Study Guide: Associate SAA-C01 Exam (Ben Piper & David Clinton)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, an extract from the Linux From Scratch (LFS) book, version 9.0, is explored, providing instructions for building a custom Linux system from source code. It details the selection and installation of essential packages like Binutils, GCC, and Glibc, explaining the rationale behind each choice. The document covers prerequisites, typographical conventions, and troubleshooting tips for the build process. Additional sections include kernel configuration, bootloader setup using GRUB, and initial system configuration with scripts. It also describes file management, package management, and user and group account administration within the LFS system. Finally, the material addresses licensing and copyright arrangements for the project.
#ai #podcast #linux #LinuxFromScratch #LFS #CustomLinux #OpenSource #LinuxBuild #TechEducation #KernelConfiguration #SoftwareDevelopment #LinuxAdministration #TechGuide
Based on books:
- Linux From Scratch (Gerard Beekmans & Bruce Dubbs)
https://www.linuxfromscratch.org/
- Linux Notes for Professionals (Stack Overflow)
Generated by Google NotebookLM:
https://notebooklm.google.com/
This episode explores an introduction to Python programming, specifically versions 2.6 and 3.1, Authored by James Payne, the book is designed for both beginners and experienced programmers looking to learn or update their Python knowledge. It covers fundamental programming concepts, Python language specifics, and real-world applications. Topics include data types, functions, classes, modules, file handling, text processing, GUI development, database access, and web programming. The appendices provide additional information, including answers to exercises and a glossary.
#ai #podcast #python #softwaredevelopment #programminglanguage
Based on the book:
Beginning Python: Using Python 2.6 and Python 3.1 (James Payne)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, various texts on Docker and Kubernetes technologies are explored. One book covers Docker commands and best practices for image creation, management, and publishing to registries. Another book offers a comprehensive guide to using Puppet for infrastructure management, including manifest creation and module development. A third source combines Docker and Kubernetes, addressing security considerations with SELinux, and provides instructions for setting up and administering Kubernetes clusters, integrating with tools like Jenkins for CI/CD pipelines. The final book, "Application Deployment in a Virtualized Environment," explains the setup and administration of Docker and Kubernetes in a virtualized environment, focusing on networking, data management, and performance monitoring.
#ai #podcast #docker #kubernetes #cicd
Based on books:
- Docker Cookbook (Sébastien Goasguen)Learning Docker (Pethuru Raj & Jeeva K. S. Chelladhurai & Vinod Singh)
- DevOps: Puppet, Docker, and Kubernetes (Thomas Uphill & John Arundel & Neependra Khare)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, two key machine-learning books are explored. "Hands-On Machine Learning with Scikit-Learn and TensorFlow" provides a detailed guide to various machine learning techniques and algorithms, using Python libraries like Scikit-learn and TensorFlow. "Hands-on Data Science and Python Machine Learning" focuses on practical data science and machine learning, covering data manipulation, visualization, and a range of algorithms, including recommender systems and reinforcement learning. Both books include practical examples and code snippets, making them great resources for mastering machine learning with Python.
#ai #podcast #python #machinelearning
Based on books:
- Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent (Aurélien Géron)
- Hands-On Data Science and Python Machine Learning (Frank Kane)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, the exploration of Git is guided by three key resources. "Git Essentials" covers a comprehensive range of topics, from installation and basic commands to managing local and remote repositories, commit organization, workflows, and migrating from Subversion. "Mastering Git" delves into collaborative development, branching techniques, project history, repository maintenance, subprojects, customization, and server-side configuration. "Pro Git" offers detailed insights from setup and basic commands to branching, server configuration, distributed workflows, project contributions, customization, and an in-depth look at Git's internal workings and system integration. These resources take users from Git fundamentals to advanced collaboration, customization, and administration tasks.
#ai #podcast #git #github #softwaredevelopment
Based on books:
- Git Essentials, Second Edition (Ferdinando Santacroce)
- Git Notes for Professionals (Stack Overflow)
- Mastering Git (Jakub Narębski)
- Pro Git (Scott Chacon & Ben Straub)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, "Kotlin in Action" is thoroughly explored, offering an extensive guide to the Kotlin programming language. The book delves into its syntax, features, and real-world applications, covering essential concepts such as higher-order functions, generics, and annotations, before advancing to topics like DSL construction, Android development, and concurrent programming. Kotlin's seamless interoperability with Java is highlighted, showcasing its concise syntax, static typing, and functional programming capabilities. Practical examples demonstrate Kotlin's versatility for server-side applications, mobile development, and building structured APIs. Specific features such as nullable types, extension functions, delegated properties, and the use of lambdas for creating expressive and type-safe DSLs are also examined. Ultimately, this resource stands as an authoritative reference for developers seeking to master Kotlin and harness its advantages in various projects.
#ai #podcast #kotlin #kotlininaction #softwaredevelopment
Based on the book:
- Kotlin in Action (Dmitry Jemerov & Svetlana Isakova)
Generated by Google NotebookLM:
https://notebooklm.google.com/
This episode is from into "Design Patterns: Elements of Reusable Object-Oriented Software," a foundational text in software engineering. The book introduces design patterns—proven solutions to common design challenges—and offers a comprehensive catalog of creational, structural, and behavioral patterns. Each pattern outlines a problem, a solution, and the implications of implementing that solution. The episode emphasizes how these patterns enhance code reusability, flexibility, and maintainability in object-oriented systems. Practical examples, like a document editor, are used to demonstrate the real-world application of these patterns.
#ai #podcast #designpatterns #softwaredevelopment
Based on the book:
- Design Patterns (Erich Gamma)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, a comprehensive guide to writing effective use cases for software development is explored. The document caters to professionals, consultants, instructors, and students, covering introductory to advanced concepts. It addresses use case structure, common mistakes, process considerations, and the history of use case development. The importance of actors, goals, stakeholders, and different goal levels (strategic, user-goal, subfunction) are highlighted. Additionally, it explores various writing styles, UML diagrams, and practical aspects like estimating, planning, and tracking with use cases. The guide also covers business process modeling, data descriptions, and tools for managing use cases, ultimately aiming to improve communication, capture requirements effectively, and guide software development projects.
#ai #podcast #usecase #softwaredevelopment #programminglanguage
Based on the book:
- Writing Effective Use Cases (Alistair Cockburn)
Generated by Google NotebookLM:
https://notebooklm.google.com/
In this episode, the exploration of React Native development spans three key resources. "Apress React Native for Mobile Development" offers a comprehensive guide, covering everything from basic components to advanced features like native bridging and testing. "Learning React Native" enhances understanding through practical examples, such as building a weather app and integrating device APIs. "React Native Cookbook" provides targeted solutions to common development challenges, including styling, hardware management, and deployment. It also promotes maintainable code through testing and coding standards. These texts present a thorough overview of developing iOS and Android devices, equipping listeners with the necessary tools, resources, and skills.
#ai #podcast #reactnative #softwaredevelopment #programminglanguage
Based on the books:
- React Native for Mobile Development (Akshat Paul)
- Learning React Native (Bonnie Eisenman)
- React Native Cookbook: Bringing the Web to Native Platforms (Jonathan Lebensold)
Generated by Google NotebookLM:
https://notebooklm.google.com/
This episode summarizes key themes and principles drawn from the excerpts of Robert C. Martin's "Clean Code." The main focus is on writing code that is readable, maintainable, and efficient, emphasizing attention to detail in naming, function design, structure, and testing. It also discusses general heuristics for creating good code and considerations for concurrency.
#ai #podcast #cleancode #softwaredevelopment
Based on the book:
- Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin)
Generated by Google NotebookLM:
https://notebooklm.google.com/
En liten tjänst av I'm With Friends. Finns även på engelska.