Categories
Data Engineering

Polars: A High-Performance DataFrame Library for Rust

I know I’m late, but let me talk about Polars! I want to discuss Polars in Rust because it’s really important, it greatly enhances Rust’s capabilities for data science, which is our main focus here. This blog is still pretty new, so I’m writing this a bit late. Nothing else stopped me! Polars is a […]

Categories
Programming

Understanding Ownership in Rust and Its Role in Data Safety

Rust time again! This time, not so much about data science but about Rust completely. Today, we’ll be diving into the ownership model. This little concept ensures data safety, prevents memory corruption, and avoids bugs related to concurrency, all while delivering top-tier performance. But what exactly is it? That’s still a mystery for many people […]

Categories
Programming

A Brief Discussion on Ruby’s Philosophy and AI Integration

This article is a brief introduction to the Ruby programming language and its philosophy, and why it can be a good option for AI. To be honest, the main reason I wrote this article is to talk about Ruby and its philosophy. But since my blog focuses on AI and data science, I also wanted […]

Categories
Programming

Tracking Real-Time Game Events in JavaScript Using WebSockets

In previous article, we built a basic game analytics dashboard using JavaScript, visualizing static player data like scores and achievements. That was a solid start, but now it’s time to take things further. What if we could go live? Today, we’re pushing that concept further. Instead of showing outdated stats, we’ll build a real-time game […]

Categories
Data analysis & Visualization

Building Game Analytics Dashboard with JavaScript

Again, I’m doing something that you can also do in Python, but due to my personal preferences, I’m building it in another language. Today, we are creating a game analytics dashboard with JavaScript. I don’t care what people say; I still dislike Python, and that won’t change over the next decade. I don’t mind if […]

Categories
Machine Learning & AI

AI Can Enhance Your Code and Ideas, But It Can’t Initiate Them

I finally finished another year of college, and I’m excited to share my experiences. This year was different for me because I heavily relied on AI tools, not just for writing code, but also for automating tedious university emails. One of the most valuable lessons I learned in university wasn’t about operating systems or data […]

Categories
Programming

Coding Is Useless If You’re Not Solving Problems

For the past decade, the world has heard one resounding piece of advice: “Learn to code!” But let’s face it, this advice hasn’t been universally useful. For some, it’s just plain irrelevant. Not everyone needs to know how to code, and not everyone can excel at it. Yes, it’s a hard truth, but the reality […]

Categories
Programming

Open Source and Monetization

Open source has been around for a long time, and I’m sure you are using at least one application currently, such as Firefox, Brave, or Linux. However, have you ever wondered how these projects make money and what motivates developers to create applications, sometimes without any profit? This question has been on my mind for […]

Categories
Programming

Swift Outside the Apple Ecosystem

I know this article is a bit off-topic from our usual blog content, but I’m really passionate about the Swift programming language and wanted to share my thoughts. Specifically, I want to talk about the future of Swift outside the Apple ecosystem, not just on macOS, iOS, or iPadOS, but in broader areas like server-side […]