Addressing AI Risks: Achieving the AI Risk Management Professional Certification (AIRMPC®)

I am proud to announce that I have earned the AI Risk Management Professional Certification (AIRMPC), awarded by Certiprof on July 24, 2024. As AI becomes more integrated into critical areas of technology, understanding and mitigating associated risks is paramount. This certification equips me with the skills to assess, manage, and minimize AI risks effectively, … Read more

Explainable AI: Building Trust and Transparency with SHAP

In the fast-paced evolution of artificial intelligence (AI), transparency and trust are critical. Machine learning models often act as “black boxes,” making decisions without clearly explaining why. SHAP (SHapley Additive exPlanations) addresses this issue by providing explanations based on game theory, attributing specific feature contributions to individual predictions. This article walks through a hands-on example … Read more

Permalink Structures in WordPress

In a previous article, we’ve talked about permalinks, what they are, what their benefits are, and we also saw some examples. In this article, we will talk about permalink structures in WordPress, what do they mean and how you can work with them. If you run a website on WordPress, if you go to Dashboard, Settings, Permalink, we will … Read more

What is a Permalink?

All of us use the Internet. Along with using the Internet, we read and hear about different terms that have to do with the Internet, such as: website, web server, URL, homepage, etc. One other popular term, related to the Internet, that we hear often, is permalink. So, many people, when they hear the word “permalink” … Read more

Mastering Scaled Scrum: Earning the Scaled Scrum Professional Certification (SSPC®)

I am thrilled to announce that I’ve recently earned the Scaled Scrum Professional Certification (SSPC®), issued by Certiprof on April 27, 2024. This certification validates my skills and commitment to implementing Scaled Scrum methodologies in complex, multi-team, and enterprise-level environments. As Agile practices expand in scale and reach, this certification enables me to lead with … Read more

How to Rebuild All Indexes Online for a SQL Server Database

This article, discusses about, how you can rebuild all indexes online for a SQL Server database and provides useful T-SQL scripts that can help you perform this task. The below script makes use of the undocumented SQL Server stored procedure “sp_MSforeachtable” and with the proper syntax, it rebuilds all SQL Server indexes online for all … Read more

Strengthening Agile Leadership: Achieving the Scrum Master Professional Certificate (SMPC®)

I’m excited to share that I’ve recently earned the Scrum Master Professional Certificate (SMPC®), awarded by Certiprof on February 17, 2024. This certification is a testament to my dedication to Agile methodologies and my commitment to mastering the practices and principles of Scrum—a vital framework in today’s fast-paced, adaptive work environments.   What the SMPC … Read more

Exploring Artificial Intelligence in Greek: A Conversation with Old Town Radio

Recently, I had the pleasure of joining Old Town Radio for an insightful interview on Artificial Intelligence (AI) as part of their Town People series. This conversation, conducted in Greek, covered a broad spectrum of topics, from the history and types of AI to its impact on society and the ethical questions it raises. Here’s … Read more

Building a Simple Neural Network with Python, SQL Server, and Keras: Step-by-Step Guide

In the rapidly evolving field of artificial intelligence, neural networks have become a cornerstone for developing intelligent systems. To facilitate learning and experimentation with these models, I’ve developed a simple neural network using Keras, TensorFlow, Python, and Microsoft SQL Server. This project, featured in the GnoelixiAI Hub newsletter, demonstrates how to train a model on … Read more

SyntaxError: invalid syntax when using IF in Python – How to Resolve it

Hi friends! In this post, we will be talking about, how you can resolve the error message SyntaxError: invalid syntax when using IF statements in Python.   About the SyntaxError: invalid syntax error message in Python The SyntaxError message, is one of the most common error messages someone who is just starting with Python programming … Read more