<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eğitimler Archives - Morten</title>
	<atom:link href="https://www.morten.com.tr/en/category/egitimler/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.morten.com.tr/en/category/egitimler/</link>
	<description></description>
	<lastbuilddate>Mon, 09 Mar 2026 08:14:10 +0000</lastbuilddate>
	<language>en-US</language>
	<sy:updateperiod>
	hourly	</sy:updateperiod>
	<sy:updatefrequency>
	1	</sy:updatefrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.morten.com.tr/wp-content/uploads/2024/12/cropped-Morten-Logo-Bordo-Kopya-2-32x32.png</url>
	<title>Eğitimler Archives - Morten</title>
	<link>https://www.morten.com.tr/en/category/egitimler/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AspNet Core MVC ile Web Programlama Eğitimi</title>
		<link>https://www.morten.com.tr/en/aspnet-core-mvc-ile-web-programlama-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aspnet-core-mvc-ile-web-programlama-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Tue, 17 Jun 2025 11:27:31 +0000</pubdate>
				<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Programlama]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996925</guid>

					<description><![CDATA[<p>PDF İndir AspNet Core MVC ile Web Programlama Eğitim Hakkında Bu eğitim, modern web uygulamalarının ASP.NET Core MVC çatısı altında nasıl geliştirileceğini öğrenmek isteyen yazılım geliştiricilere yöneliktir. Katılımcılar, Model-View-Controller (MVC) mimarisi, Entity Framework Core ile veri erişimi, kimlik doğrulama ve yetkilendirme (ASP.NET Identity), Razor syntax ile dinamik HTML üretimi, API geliştirme, JavaScript ile dinamik işlemler...</p>
<p>The post <a href="https://www.morten.com.tr/en/aspnet-core-mvc-ile-web-programlama-egitimi/">AspNet Core MVC ile Web Programlama Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996925" class="elementor elementor-996925" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/AspNet-Core-MVC-ile-Web-Programlama-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b>Web Programming with AspNet Core MVC</b></p><p><strong>About Education</strong></p><p class="translation-block">This course is aimed at software developers who want to learn how to develop modern web applications under the <strong>ASP.NET Core MVC</strong> framework. Participants gain in-depth knowledge of Model-View-Controller (MVC) architecture, data access with Entity Framework Core, authentication and authorization (ASP.NET Identity), dynamic HTML generation with Razor syntax, API development, dynamic operations with JavaScript, and different layers of web applications. At the end of this application-focused course, participants will be equipped to develop .NET-based web solutions at the enterprise level.</p><p><strong>Prerequisites</strong></p><ul><li>Basic knowledge of C#</li><li>HTML, CSS and basic JavaScript knowledge</li><li>Have basic knowledge of database structures and SQL</li><li> </li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 5 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 30 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p><p><strong>Who Should Participate?</strong></p><ul><li>Software developers who want to enter the field of web development</li><li>Those who want to develop enterprise applications using .NET technologies</li><li>Developers who want to transition from frameworks such as NET Web Forms, PHP, and Java</li><li>Software engineering or computer engineering students</li><li>All software developers who want to work on the .NET platform as full-stack developers</li></ul><p><strong>Educational Content</strong></p><ol><li><strong> Application Development with MVC Architecture</strong></li></ol><ul><li>What is the MVC Pattern?</li><li>Creating Controller, View and Model</li><li>Controller Methods and View Transitions</li><li>Search Feature, Add New Field and Validation</li><li>Details and Deletion Operations</li></ul><ol start="2"><li><strong> Data Access with Entity Framework Core (EF Core)</strong></li></ol><ul><li>Introduction to EF Core and Package Installation</li><li>Creating Entity and DbContext</li><li>Updating the Database with Migrations</li><li>Integrated Use with MVC</li><li>SQL Server Type Mapper and Transaction Management</li></ul><ol start="3"><li><strong> Authentication and Authorisation with ASP.NET Identity</strong></li></ol><ul><li>Authentication</li><li>Individual User Accounts and Roles</li><li>2 Factor Authentication</li><li>Authorisation</li></ul><ol start="4"><li><strong> Request Processing with Controller</strong></li></ol><ul><li>Routing and Model Binding</li><li>Model Validation</li><li>File Upload Processes</li><li>Dependency Injection Kullanımı</li><li>Controller Tests</li></ul><ol start="5"><li><strong> HTML Generation with Razor</strong></li></ol><ul><li>Razor View Syntax and Compilation</li><li>Layouts, HTML, and Tag Helpers</li><li>Partial Views</li><li>Using DI (Dependency Injection) in View</li></ul><ol start="6"><li><strong> Dynamic Interaction with JavaScript</strong></li></ol><ul><li>Using JavaScript and jQuery</li><li>Data Exchange with AJAX</li><li>Partial Update Scenarios</li></ul><ol start="7"><li><strong> ASP.NET Core Fundamentals</strong></li></ol><ul><li>Application Startup and Middleware Structure</li><li>Static Files, Routing, URL Rewrite</li><li>Error Handling</li><li>Real-Time Data with SignalR</li><li>Globalization &amp; Localization</li><li>Configuration, Logging, Environment Management</li><li>Session and Application State Management</li></ul><ol start="8"><li><strong> Web API Development</strong></li></ol><ul><li>Developing RESTful APIs with API Controller</li><li>Minimal API Usage</li><li>HTML and JSON Formats</li><li>Security Layers and Client Application Communication</li></ul><ol start="9"><li><strong> ASP.NET Core Server Technologies</strong></li></ol><ul><li>Kestrel, ASP.NET Core Module, WebListener</li><li>OWIN ve Request Features</li><li>ASP.NET vs ASP.NET Core Comparison</li></ul><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>Developing modern web applications with the NET Core MVC architecture</li><li>Managing database operations with Entity Framework Core</li><li>Identity verification, authorisation and user management</li><li>Building service-based architectures by developing Web APIs</li><li>Creating dynamic user interfaces with MVC + Razor + JavaScript</li><li>Learn about the NET Core infrastructure, middleware structure, and hosting options.</li></ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/aspnet-core-mvc-ile-web-programlama-egitimi/">AspNet Core MVC ile Web Programlama Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Implementing a SQL Data Warehouse 2019 Eğitimi</title>
		<link>https://www.morten.com.tr/en/implementing-a-sql-data-warehouse-2019-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=implementing-a-sql-data-warehouse-2019-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Tue, 17 Jun 2025 11:25:01 +0000</pubdate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Eğitimler]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996916</guid>

					<description><![CDATA[<p>PDF İndir Implementing a SQL Data Warehouse 2019 Eğitimi Eğitim Hakkında Bu eğitim, modern veri ambarı çözümlerinin SQL Server 2019 altyapısıyla nasıl tasarlanıp hayata geçirileceğini öğrenmek isteyen profesyonellere yöneliktir. Eğitim boyunca veri ambarı mimarisi, boyutsal modelleme, ETL süreçleri, SSIS kullanımı, veri kalitesi ve ana veri yönetimi gibi konular ele alınacak; ayrıca Azure SQL Data Warehouse...</p>
<p>The post <a href="https://www.morten.com.tr/en/implementing-a-sql-data-warehouse-2019-egitimi/">Implementing a SQL Data Warehouse 2019 Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996916" class="elementor elementor-996916" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/Implementing-a-SQL-Data-Warehouse-2019-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b>Implementing a SQL Data Warehouse 2019 Training</b></p><p><strong>About Education</strong></p><p>Bu eğitim, modern veri ambarı çözümlerinin SQL Server 2019 altyapısıyla nasıl tasarlanıp hayata geçirileceğini öğrenmek isteyen profesyonellere yöneliktir. Eğitim boyunca veri ambarı mimarisi, boyutsal modelleme, ETL süreçleri, SSIS kullanımı, veri kalitesi ve ana veri yönetimi gibi konular ele alınacak; ayrıca Azure SQL Data Warehouse çözümleriyle bulut entegrasyonu da uygulamalı olarak incelenecektir. Katılımcılar, kurumsal veri ambarı çözümlerinin uçtan uca planlanması, geliştirilmesi ve yönetilmesi konusunda yetkinlik kazanacaktır.</p><p><strong>Prerequisites</strong></p><ul><li>SQL Server üzerinde temel veri tabanı bilgisi (tablolar, sorgular, ilişkiler vb.)</li><li>T-SQL sorgulama bilgisi (SELECT, JOIN, GROUP BY, vb.)</li><li>Temel düzeyde SSIS bilgisi avantaj sağlar, ancak zorunlu değildir</li><li>Daha önce &#8220;Querying SQL Server&#8221; veya &#8220;Administering SQL Server&#8221; eğitimlerinden birini almış olmak önerilir</li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 5 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 30 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze/online ortam</p><p><strong>Who Should Participate?</strong></p><ul><li>BI (Business Intelligence) uzmanları ve veri mühendisleri</li><li>SQL Server geliştiricileri ve veritabanı yöneticileri</li><li>Veri ambarı projelerinde görev alan analistler ve yazılımcılar</li><li>SQL Server Integration Services (SSIS) ile ETL geliştirenler</li><li>Kurumsal düzeyde veri yönetimi, raporlama ve analiz altyapılarını kurmak isteyen tüm IT profesyonelleri</li></ul><p><strong>Educational Content</strong></p><ol><li><strong> Introduction to Data Warehousing</strong></li></ol><ul><li>Veri ambarı nedir? Ne zaman ve neden kullanılır?</li><li>Veri ambarı çözümü için temel mimari ve planlama yaklaşımı</li></ul><ol start="2"><li><strong> Planning Data Warehouse Infrastructure</strong></li></ol><ul><li>Altyapı planlamasında dikkat edilmesi gerekenler</li><li>Donanım ve performans ihtiyaçlarının analizi</li></ul><ol start="3"><li><strong> Designing and Implementing a Data Warehouse</strong></li></ol><ul><li>Boyutsal modelleme yaklaşımları</li><li>Dimension ve Fact tablolarının tasarımı</li><li>Fiziksel veri ambarı yapılarının kurgulanması</li></ul><ol start="4"><li><strong> Columnstore Indexes</strong></li></ol><ul><li>Columnstore indekslerin avantajları</li><li>Oluşturma ve yönetim adımları</li><li>Performans üzerinde etkisi ve kullanım senaryoları</li></ul><ol start="5"><li><strong> Implementing an Azure SQL Data Warehouse</strong></li></ol><ul><li>Azure platformunun veri ambarı avantajları</li><li>Azure SQL Data Warehouse kurulumu ve geliştirme adımları</li><li>Azure Data Factory ile veri taşıma ve entegrasyon</li></ul><ol start="6"><li><strong> Creating an ETL Solution</strong></li></ol><ul><li>SSIS ile ETL kavramına giriş</li><li>Kaynak verinin analiz edilmesi</li><li>Veri akışı (Data Flow) bileşenleriyle dönüşüm süreçlerinin uygulanması</li></ul><ol start="7"><li><strong> Implementing Control Flow in an SSIS Package</strong></li></ol><ul><li>SSIS paketlerinde akış kontrolü (Control Flow)</li><li>Dinamik paketler oluşturma, konteyner kullanımı</li><li>Veri tutarlılığı sağlama yöntemleri</li></ul><ol start="8"><li><strong> Debugging and Troubleshooting SSIS Packages</strong></li></ol><ul><li>Paket hata ayıklama teknikleri</li><li>SSIS loglama mekanizmaları</li><li>Hata işleme stratejileri</li></ul><ol start="9"><li><strong> Implementing a Data Extraction Solution</strong></li></ol><ul><li>Artımlı veri çekme (Incremental ETL)</li><li>Değişen verinin tespiti ve yükleme işlemleri</li><li>Temporal tablolarla versiyon kontrolü</li></ul><ol start="10"><li><strong> Enforcing Data Quality</strong></li></ol><ul><li>Veri kalitesi nedir? Neden önemlidir?</li><li>Data Quality Services (DQS) kullanımıyla veri temizleme ve eşleştirme</li></ul><ol start="11"><li><strong> Master Data Services</strong></li></ol><ul><li>MDS kavramı ve temel kullanım alanları</li><li>Hiyerarşiler ve koleksiyonlar</li><li>Ana veri merkezi (Master Data Hub) kurulumu</li></ul><ol start="12"><li><strong> Extending SQL Server Integration Services</strong></li></ol><ul><li>SSIS paketlerinde script kullanımı</li><li>Özel bileşenlerle SSIS genişletme</li></ul><ol start="13"><li><strong> Deploying and Configuring SSIS Packages</strong></li></ol><ul><li>SSIS proje dağıtımı</li><li>Paket çalıştırma planlaması ve izleme</li></ul><ol start="14"><li><strong> Consuming Data in a Data Warehouse</strong></li></ol><ul><li>BI ve raporlama kavramlarına giriş</li><li>Azure SQL Data Warehouse ile analiz uygulamaları</li><li>Raporlama çözümleriyle entegrasyon</li></ul><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>SQL Server 2019 üzerinde veri ambarı tasarım prensiplerini kavrama ve uygulama</li><li>Fact ve dimension tabloları doğru şekilde tasarlayabilme</li><li>SSIS ile profesyonel düzeyde ETL paketleri oluşturabilme ve yönetebilme</li><li>Azure SQL Data Warehouse&#8217;a geçiş süreci, veri taşıma ve analiz konularında uzmanlaşma</li><li>Veri kalitesi süreçleri ve Master Data Services (MDS) ile merkezi veri yönetimi altyapısı kurma</li><li>Veri ambarındaki verilerin raporlanması ve analizinde en iyi uygulamaları öğrenme</li></ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/implementing-a-sql-data-warehouse-2019-egitimi/">Implementing a SQL Data Warehouse 2019 Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Administering SQL Server 2019 Eğitimi</title>
		<link>https://www.morten.com.tr/en/administering-sql-server-2019-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=administering-sql-server-2019-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Tue, 17 Jun 2025 11:21:59 +0000</pubdate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Eğitimler]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996908</guid>

					<description><![CDATA[<p>PDF İndir Administering SQL Server 2019 Eğitimi Eğitim Hakkında Bu eğitim, Microsoft SQL Server 2019’un sistem yöneticileri ve veritabanı yöneticileri (DBA&#8217;ler) tarafından etkili şekilde kurulması, yönetilmesi, izlenmesi ve korunmasına yönelik kapsamlı bilgi ve uygulamaları içerir. Eğitim boyunca SQL Server kurulumu, konfigürasyonu, yedekleme-geri yükleme stratejileri, güvenlik, izleme, veri transferi, otomasyon, replikasyon ve yüksek erişilebilirlik gibi ileri...</p>
<p>The post <a href="https://www.morten.com.tr/en/administering-sql-server-2019-egitimi/">Administering SQL Server 2019 Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996908" class="elementor elementor-996908" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/Administering-SQL-Server-2019-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b>SQL Server 2019 Management Training</b></p><p><strong>About Education</strong></p><p>This training provides comprehensive information and practical applications for the effective installation, management, monitoring, and protection of Microsoft SQL Server 2019 by system administrators and database administrators (DBAs). Throughout the training, advanced administrative topics such as SQL Server installation, configuration, backup and restore strategies, security, monitoring, data transfer, automation, replication, and high availability will be covered using practical examples. Participants will gain the knowledge and skills necessary to manage SQL Server infrastructures securely, reliably, and efficiently.</p><p><strong>Prerequisites</strong></p><ul><li>Basic knowledge of SQL (T-SQL query proficiency)</li><li>Familiarity with database concepts</li><li>Basic proficiency in Windows Server environments</li><li>Previous training in ‘Querying SQL Server’ or similar courses is advantageous.</li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 5 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 30 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze/online ortam</p><p><strong>Who Should Participate?</strong></p><ul><li>Database administrators (DBAs)</li><li>System administrators and IT infrastructure specialists</li><li>Technical team members who manage SQL Server in production environments</li><li>Candidates who have set SQL Server administration as their career goal</li><li>Application developers, individuals seeking to better understand data infrastructure</li></ul><p><strong>Educational Content</strong></p><ol><li><strong> SQL Server Installation and Configuration</strong></li></ol><ul><li>SQL Server ön gereksinimleri</li><li>SQL Server kurulumu ve yönetimi</li><li>Measuring service configuration and hardware requirements</li><li>SQLIOSIM usage and installation automation</li></ul><ol start="2"><li><strong> Database and File Management</strong></li></ol><ul><li>Database planning and creation</li><li>File/FileGroup management</li><li>Metadata review, file transfer</li><li>Buffer Pool Extension configuration</li></ul><ol start="3"><li><strong> Disaster Recovery (Backup &amp; Restore)</strong></li></ol><ul><li>Backup strategies</li><li>Transaction log architecture</li><li>Full, differential, and transaction log backup</li><li>Restore operations, time-based rollback</li><li>Snapshots, system database recovery</li></ul><ol start="4"><li><strong> SQL Server Security and Authorisation</strong></li></ol><ul><li>Security model, user and role management</li><li>Encryption, keys and certificates</li><li>Fixed/database roles and custom role definition</li><li>Authorisation levels and schema-based control</li></ul><ol start="5"><li><strong> Monitoring and Performance Tracking</strong></li></ol><ul><li>Current Activity &amp; System Monitor</li><li>Data Collector and SQL Profiler</li><li>DDL triggers, Event Notification</li><li>Audit mechanisms and warning systems</li></ul><ol start="6"><li><strong> Data Transfer</strong></li></ol><ul><li>Data transfer architecture</li><li>Import/Export Wizard and SSIS usage</li><li>ETL processes with SSIS, distribution, bcp tool</li></ul><ol start="7"><li><strong> Database Maintenance</strong></li></ol><ul><li>Data integrity checks</li><li>Index maintenance, file size management</li><li>Scheduling automatic maintenance tasks</li></ul><ol start="8"><li><strong> Advanced Management Tools</strong></li></ol><ul><li>Policy-Based Management</li><li>Multi-server management</li><li>Resource Governor kullanımı</li></ul><ol start="9"><li><strong> Task Automation</strong></li></ol><ul><li>SQL Server Agent configuration</li><li>Scheduled tasks, operators</li><li>Automated task scripts and security</li></ul><ol start="10"><li><strong> SQL Server Replication</strong></li></ol><ul><li>Replication architecture and definitions</li><li>Merge, Snapshot, Transactional replication</li><li>Publication &amp; Subscription</li><li>HTTP Merge structure</li></ul><ol start="11"><li><strong> High Availability</strong></li></ol><ul><li>Log Shipping</li><li>Database Mirroring</li><li>SQL Server Clustering</li><li>Peer-to-Peer Replication</li><li>Always On Availability Groups</li></ul><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>Learn the installation, configuration, and updating processes of SQL Server 2019 through practical application.</li><li>Full proficiency in database creation, management, migration and monitoring</li><li>Ability to develop, test and implement backup and recovery strategies</li><li>Understanding the SQL Server security model and effectively managing roles, users, and permissions</li><li>Automating tasks and creating alert systems with SQL Server Agent</li><li>Understanding replication and high availability solutions at the application level</li><li>Advanced database management practice with real-world scenarios</li></ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/administering-sql-server-2019-egitimi/">Administering SQL Server 2019 Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Querying SQL Server 2019 Eğitimi</title>
		<link>https://www.morten.com.tr/en/querying-sql-server-2019-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=querying-sql-server-2019-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Tue, 17 Jun 2025 11:18:47 +0000</pubdate>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Eğitimler]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996900</guid>

					<description><![CDATA[<p>PDF İndir Querying SQL Server 2019 Eğitimi Eğitim Hakkında Querying SQL Server 2019 Eğitimi, veri tabanı sorgulama dillerine giriş yapmak ve Microsoft SQL Server ortamında etkili sorgular yazabilmek isteyen bireyler için tasarlanmış uygulamalı bir eğitimdir. Eğitim boyunca katılımcılar, SQL Server Management Studio (SSMS) kullanımı, temel ve ileri düzey T-SQL sorgularının yazılması, veri gruplama, çoklu tablo...</p>
<p>The post <a href="https://www.morten.com.tr/en/querying-sql-server-2019-egitimi/">Querying SQL Server 2019 Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996900" class="elementor elementor-996900" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/Querying-SQL-Server-2019-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2>Querying SQL Server 2019,</h2><p><strong>About Education</strong></p><p><strong>Querying SQL Server 2019,</strong>This is a practical training course designed for individuals who want to learn database query languages and write effective queries in the Microsoft SQL Server environment. Throughout the training, participants will become proficient in using SQL Server Management Studio (SSMS), writing basic and advanced T-SQL queries, data grouping, multi-table queries (JOIN), data sorting and filtering.</p><p>The training is conducted using examples supported by real-world scenarios and aims to improve participants' query writing skills in SQL Server.</p><p><strong>Prerequisites</strong></p><ul><li>Basic knowledge of computer and office software</li><li class="translation-block">No prior knowledge of SQL or databases is required.</li><li>Familiarity with working with data and basic algorithm logic is beneficial.</li><li>Those who have previously used Excel, data analysis or reporting tools may adapt more quickly.</li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 5 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 30 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze/online ortam</p><p><strong>Who Should Participate?</strong></p><ul><li>Data analysts, reporting specialists, and BI developers who want to learn SQL</li><li>Software developers who want to acquire basic data querying skills</li><li>System administrators and technical team members working with SQL Server</li><li>All professionals who work with data but want to strengthen their technical infrastructure</li><li>University students, those who want to start their career in a data-driven field</li></ul><p><strong>Educational Content</strong></p><p><strong>Introduction and Basic Concepts</strong></p><ul><li>What are data, databases and DBMS?</li><li>Relational database structure and table logic</li><li>SQL language and areas of use</li><li>Introduction to SQL Server and SSMS interface</li><li>Query execution methods</li></ul><p><strong>Quick Start to T-SQL</strong></p><ul><li>What can be done with SQL?</li><li>Basic T-SQL components and command classification</li><li>Retrieving data with the SELECT command</li><li>Listing tables and columns</li></ul><p><strong>Data Query with SELECT</strong></p><ul><li>Simple SELECT queries</li><li>DISTINCT and SELECT COUNT (DISTINCT)</li><li>Column and table aliases</li></ul><p><strong>Operators and Filtering</strong></p><ul><li>Arithmetic operators</li><li>Comparison and logical operators with WHERE condition</li><li>AND – OR, IN, LIKE, BETWEEN, IS NULL</li><li>Wildcards in the LIKE operator</li></ul><p><strong>Sorting and Result Limitation</strong></p><ul><li>ORDER BY</li><li>OFFSET – FETCH</li><li>TOP command usage</li></ul><p><strong>Grouping and Working with Grouped Data</strong></p><ul><li>Aggregation functions: SUM, COUNT, MIN, MAX, AVG</li><li>DISTINCT ile aggregate fonksiyonlar</li><li>Using GROUP BY and HAVING</li><li>Difference between HAVING and WHERE</li><li>GROUPING SETS, CUBE ve ROLLUP</li><li>SQL query processing order</li></ul><p><strong>Query with Multiple Tables (JOIN)</strong></p><ul><li>Database schema and table relationships</li><li>Primary key (PK) and foreign key (FK)</li><li>JOIN types and usage logic<ul><li>INNER JOIN</li><li>LEFT / RIGHT JOIN</li><li>FULL JOIN</li><li>CROSS JOIN</li><li>SELF JOIN and advanced JOIN structures</li></ul></li></ul><p><strong>SET Operators and PIVOT Operations</strong></p><ul><li>UNION and UNION ALL</li><li>EXCEPT and INTERSECT</li><li>Data transformation operations with PIVOT and UNPIVOT</li></ul><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>Ability to write queries confidently in an SQL Server environment</li><li>Proficiency in basic and intermediate T-SQL commands</li><li>Practical experience that meets real-life data query needs</li><li>Ability to apply JOINs, grouping, filtering and data sorting techniques</li><li>Ability to work with PIVOT and other advanced query techniques</li><li>Strong foundation in data analysis, reporting, BI, and software development</li></ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/querying-sql-server-2019-egitimi/">Querying SQL Server 2019 Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Temel Python Eğitimi</title>
		<link>https://www.morten.com.tr/en/temel-python-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=temel-python-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Tue, 17 Jun 2025 11:14:23 +0000</pubdate>
				<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Programlama]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996894</guid>

					<description><![CDATA[<p>PDF İndir Temel Python Eğitimi Eğitim Hakkında Temel Python Eğitimi, programlamaya giriş yapmak isteyen katılımcılar için Python dili üzerinden sistematik ve uygulamalı bir başlangıç sunar. Eğitim, yazılım mantığını öğrenmek isteyen yeni başlayanlardan, veri analizi, yapay zekâ ve otomasyon projelerinde Python’a ihtiyaç duyan teknik profesyonellere kadar geniş bir katılımcı kitlesine hitap eder. Katılımcılar; değişkenler, veri tipleri,...</p>
<p>The post <a href="https://www.morten.com.tr/en/temel-python-egitimi/">Temel Python Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996894" class="elementor elementor-996894" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/Temel-Python-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2>Basic Python Training</h2>
<p><strong>About Education</strong></p>
<p><strong>Basic Python Training</strong>, programlamaya giriş yapmak isteyen katılımcılar için Python dili üzerinden sistematik ve uygulamalı bir başlangıç sunar. Eğitim, yazılım mantığını öğrenmek isteyen yeni başlayanlardan, veri analizi, yapay zekâ ve otomasyon projelerinde Python’a ihtiyaç duyan teknik profesyonellere kadar geniş bir katılımcı kitlesine hitap eder.</p>
<p>Katılımcılar; değişkenler, veri tipleri, kontrol yapıları, fonksiyonlar, nesne yönelimli programlama, dosya işlemleri ve veritabanı bağlantısı gibi konuları adım adım öğrenecek, eğitim sonunda orta seviye Python projelerini tek başına geliştirebilecek bilgi ve yetkinliğe ulaşacaktır.</p>
<p><strong>Prerequisites</strong></p>
<ul>
<li>Programlama bilgisi</li>
<li>Temel bilgisayar kullanımı ve algoritma mantığına ilgi duymak yeterlidir.</li>
<li>Kodlama disiplinine açık olmak ve düzenli pratik yapmak öğrenme sürecini hızlandırır.</li>
</ul>
<p><strong>Duration of Training</strong></p>
<p><strong>Toplam Süre:</strong> 5 Gün (Günde 6 saat)<br><strong>Toplam Eğitim Saati:</strong> 30 saat<br><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p>
<p><strong>Who Should Participate?</strong></p>
<ul>
<li>Programlama dünyasına giriş yapmak isteyen herkes</li>
<li>Yazılım geliştirme temellerini Python üzerinden öğrenmek isteyen öğrenciler</li>
<li>Veri bilimi, yapay zekâ ve makine öğrenmesi gibi alanlara yönelmek isteyenler</li>
<li>Test, otomasyon, veritabanı işlemleri gibi alanlarda Python kullanmak isteyen teknik personel</li>
<li>Python diline ihtiyaç duyan tüm mühendislik, istatistik veya iş analitiği profesyonelleri</li>
</ul>
<p><strong>Educational Content</strong></p>
<ul>
<li><strong>Python Giriş</strong>
<ul>
<li>Python programlama dilini tanıma</li>
<li>Python ve IDE Kurulumu</li>
<li>Output işlemleri</li>
</ul>
</li>
<li><strong>Data Types &#8211; Veri Türleri ve Bilgisayarın Çalışma Mantığı</strong>
<ul>
<li>NoneType ve Numeric (Sayısal) Veri Tipleri</li>
<li>Dizi Halindeki Veri Tipleri</li>
<li>Listeler (List)</li>
<li>Demetler (Tuple)</li>
<li>Setler (Set)</li>
<li>Sözlükler (Dictionary)</li>
</ul>
</li>
<li><strong>Operators &#8211; Operatörler</strong>
<ul>
<li>Arithmetic Operators (Aritmetik Operatörler)</li>
<li>Assignment Operators (Atama operatörleri)</li>
<li>Comparison Operators (Karşılaştırma operatörleri)</li>
<li>Logical Operators (Mantıksal operatörler)</li>
<li>Operatörlerde KISA DEVRE (Associativity (Birleşme Özelliği))</li>
<li>Unary Operators (Tek terimli operatör)</li>
<li>Identity Operators (Benzerlik Operatörleri)</li>
<li>Bitwise Operators (Bitsel operatörler)</li>
<li>Membership Operators (Üyelik Operatörleri)</li>
<li>Ternary Conditional Operators &#8211; Üçlü Karşılaştırma Operatörleri</li>
<li>Number System Conversion (Sayı Sistemi Dönüşümü)</li>
</ul>
</li>
<li><strong>Math Modülü – Veri Alma işlemleri &#8211; DEBUG</strong>
<ul>
<li>Math modülü incelemesi</li>
<li>Input işlemleri</li>
<li>Hata ayıklama</li>
</ul>
</li>
<li><strong>Flow Control &#8211; Akış Kontrolü</strong>
<ul>
<li>If Clauses &#8211; If deyimi</li>
<li>Nested If Clauses – İç içe If deyimi</li>
<li>For Loop &#8211; For döngüsü</li>
<li>While Loop – While döngüsü</li>
<li>Break, Continue, Pass Statements &#8211; Break, Continue, Pass İfadeleri</li>
<li>Range Function &#8211; Range İfadesi</li>
<li>ASCII T</li>
</ul>
</li>
<li><strong>Functions &#8211; Fonksiyonlar</strong>
<ul>
<li>Fonksiyonlara Giriş</li>
<li>Dönüş değeri olmayan parametresiz (argümansız) fonksiyonlar</li>
<li>Dönüş değeri olmayan parametreli (argümanlı) fonksiyonlar</li>
<li>Dönüş değeri olan parametresiz (argümansız) fonksiyonlar</li>
<li>Dönüş değeri olan parametreli (argümanlı fonksiyonlar</li>
<li>Birden fazla dönüş değeri olan fonksiyonlar ve paketten çıkarma işlemi</li>
<li>Pass by value (değer geçişi) &#8211; Pass by reference (adres geçişi)</li>
<li>Types of Arguments (Argümanların tipleri)</li>
<li>Variable-Length Arguments (Sınırsız sayıda değer alma işlemleri)</li>
<li>Local Variable (Yerel değişken) vs Global Variable (Global değişken)</li>
<li>Recursive ve Iterative Fonksiyonlar</li>
<li>Lambda Anonymous Function (İsmi olmayan fonksiyon)</li>
<li>Özel Fonksiyonlar (map, filter, reduce, zip, enumerate, all, any fonksiyonu)</li>
<li>Decorators (Dekoratörler diğer bir adıyla Süsleyiciler)</li>
</ul>
</li>
<li><strong>Modules &#8211; Modüller</strong>
<ul>
<li>Modüllerle Çalışma</li>
<li>Kendi modülümüzü oluşturma ve kullanma</li>
<li>Special Variable (Özel değişken) olan&nbsp;<strong>name</strong>değişkeninin işlevi</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Object Oriented Programming – Nesneye Yönelik Programlama</strong>
<ul>
<li>Built-in Types (Tanımlı Tipler) (Python&#8217;da varsayılan veri tipleri)</li>
<li>Fonksiyon objeleriyle çalışma</li>
<li>Kendi class&#8217;ımızı (sınıfımızı &#8211; veri tipimizi) oluşturma</li>
<li>Special Variables ve Special Methods (Özel değişkenler ve metotlar)</li>
<li>Class kullanılarak oluşturulan objelerin özelliklerinin özelleştiri</li>
<li>Objelerin bilgilerinin güncellenmesi ve karşılaştırılması</li>
<li>Instance vs Class (Static) Variables</li>
<li>Instance vs Class vs Static Methods</li>
<li>Inner Class (class içinde class)</li>
<li>Inheritence (Kalıtım)</li>
<li>MRO – Method Resolution Order</li>
<li>Constructor</li>
<li>Polymorphism (Çok biçimlilik)</li>
<li>Duck Typing (Ördek Yazımı)</li>
<li>Operator Overloading (Operatörün aşırı yüklenmesi)</li>
<li>Magic Methods (Büyülü Metotlar)</li>
<li>Method Overloading (Metotun aşırı yüklenmesi)</li>
<li>Method Overriding (Metotun geçersiz kılınması)</li>
<li>Abstract Classes (Soyut Sınıflar) ve Abstract Methods (Soyut Metotlar)</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Iterators &#8211; Generators</strong>
<ul>
<li>Iterators(İteratörler &#8211; Yineleyici) Kavramı</li>
<li>Generators (Üreteçler)</li>
<li>Kendi fonksiyonumuzu modüle ekleme</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Exception Handling</strong>
<ul>
<li>Exception Handling (İstisnayı idare etme)</li>
<li>Exception bilgisi görüntüleme ve finally anahtar kelimesi</li>
<li>Multi Exception Handling (Çoklu Olağandışılığı İdare Etme)</li>
<li>Programımıza aykırı durumları Handle Etme (Logical Error)</li>
<li>Duruma göre kendi Exception&#8217;ımızı (olağandışılığımızı) fırlatma</li>
</ul>
</li>
<li><strong>Dosya İşlemleri</strong>
<ul>
<li>Dosya oluşturma ve yazma işlemleri</li>
<li>Dosya okuma işlemleri</li>
<li>Dosyalarda kullanılan fonksiyonlar</li>
<li>Dosyalarda değişiklik yapma</li>
</ul>
</li>
<li><strong>SQLite Veritabanı</strong>
<ul>
<li>SQLite Veri tabanı ve tablo oluşturma</li>
<li>Tablolara veri ekleme</li>
<li>Tablodaki verileri çekme</li>
<li>Tablodaki verileri silme ve güncelleme</li>
</ul>
</li>
</ul>
<p><strong>What You Will Gain at the End of Training</strong></p>
<ul>
<li>Python programlama dilinde yetkinlik kazanma</li>
<li>Temel algoritmalar ve kontrol yapıları kurma becerisi</li>
<li>Fonksiyonel ve nesne yönelimli programlama pratiği</li>
<li>Hata yönetimi, dosya işlemleri ve veritabanı bağlantısı kurabilme</li>
<li>Veri işleme, otomasyon ve analiz gibi ileri konulara sağlam bir temel</li>
<li>Kendi başına projeler geliştirebilecek teknik özgüven</li>
</ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/temel-python-egitimi/">Temel Python Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Designing and Implementing a Microsoft Azure AI Solution (AI-102T00)</title>
		<link>https://www.morten.com.tr/en/designing-and-implementing-a-microsoft-azure-ai-solution-ai-102t00/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=designing-and-implementing-a-microsoft-azure-ai-solution-ai-102t00</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Thu, 12 Jun 2025 08:27:23 +0000</pubdate>
				<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Yapay Zeka (AI)]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996884</guid>

					<description><![CDATA[<p>PDF İndir Designing and Implementing a Microsoft Azure AI Solution (AI-102T00 Eğitim Hakkında Designing and Implementing a Microsoft Azure AI Solution (AI-102T00) eğitimi, yazılım geliştiricilerin, Yapay Zekâ Mühendisi rolünü üstlenerek Azure AI servislerini planlama, tasarlama, geliştirme, dağıtma ve yönetme becerilerini kazandırmayı amaçlar.Bu eğitim sürecinde Azure Cognitive Services, Azure Cognitive Search, Azure OpenAI gibi hizmetlerin kullanımı...</p>
<p>The post <a href="https://www.morten.com.tr/en/designing-and-implementing-a-microsoft-azure-ai-solution-ai-102t00/">Designing and Implementing a Microsoft Azure AI Solution (AI-102T00)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996884" class="elementor elementor-996884" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/06/Designing-and-Implementing-a-Microsoft-Azure-AI-Solution.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Designing and Implementing a Microsoft Azure AI Solution (AI-102T00</strong></p><p><strong>About Education</strong></p><p><strong>Designing and Implementing a Microsoft Azure AI Solution (AI-102T00)</strong> training course aims to equip software developers with the skills to plan, design, develop, deploy, and manage Azure AI services by taking on the role of Artificial Intelligence Engineer.<br />This training course will demonstrate the use of services such as Azure Cognitive Services, Azure Cognitive Search, and Azure OpenAI. Real-world scenarios will be addressed using REST APIs and SDKs in C# or Python.</p><p><strong>Prerequisites</strong></p><ul><li>Software development knowledge (experience working with at least one of the C# or Python languages)</li><li>Knowledge of Azure fundamentals (Azure portal usage, resource creation, basic service logic)</li><li>Experience working with REST APIs (JSON, HTTP requests, authentication processes)</li><li>Familiarity with basic data processing and artificial intelligence concepts (entry-level knowledge in areas such as machine learning, NLP, and visual processing)</li><li>People with general cloud and software development experience can participate in this training, even if they have not worked with Azure AI services before.</li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 4 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 24 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p><p><strong>Who Should Participate?</strong></p><ul><li>Software developers who want to develop real applications using Azure AI services</li><li>AI engineer candidates who want to plan, manage, and deploy projects involving artificial intelligence.</li><li>Azure portal, people who know C# or Python, and have worked with REST/JSON.</li><li>Professionals who want to develop products in areas such as bots, smart search, and visual/audio/speech analysis.</li></ul><p><strong>Educational Content</strong></p><ol><li><strong> Planning and Preparation</strong></li></ol><ul><li>Azure AI services overview, architectural design, and responsible AI principles</li></ul><ol start="2"><li><strong> Creating &amp; Consuming Cognitive Services</strong></li></ol><ul><li>Source creation, endpoint/key management, REST API and SDK usage.</li></ul><ol start="3"><li><strong> Security &amp; Surveillance</strong></li></ol><ul><li>Identity verification, network security, cost/performance/telemetry monitoring, deployment to container environment</li></ul><ol start="4"><li><strong> Computer Vision</strong></li></ol><ul><li>Visual analysis, classification, object recognition, face recognition, OCR, video analysis.</li></ul><ol start="5"><li><strong> Natural Language Processing</strong></li></ol><ul><li>Language recognition, sentiment analysis, entity recognition, translation, question-answering, speech-to-text and vice versa.</li></ul><ol start="6"><li><strong> Cognitive Search</strong></li></ol><ul><li>Smart search, enrichment, knowledge store, semantic and vector search with Azure AI Search</li></ul><ol start="7"><li><strong> Document Intelligence</strong></li></ol><ul><li>Automatic data extraction from forms and documents, pre-trained &amp; custom models.</li></ul><ol start="8"><li><strong> Generative AI &amp; OpenAI</strong></li></ol><ul><li>Natural language, code, image generation, and RAG-based solutions with Azure OpenAI integration.</li></ul><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>Analysing Azure AI solutions to select the right services, plan and configure them securely.</li><li>Transforming various AI scenarios into applications with Cognitive Services</li><li>Developing end-to-end solutions in the fields of visual, language, speech, document, search, and generative AI.</li><li>Deploying solutions in containers, monitoring, ensuring security, and optimising costs.</li><li>Prepare for the AI-102 exam and reach the level required to apply for the Azure AI Engineer Associate certification.</li></ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/designing-and-implementing-a-microsoft-azure-ai-solution-ai-102t00/">Designing and Implementing a Microsoft Azure AI Solution (AI-102T00)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Claude ile Uygulama Geliştirme Eğitimi</title>
		<link>https://www.morten.com.tr/en/claude-ile-uygulama-gelistirme-egitimi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=claude-ile-uygulama-gelistirme-egitimi</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Thu, 12 Jun 2025 07:48:53 +0000</pubdate>
				<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Yapay Zeka (AI)]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996872</guid>

					<description><![CDATA[<p>PDF İndir Claude ile Uygulama Geliştirme Eğitimi Eğitim Hakkında Bu eğitim, Anthropic&#8217;in güçlü yapay zekâ modeli Claude&#8217;u kullanarak uygulama geliştirme süreçlerine yeni bir boyut kazandırmak isteyen geliştiriciler, ürün yöneticileri ve teknoloji meraklıları için tasarlanmıştır. Eğitim boyunca Claude’un API yetenekleri, doğal dil işleme (NLP), veri analizi, içerik üretimi, otomasyon ve yapay zekâ destekli uygulama senaryoları detaylı...</p>
<p>The post <a href="https://www.morten.com.tr/en/claude-ile-uygulama-gelistirme-egitimi/">Claude ile Uygulama Geliştirme Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996872" class="elementor elementor-996872" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2026/02/Claude-ile-Uygulama-Gelistirme-Egitimi.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Application Development Training with Claude</strong></p><p><strong>About Education</strong></p><p>This training is designed for developers, product managers, and tech enthusiasts who want to add a new dimension to application development processes using Anthropic's powerful artificial intelligence model, Claude. Throughout the training, Claude's API capabilities, natural language processing (NLP), data analysis, content creation, automation, and artificial intelligence-powered application scenarios will be covered in detail. Participants will gain hands-on knowledge on topics such as how to develop interactive applications with Claude, how to process user inputs, and how to interpret Claude's outputs.</p><p><strong>Prerequisites</strong></p><ul><li>Basic knowledge of software development (Python, JavaScript or similar language preferred)</li><li>Basic information about API usage</li><li>General familiarity with artificial intelligence and machine learning concepts (preferred but not required)</li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 3 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 18 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p><p><strong>Who Should Participate?</strong></p><ul><li>Application developers and software engineers</li><li>Product managers and digital transformation professionals</li><li>Entrepreneurs who want to integrate AI solutions into their products</li></ul><p><strong>Educational Content</strong></p><p><strong>Day 1 – Fundamentals and Getting Started</strong></p><p>Morning – Claude Introduction</p><ul><li>Overview of Claude models (Opus 4, Sonnet 4)</li><li>Choosing the right model: balancing performance and cost</li></ul><p>Before Lunch – API Basics</p><ul><li>Obtaining an API key and authorisation</li><li>Messages API structure and message flow</li><li>Practical: Sample application with Python/Node</li></ul><p>Afternoon – Prompt Engineering</p><ul><li>Prompt techniques for Claude 4</li><li>Examples of information extraction and structuring</li><li>Application: prompt design that produces structured output</li></ul><p><strong>Day 2 – APIs, Tools and Multimodality</strong></p><p>Morning – Advanced API Usage</p><ul><li>Message Batching (Message Batches API)</li><li>Prompt caching and performance</li><li>Code example: adding a caching layer</li></ul><p>Before Lunch – File &amp; PDF Analysis</p><ul><li>File upload and analysis</li><li>PDF content processing</li></ul><p>Afternoon – Vehicle Usage &amp; Agents</p><ul><li>Claude's driving characteristics</li><li>Developing a JSON-based task agent</li><li>Mini agent application: resume parser</li></ul><p><strong>Day 3 – Advanced Architecture and Implementation</strong></p><p>Morning – Model Context Protocol (MCP)</p><ul><li>What is MCP and what does it do?</li><li>Use with backend integration</li></ul><p>Before Lunch – Visual Skills</p><ul><li>Visual data processing, graph/chart interpretation</li><li>Application: extracting structured data from images</li></ul><p>Afternoon – Agent Systems &amp; Evaluation</p><ul><li>Smart agents with multi-step planning</li><li>Evaluation criteria and automation</li><li>Project: End-to-end Claude-supported workflow</li></ul><p><strong>Additional Module – RAG (Retrieval-Augmented Generation)</strong></p><ul><li>Using Claude with external information sources</li><li>LlamaIndex or database integration</li><li>Setting up a question-and-answer system</li></ul><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>Effective use of the Claude API</li><li>Advanced prompt design</li><li>Multimodal and tool-agent systems</li><li>Artificial intelligence evaluation and production readiness</li></ul>								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/claude-ile-uygulama-gelistirme-egitimi/">Claude ile Uygulama Geliştirme Eğitimi</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Collaboration Automation (CLAUTO)</title>
		<link>https://www.morten.com.tr/en/collaboration-automation-clauto/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=collaboration-automation-clauto</link>
		
		<dc:creator><![CDATA[Eyüp Önder]]></dc:creator>
		<pubdate>Fri, 21 Mar 2025 14:34:53 +0000</pubdate>
				<category><![CDATA[CCNP COLLABORATION]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Eğitimler]]></category>
		<guid ispermalink="false">https://morten.com.tr/?p=996671</guid>

					<description><![CDATA[<p>Collaboration Automation (CLAUTO) Eğitim Hakkında Ön Koşullar CLCOR certification or knowledge, CCNA certification or knowledge Eğitim Süresi Toplam Süre: 5 Gün (Günde 6 saat)Toplam Eğitim Saati: 30 saatEğitim Formatı: Uygulamalı ve interaktif yüz yüze /online ortam Kimler Katılmalı? Collaboration Administrators Devnet specialists Eğitim İçeriği Section 1: Introduction to Cisco Collaboration and Automation                &#8211; Overview of Cisco collaboration...</p>
<p>The post <a href="https://www.morten.com.tr/en/collaboration-automation-clauto/">Collaboration Automation (CLAUTO)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="996671" class="elementor elementor-996671" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-46e4bd1 e-flex e-con-boxed e-con e-parent" data-id="46e4bd1" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-caa1c29 elementor-widget elementor-widget-text-editor" data-id="caa1c29" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Collaboration Automation (CLAUTO)</strong></p><p><strong>About Education</strong></p><p><strong>Prerequisites</strong></p><p>CLCOR certification or knowledge, CCNA certification or knowledge</p><p><strong>Duration of Training</strong></p><p><span style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold; font-size: 16px; font-family: Helvetica;">Toplam Süre:</span><span style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;"> 5 Gün (Günde 6 saat)</span><br /><span style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold; font-size: 16px; font-family: Helvetica;">Toplam Eğitim Saati:</span><span style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;"> 30 saat</span><br /><span style="font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: bold; font-size: 16px; font-family: Helvetica;">Eğitim Formatı:</span><span style="font-family: Helvetica; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400;"> Uygulamalı ve interaktif yüz yüze /online ortam</span></p><p><strong>Who Should Participate?</strong></p><ul><li>Collaboration Administrators</li><li>Devnet specialists</li></ul><p><strong>Educational Content</strong></p><p>Section 1: Introduction to Cisco Collaboration and Automation</p><p>               &#8211; Overview of Cisco collaboration tools (Cisco Unified Communications Manager, Webex, etc.)</p><p>               &#8211; Introduction to automation and its benefits in Cisco collaboration</p><p>               &#8211; Exploring common collaboration tasks that can be automated</p><p>Section 2: Python Basics for Automation</p><p>               &#8211; Introduction to Python programming language</p><p>               &#8211; Setting up Python environment (IDE, libraries, etc.)</p><p>               &#8211; Basic Python syntax and data types</p><p>               &#8211; Loops in Python</p><p>               &#8211; Define function in Python</p><p>Section 3: GIT and GitHUB/GitLAB</p><p>               &#8211; Introduction of Git</p><p>               &#8211; Git Usage and feature</p><p>               &#8211; GitHub/GitLab and its usage</p><p>Section 4: Working with Cisco Collaboration APIs</p><p>               &#8211; Introduction to Cisco Collaboration APIs (RESTful APIs, AXL, etc.)</p><p>               &#8211; Understanding API documentation and authentication</p><p>               &#8211; Making API requests using Python (requests library)</p><p>Section 5: Automating Call Management and Daily Task</p><p>               &#8211; Automating call routing and forwarding</p><p>               &#8211; Automating voice gateway</p><p>               &#8211; Automating user provisioning and account management</p><p>               &#8211; Modifying settings and configurations using APIs</p><p>               &#8211; Bulk operations and automating repetitive tasks</p><p>               &#8211; Retrieving call logs and call history data</p><p>Section 6: Monitoring and Analytics Automation</p><p>               &#8211; Retrieving and analyzing collaboration data (usage, performance, etc.)</p><p>               &#8211; Generating reports and dashboards using Python libraries</p><p>               &#8211; Proactive monitoring and alerting for collaboration systems</p><p>Q&amp;A and open discussion</p><p><strong>What You Will Gain at the End of Training</strong></p><ul><li>git (version kontrol)</li><li>postman</li><li>python knowledge and  python libraries usage</li><li>rest api usage</li><li>automation scripting of cucm and vg</li></ul>								</div>
				</div>
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-0b68426 elementor-align-right elementor-widget elementor-widget-button" data-id="0b68426" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/03/Collaboration-Automation.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/collaboration-automation-clauto/">Collaboration Automation (CLAUTO)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Identity and Access Administrator (SC-300)</title>
		<link>https://www.morten.com.tr/en/microsoft-identity-and-access-administrator-sc-300/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-identity-and-access-administrator-sc-300</link>
		
		<dc:creator><![CDATA[dvususer]]></dc:creator>
		<pubdate>Thu, 09 Jan 2025 12:55:31 +0000</pubdate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid ispermalink="false">http://18.199.85.50/?p=995120</guid>

					<description><![CDATA[<p>Eğitim Hakkında Microsoft SC-300 eğitimi, kurumsal uygulamalara güvenli kimlik doğrulama ve yetkilendirme erişimi sağlama gibi görevleri yürütmeyi öğretiyor. Ayrıca tüm kullanıcılar için sorunsuz deneyimler ve self-servis yönetim yetenekleri sunmayı da kapsar. Katılımcılar, kimlik ve erişim yönetimi çözümlerinin uyarlanabilir erişim ve yönetimini oluşturmayı, çevrenizi izleme, sorun giderme ve raporlama üzerine bilgi sahibi olurlar. Bu rol, tek...</p>
<p>The post <a href="https://www.morten.com.tr/en/microsoft-identity-and-access-administrator-sc-300/">Microsoft Identity and Access Administrator (SC-300)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="995120" class="elementor elementor-995120" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-5c62cda e-flex e-con-boxed e-con e-parent" data-id="5c62cda" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5d6a6c0 elementor-widget elementor-widget-text-editor" data-id="5d6a6c0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>About Education</strong></p><p>Microsoft SC-300 eğitimi, kurumsal uygulamalara güvenli kimlik doğrulama ve yetkilendirme erişimi sağlama gibi görevleri yürütmeyi öğretiyor. Ayrıca tüm kullanıcılar için sorunsuz deneyimler ve self-servis yönetim yetenekleri sunmayı da kapsar. Katılımcılar, kimlik ve erişim yönetimi çözümlerinin uyarlanabilir erişim ve yönetimini oluşturmayı, çevrenizi izleme, sorun giderme ve raporlama üzerine bilgi sahibi olurlar. Bu rol, tek bir birey ya da daha büyük bir ekibin üyesi olabilir. Eğitim boyunca bu rolün organizasyondaki diğer rollerle birlikte stratejik kimlik projelerini yürütmek için nasıl işbirliği yaptığı gösterilmektedir. Nihai amaç, kimlik çözümlerini modernize etmek, hibrit kimlik çözümleri uygulamak ve kimlik yönetimini hayata geçirmektir.</p><p><strong>Prerequisites</strong></p><p>No prerequisites are specified.</p><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 4 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 24 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p><p><strong>Who Should Participate?</strong></p><p>This course is designed for Identity and Access Administrators who plan to take the relevant certification exam or who perform identity and access management tasks in their daily work. It is also suitable for administrators or engineers who want to specialize in providing identity solutions and access management systems for Azure-based solutions.</p><p><strong>Educational Content</strong></p><p><strong>Module 1: Discover Identities in Microsoft Entra ID</strong></p><ul><li>Define common identity terms and explain how they are used in the Microsoft Cloud.</li><li>Explore the common management tools and needs of an identity solution.</li><li>Examine the purpose of the Zero Trust approach and how it is implemented in the Microsoft Cloud.</li><li>Explore available identity services in the Microsoft Cloud.</li></ul><p><strong>Module 2: SC-300: Identity Management Solution Implementation</strong></p><ul><li>Implementing initial configuration of Microsoft Entra ID</li><li>Create, configure and manage identities</li><li>Implement and manage external identities</li><li>Implementing and managing hybrid identity</li></ul><p><strong>Module 3: SC-300: Implementing an Authentication and Access Management Solution</strong></p><ul><li>Securing Microsoft Entra users with multi-factor authentication</li><li>Managing user authentication</li><li>Planning, implementing and managing Conditional Access</li><li>Microsoft Entra Identity Protection management</li><li>Implement access management for Azure resources</li><li>Deploy and configure Microsoft Entra Global Secure Access</li></ul><p><strong>Module 4: SC-300: Implementing Access Management for Applications</strong></p><ul><li>Planning and designing the integration of enterprise applications for SSO</li><li>Implement and monitor the integration of enterprise applications</li><li>Apply application registration</li><li>Register apps using Microsoft Entra ID</li></ul><p><strong>Module 5: SC-300: Identity Management Strategy Planning and Implementation</strong></p><ul><li>Planning and implementing authorization management</li><li>Planning, implementing and managing access reviews</li><li>Privileged access planning and implementation</li><li>Monitor and maintain Microsoft Entra ID</li><li>Explore the features of Microsoft Entra Permissions Management</li></ul><p class="translation-block"><strong>What You Will Gain at the End of the Training</strong> Participants will learn:</p><ul><li>Explore identities in Microsoft Entra ID.</li><li>SC-300: Implement identity management solution.</li><li>SC-300: Implement authentication and access management solution.</li><li>SC-300: Implement access management for applications.</li><li>SC-300: Planning and implementing identity management strategy.</li></ul>								</div>
				</div>
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-5154baa elementor-align-right elementor-widget elementor-widget-button" data-id="5154baa" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/01/Microsoft-Identity-and-Access-Administrator-SC-300.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2deef6d e-flex e-con-boxed e-con e-parent" data-id="2deef6d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-78e9af8 elementor-widget elementor-widget-spacer" data-id="78e9af8" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-0094d7d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0094d7d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d0d3196" data-id="d0d3196" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-9039b84 elementor-widget elementor-widget-spacer" data-id="9039b84" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-ac09c6a elementor-widget elementor-widget-spacer" data-id="ac09c6a" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b18bade elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="b18bade" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<span class="elementor-heading-title elementor-size-default"><a href="https://www.morten.com.tr/en/cozumlerimiz/ag-cozumleri/">Network Solutions</a></span>				</div>
				</div>
				<div class="elementor-element elementor-element-75297ca animated-slow bkheader elementor-invisible elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="75297ca" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_tablet&quot;:&quot;none&quot;}" data-widget_type="theme-post-title.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Microsoft Identity and Access Administrator (SC-300)</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-c09bc80 elementor-widget elementor-widget-spacer" data-id="c09bc80" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-6c9387b e-flex e-con-boxed e-con e-parent" data-id="6c9387b" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/microsoft-identity-and-access-administrator-sc-300/">Microsoft Identity and Access Administrator (SC-300)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Azure Security Technologies (AZ-500)</title>
		<link>https://www.morten.com.tr/en/microsoft-azure-security-technologies-az-500/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-azure-security-technologies-az-500</link>
		
		<dc:creator><![CDATA[dvususer]]></dc:creator>
		<pubdate>Thu, 09 Jan 2025 12:52:03 +0000</pubdate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Eğitimler]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid ispermalink="false">http://18.199.85.50/?p=995112</guid>

					<description><![CDATA[<p>Eğitim Hakkında Microsoft AZ-500 eğitimi, IT Güvenlik Profesyonellerine güvenlik kontrollerini uygulamak, bir organizasyonun güvenlik duruşunu korumak ve güvenlik açıklarını tespit edip gidermek için gereken bilgi ve becerileri kazandırır. Microsoft AZ-500 eğitimi; kimlik ve erişim güvenliği, platform koruması, veri ve uygulama güvenliği ile güvenlik operasyonlarını kapsar. Ön Koşullar Önceden belirli bir şart belirtilmemiştir. Ancak temel Azure ve...</p>
<p>The post <a href="https://www.morten.com.tr/en/microsoft-azure-security-technologies-az-500/">Microsoft Azure Security Technologies (AZ-500)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="995112" class="elementor elementor-995112" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-5c62cda e-flex e-con-boxed e-con e-parent" data-id="5c62cda" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5d6a6c0 elementor-widget elementor-widget-text-editor" data-id="5d6a6c0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>About Education</strong></p><p><strong>Microsoft AZ-500 eğitimi</strong>, IT Güvenlik Profesyonellerine güvenlik kontrollerini uygulamak, bir organizasyonun güvenlik duruşunu korumak ve güvenlik açıklarını tespit edip gidermek için gereken bilgi ve becerileri kazandırır. <strong>Microsoft AZ-500 eğitimi</strong>; kimlik ve erişim güvenliği, platform koruması, veri ve uygulama güvenliği ile güvenlik operasyonlarını kapsar.</p><p><strong>Prerequisites</strong></p><ul><li>There are no specific requirements listed above, but basic Azure and security knowledge may be helpful.</li></ul><p><strong>Duration of Training</strong></p><p><strong>Toplam Süre:</strong> 4 Gün (Günde 6 saat)<br /><strong>Toplam Eğitim Saati:</strong> 24 saat<br /><strong>Eğitim Formatı:</strong> Uygulamalı ve interaktif yüz yüze /online ortam</p><p><strong>Who Should Participate?</strong></p><p><strong style="color: var( --e-global-color-vamtam_accent_6 ); text-align: var(--text-align); letter-spacing: var(--vamtam-primary-font-letter-spacing-desktop,normal); text-transform: var(--vamtam-primary-font-transform,none);">Microsoft AZ-500 eğitimi</strong>, Azure Güvenlik Mühendisinin ilgili sertifikasyon sınavına hazırlanması ya da günlük işlerinde güvenlik görevlerini yerine getirmesi için tasarlanmıştır. Azure tabanlı dijital platformlar için güvenlik sağlamada uzmanlaşmak ve bir organizasyonun verilerini korumada önemli bir rol oynamak isteyen mühendisler için uygundur.</p><p><strong>Educational Content</strong></p><p><strong>AZ-500: Managing Identity and Access</strong></p><ul><li>Managing identities in Microsoft Entra ID</li><li>Managing authentication with Microsoft Entra ID</li><li>Managing authorization with Microsoft Entra ID</li><li>Managing app access in Microsoft Entra ID</li></ul><p><strong>AZ-500: Securing the Network</strong></p><ul><li>Planning and implementing security for virtual networks</li><li>Planning and implementing security for private access to Azure resources</li><li>Planning and implementing security for public access to Azure resources</li></ul><p><strong>AZ-500: Securing Computing, Storage and Databases</strong></p><ul><li>Planning and implementing advanced security for computing</li><li>Planning and implementing security for storage</li><li>Planning and implementing security for Azure SQL Database and Azure SQL Managed Instance</li></ul><p><strong>AZ-500: Managing Security Operations</strong></p><ul><li>Planning, implementing and managing management for security</li><li>Managing security posture with Microsoft Defender for Cloud</li><li>Configure and manage threat protection with Microsoft Defender for Cloud</li><li>Configure and manage security monitoring and automation solutions</li></ul><p><strong>What You Will Gain at the End of Training</strong> </p><p>Katılımcılar aşağıdaki konularda bilgi sahibi olacaklar:</p><ul><li>AZ-500: Managing Identity and Access</li><li>AZ-500: Securing the Network</li><li>AZ-500: Securing Computing, Storage and Databases</li><li>AZ-500: Managing Security Operations</li></ul>								</div>
				</div>
				<div class="vamtam-has-theme-widget-styles elementor-element elementor-element-5154baa elementor-align-right elementor-widget elementor-widget-button" data-id="5154baa" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2025/01/Microsoft-Azure-Security-Technologies-AZ-500.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download PDF</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
				</div><p>The post <a href="https://www.morten.com.tr/en/microsoft-azure-security-technologies-az-500/">Microsoft Azure Security Technologies (AZ-500)</a> appeared first on <a href="https://www.morten.com.tr/en">Morten</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>