Category: Featured

  • GPT 4o vs GPT 4 – Massive improvements

    GPT 4o vs GPT 4 – Massive improvements

    OpenAI just released GPT 4o for the public and I went on and tested it right away and the results are massive! So, I just reposted some of my recent GPT 4 prompts to GPT 4o and here are the results! First off the performance improvement is fantastic. Before GPT4’s performance was inconsistent, sluggish, and…

  • How AI will impact software development

    How AI will impact software development

    As we step further into the AI-driven era, the buzz around how it’s reshaping the tech landscape is loud and clear. Those of us knee-deep in enterprise software are seeing firsthand how AI tools like GitHub Copilot and ChatGPT at our fingertips are making coding a bit less daunting. AI coding is taking over as…

  • Bringing Rigor to Synapse: Static Code Analysis via Azure DevOps

    Bringing Rigor to Synapse: Static Code Analysis via Azure DevOps

    Ensuring code quality is paramount, and for Azure Synapse users, this just got a lot easier. Azure Synapse Analytics is an integrated analytics service that accelerates time to insight from all data at any scale, across data warehouses and big data analytics. But, even the most robust platforms can have gaps — for Synapse, it’s…

  • 6 Microsoft Fabric Killer Features!

    6 Microsoft Fabric Killer Features!

    Microsoft Fabric is a game-changer in the world of data analytics. It’s a single, AI-powered platform that reshapes how everyone accesses, manages, and acts on data and insights by connecting every data source and analytics service in the Microsoft ecosystem together. Here are six killer features that make Microsoft Fabric a platform to look forward…

  • Microsoft Fabric: A Game Changer for Data Engineering and Analytics

    Microsoft Fabric: A Game Changer for Data Engineering and Analytics

    Microsoft has just announced a noteworthy development in the world of data analytics and AI: Microsoft Fabric. This new offering is more than just another product; it’s an integration of existing technologies into a unified platform, bringing together Azure Data Factory, Azure Synapse Analytics, and Power BI​. What particularly caught my attention is the potential…

  • The Innovation Impasse: How Breakthrough IT Developments Impede Enterprise Growth

    The Innovation Impasse: How Breakthrough IT Developments Impede Enterprise Growth

    The world of Information Technology (IT) is in constant flux. The pace of change is accelerating, fueled by open source projects, container technology, serverless cloud offerings, and distributed computing. These technologies are revolutionizing the IT landscape, and startups are harnessing their power to innovate and disrupt established markets. However, this rapid evolution presents a paradox.…

  • Synapse Minimal Test Framework – Part 5: CI with Azure DevOps

    Synapse Minimal Test Framework – Part 5: CI with Azure DevOps

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Automate testing using…

  • Synapse Minimal Test Framework – Part 4: CI with GitHub

    Synapse Minimal Test Framework – Part 4: CI with GitHub

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Automate testing using…

  • Synapse Minimal Test Framework – Part 3: Advanced pipeline test

    Synapse Minimal Test Framework – Part 3: Advanced pipeline test

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Testing a complex…

  • Synapse Minimal Test Framework – Part 2: Simple pipeline test

    Synapse Minimal Test Framework – Part 2: Simple pipeline test

    In this 5 part series I will be talking about the Synapse Minimal Test Framework. The why, how and whatnot: Want to dive straight into the code? Want to skip reading? All code below can be found on GitHub: jpaarhuis/synapse-minimal-test-framework: Minimal test framework to test Azure Synapse pipelines with MSTest (CI included) (github.com) Testing a simple…