Data & Analytics Career Mentoring

Motivational Monday 22nd March 2021

Analytics-Driven Strategy Community - Motivational Monday is a room I will be holding on clubhouse every Monday at 8pm UK time. Thought to share today's recap with you today: Starting Data Analytics: Data Analytics is very rich, it covers Data Engineering, Data Science, Visualisation, Agile Methodology and more. Speaking with people working in the area… Continue reading Motivational Monday 22nd March 2021

Agile Methodology, Data Strategy

What is Agile Methodology?

https://www.youtube.com/watch?v=J9BQX6BK-nw Data Analytics projects are normally run using Agile Methodology. You will hear terms like Sprints, Scrums, Product Owners and more. It can be overwhelming when you start. In this IMA podcast, I talk about the benefits of Agile and cover the basic terms to better understand how the methodology works. This episode also covers… Continue reading What is Agile Methodology?

Data Strategy

Career and Hobbies Pattern

Our personality flourishes when we pick the right hobbies and career. Somehow, we can see the patterns between both and this helps us create a better career for ourselves. In October I did my first duathlon but had a massive injury. Today I did my first Sunday run in the couch to 5k plan, this… Continue reading Career and Hobbies Pattern

Agile Methodology, Data Strategy

Agile in One Sentence

One of the sentences I came across today and thought was very insightful was "The perspective of Scrum moves from project to product" This is really Agile in a nutshell, the end goal is a product used by the customer. This is why Agile methodology is used massively in Data Analytics projects compared to the traditional project management… Continue reading Agile in One Sentence

Data Strategy

Analytics in Automotive – Women at the Wheel

With Women's Day around the corner, I thought to share with you one of the events very close to my heart. This same time last year, I had the honour to be part of the Analytics in Automotive panel in Deloitte Women at the Wheel event. https://youtu.be/onz6MFuwvIE The event was open for women and men… Continue reading Analytics in Automotive – Women at the Wheel

Data Storytelling

Data Visualisation Resources – Part II

Last Sunday, I had the pleasure of hosting a great club house session together with the Viz Boss Hana – Hana M.K. The session was based on the feedback to hold a part II of the Data Visualisation Resources – Part I blog session we previously held. Below are few of the courses that were shared by… Continue reading Data Visualisation Resources – Part II

Data Storytelling

Data Visualisation Resources – Part I

Data visualisation can be overwhelming, especially when you start. Last week I had the pleasure of hosting a session together with Hana - Hana M.K (check her website, she has a great course "Data Viz like a Boss" which is completely free!) Below are few of the courses that were shared by us and the… Continue reading Data Visualisation Resources – Part I

Data Strategy

What Should Be On The Leadership 2021 Agenda

It was an honour to be part of the great #IMA Europe panel discussing robotics and automation in January which was sponsored by UiPath. We had great discussions covering the challenges we face today and the value of robotics and automation. In my opinion, leadership has to have two main priorities on their agenda: Value-Driven Analytics Company-wide… Continue reading What Should Be On The Leadership 2021 Agenda

Data Strategy

Leveraging Automation to Transform Finance IMA Event

Join me on January 27, for "Leveraging Automation to Transform Finance" a free webinar organised by IMA Europe. Gain insights into: ✔What are the priorities of CFO’s and the impact of the COVID crisis?✔What are the levers of Digital Transformation and what role can automation play?✔The evolution from basic RPA to Intelligent Automation and automation… Continue reading Leveraging Automation to Transform Finance IMA Event

Uncategorized

How to use SQL “Order By” Statement?

Order by is a great statement to use if you want your data sorted ascendingly or descending. If you have a sales table with a several fields and want only list of customers and sales value arranged alphabetically by customer name, the code would be: SELECT Customers, Sales_Value FROM Sales ORDER BY First_Name ASC Equally… Continue reading How to use SQL “Order By” Statement?