Category: Programming
From Accountant to Data Engineer with Alyson La [Podcast #168]
Post Content On this week’s episode of the podcast, freeCodeCamp founder Quincy Larson interviews Alyson La. She taught herself how to code while working as an [more…]
Data Engineering with Python and AI/LLMs – Data Loading Tutorial
Post Content Master data ingestion for data engineering with Python. Learn to tackle common pipeline failures like schema changes and API limits by adopting the mindset [more…]
C#’ta Döngüsüz Döngü: Rekürsiyon ile Faktoriyel Hesaplama
Programlamada, döngüler genellikle belirli bir işlemi tekrarlamak için kullanılır. Ancak, döngüsüz döngüler de mümkündür. Rekürsiyon, bir… Continue reading on Medium » Programlamada, döngüler genellikle belirli [more…]
Simplify `appsettings.json` Management in .NET with OpenSettings
Managing appsettings in .NET projects usually starts out simple… until it doesn’t. Continue reading on Medium » Managing appsettings in .NET projects usually starts out simple… until [more…]
Projeniz appsettings.json’a Veda Ediyor Olabilir
Yeni bir proje açarsın, ilk işin appsettings.json’a connection string eklemektir. Sonra environment-specific dosyalar gelir… Continue reading on Devops Türkiye☁️ ☸️ » Yeni bir proje açarsın, [more…]
The .NET 2025 Evolution: What Senior Developers Must Know Now
Lead developers can’t take the milestone of 2025 lightly as the .NET world is reaching the crucial juncture of its existence. .NET has… Continue reading on ASP DOTNET [more…]
The Easiest Way to Replace MediatR!
Replace MediatR with your own CQRS-based mediator in .NET — clean, lightweight, no dependencies, full control. Continue reading on Medium » Replace MediatR with your own CQRS-based mediator [more…]
SQL Server Performance Optimization: Window Functions to Double Your Query Efficiency!
1. Why Do We Need Window Functions? Continue reading on Medium » 1. Why Do We Need Window Functions?Continue reading on Medium » Read More Sql on [more…]
SQL at Scale: Tools and Strategies That Actually Work
From indexing to distributed SQL engines like Vitess and Spanner, here’s how to scale your RDBMS with confidence. Continue reading on Medium » From indexing [more…]
Z-Order
Morton Order Continue reading on Medium » Morton OrderContinue reading on Medium » Read More Sql on Medium #sql
SQL — DQL: 1. Gün — Veri Sorgulamaya Giriş
Giriş Continue reading on Medium » GirişContinue reading on Medium » Read More Sql on Medium #sql
Creating MySQL Databases: Commands, Queries, and Tools
If you’re working with MySQL, you’ll often need to create databases. Whether you prefer using SQL statements, command-line tools, or a… Continue reading on The Table — Databases [more…]
Lynx Tutorial – JS Framework for Cross Platform Development
Post Content Lynx is a framework similar to React Native. In this course you will learn to build a game search application using Lynx, ByteDance’s newly [more…]
Train Your Own LLM – Tutorial
Post Content This course is designed to help beginners learn how to train a language model from start to finish. Imad will guide you through the [more…]
Migração de um Workload rodando em um Data Center Corporativo para a AWS utilizando o serviço do…
Descrição do Projeto: Continue reading on Medium » Descrição do Projeto:Continue reading on Medium » Read More MySQL on Medium #sql
Creating a Simple Data-Driven Go application
This article aims to create a simple Go application that performs CRUD operations using MySQL Database. Databases are an integral part of… Continue reading on Medium [more…]
深入解析 Entity Framework:從入門到實戰範例
如果你是 .NET 開發者,應該聽過 Entity Framework (EF) 這個名字。它是微軟推出的一個開源 ORM(物件關聯映射)框架,旨在讓你用更少的程式碼完成資料庫操作,專注於業務邏輯而非繁瑣的 SQL。今天,我們將從基礎概念出發,一步步解釋 EF… Continue reading on Medium » 如果你是 .NET 開發者,應該聽過 Entity Framework (EF) 這個名字。它是微軟推出的一個開源 ORM(物件關聯映射)框架,旨在讓你用更少的程式碼完成資料庫操作,專注於業務邏輯而非繁瑣的 SQL。今天,我們將從基礎概念出發,一步步解釋 EF…Continue reading on [more…]
SQL Query to Count Cities with Population Greater Than 100,000
In this post, we’ll explore a basic yet important SQL query: How many cities have a population larger than 100,000? This is a perfect use… Continue [more…]
SQL Query to Count Cities with Population Greater Than 100,000
In this post, we’ll explore a basic yet important SQL query: How many cities have a population larger than 100,000? This is a perfect use… Continue [more…]
C++ Setup and Installation Tools – CMake, vcpkg, Docker & Copilot
Post Content Master the essential tools for modern C++ development with this comprehensive course that covers environment setup across Windows, Linux, macOS, and Docker. Learn how [more…]