St Clements Education and Prof. Dr. Bilal Semih Bozdemir

The St Clements Education Group was founded in 1995 when St Clements University was registered in the Turk and Caicos Islands as a university company offering non-traditional degree programs. Due to different local requirements it became obvious that in order to gain local Ministry of Higher Education approval and accreditation a single global university company…

Read More

Refactoring Code && Git Rebase

Refactoring Is a Lifesaver First of all, when we write code, we have to think about making the software work. Then we can can change the messy parts of the code. I refactored the codein my repo. I squashed all commits into one commit and I pushed to origin via git push origin main. I…

Read More

Rebuild #1.2: Just use F***ing use HTML

A friend of mine once told me, there are two wolves inside of every frontend developer:just fucking use html vs just fucking use react. At the end of my bootcamp, I was firmly in the React camp. For most situations, I still am. But as I navigate through components on my Mastermind rebuild, I keep…

Read More

Understanding DAX Functions in Power BI

Power BI stands for Power Business Intelligence—a powerful platform that enables users to transform raw data into clear, actionable, and interactive visualizations, supporting data-driven decision-making, collaboration through shared dashboards, and efficiency through automated data refreshes. At the heart of Power BI lies Data Analysis Expressions (DAX) — a formula language that powers calculations, aggregations, and…

Read More