• Become a scrum magician pt2

    Just as we do in life, the same we should try in Scrum: The truth is no one can forecast what jobs will exist in 10 years. So the solution for your career path is to try new things, keep learning by getting new skills, try new approaches and evaluating the results. Same apply to […]

  • Become a scrum magician pt1

    DefinitionIt’s a set of rules that helps people, teams and organizations to generate value through adaptive solutions for complex problems. Is founded on empiricism and lean thinking. It’s pillars are Transparency, Inspection and Adaption. Combines four formal events for inspection and adaption within a Sprint. PillarsTransparency: Process and work must be visible to those performing […]

  • SaaS: Microsoft Fabric

    Microsoft introduced Fabric in May 2023 which is an end-to-end analytics platform integrating several technologies into a unified product empowering data and business professionals to further unlock their data potential. Currently in Preview. If you are looking for current development visit https://blog.fabric.microsoft.com/en-US/blog Each of those components provides an “experience” (MS naming) which is designed for […]

  • Kimball Dimensional Modeling (pt2)

    Begin (hopefully not an early end) of DW/BI project:It’s not a secret that many BI projects are failing, due to incorrect project planning or not the best mix of people. Below we will share with you some tips for increasing the chances of succeeding. Questions to answer before you start:– Is the organization ready to […]

  • Kimball Dimensional Modeling (pt1)

    Dimensional modeling is a technique for presenting analytic data, which has to be understandable by business users and query performance must be fast. A model should always be simple in order to be easily understood by the business users and our BI colleagues. Usually when it starts simple, and the developer is happy and OCD-detailed, […]

  • IaaC: Bicep Intro

    The Microsoft Azure team on Aug 29, 2020 released the Bicep V0.1.1 alpha release, which is a domain-specific language (programming language with a higher level of abstraction optimized for a specific class of problems). Bicep purpose is to simplify the creation of Resource Manager templates Why not manually through Azure Portal? Imperative vs Declarative code[Execute […]