Author: Allen Perkins

  • How to use Generative AI Securely

    How to use Generative AI Securely

    Allen Perkins – Allen began working with data over 35 years ago. Aligning business needs, constructing queries, gathering data, building data models, conducting analysis, preparing visualizations, generating recommendations, making it all work faster, and then iterating for continuous improvement and alignment with security, privacy, efficiency, and business objectives. The overarching process has not changed, the…

  • Streamline Automation with Structured Child Processes in Python and Node.js

    Streamline Automation with Structured Child Processes in Python and Node.js

    Child processes are a core concept in both Python and Node.js programming. They are a powerful tool that allows developers to spawn other processes within an existing application to achieve better parallelism and scalability. By leveraging these techniques, developers can create faster and more efficient applications that use available resources more efficiently. This makes them…