feat: add initial seed data for blog posts to BlogSeeder
This commit is contained in:
@@ -116,7 +116,7 @@ class BlogSeeder extends Seeder
|
||||
[
|
||||
'category_id' => $categoryTech->id,
|
||||
'slug' => 'bulut-bilisim-kubernetes-kurumsal-mimari',
|
||||
'featured_image' => 'blog/blog_post_1.jpg',
|
||||
'featured_image' => 'blog/blog_post_1.png',
|
||||
'tags' => ['Kubernetes', 'Bulut Bilişim', 'Enterprise', 'Docker', 'Scalability'],
|
||||
'is_featured' => true,
|
||||
'tr' => [
|
||||
@@ -182,7 +182,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryTech->id,
|
||||
'slug' => 'mikroservislerde-api-gateway-guvenlik',
|
||||
'featured_image' => 'blog/blog_post_2.jpg',
|
||||
'featured_image' => 'blog/blog_post_2.png',
|
||||
'tags' => ['API Gateway', 'Microservices', 'OAuth2', 'Kong', 'Security'],
|
||||
'is_featured' => true,
|
||||
'tr' => [
|
||||
@@ -231,7 +231,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryTech->id,
|
||||
'slug' => 'dagitik-sistemlerde-veri-tutarliligi',
|
||||
'featured_image' => 'blog/blog_post_3.jpg',
|
||||
'featured_image' => 'blog/blog_post_3.png',
|
||||
'tags' => ['Saga Pattern', 'Distributed Systems', 'Apache Kafka', 'Database', 'Consistency'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -280,7 +280,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryTech->id,
|
||||
'slug' => 'devops-ci-cd-otomasyon-sifir-kesinti',
|
||||
'featured_image' => 'blog/blog_post_4.jpg',
|
||||
'featured_image' => 'blog/blog_post_4.png',
|
||||
'tags' => ['DevOps', 'CI/CD', 'GitHub Actions', 'ArgoCD', 'GitOps'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -329,7 +329,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryTech->id,
|
||||
'slug' => 'buyuk-veri-analitigi-apache-spark',
|
||||
'featured_image' => 'blog/blog_post_5.jpg',
|
||||
'featured_image' => 'blog/blog_post_5.png',
|
||||
'tags' => ['Apache Spark', 'Big Data', 'Hadoop', 'Analytics', 'Real-Time'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -380,7 +380,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryAi->id,
|
||||
'slug' => 'web-uygulamalarinda-yolov10-bilgisayarli-goru',
|
||||
'featured_image' => 'blog/blog_post_6.jpg',
|
||||
'featured_image' => 'blog/blog_post_6.png',
|
||||
'tags' => ['Yapay Zeka', 'YOLOv10', 'PyTorch', 'WebRTC', 'Computer Vision'],
|
||||
'is_featured' => true,
|
||||
'tr' => [
|
||||
@@ -429,7 +429,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryAi->id,
|
||||
'slug' => 'llm-rag-kurumsal-arama-motoru',
|
||||
'featured_image' => 'blog/blog_post_7.jpg',
|
||||
'featured_image' => 'blog/blog_post_7.png',
|
||||
'tags' => ['RAG', 'LLM', 'Vector DB', 'LangChain', 'Search'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -478,7 +478,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryAi->id,
|
||||
'slug' => 'transformers-nlp-cok-dilli-destek-asistani',
|
||||
'featured_image' => 'blog/blog_post_8.jpg',
|
||||
'featured_image' => 'blog/blog_post_8.png',
|
||||
'tags' => ['NLP', 'Transformers', 'HuggingFace', 'Customer Support', 'AI Agent'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -527,7 +527,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryAi->id,
|
||||
'slug' => 'derin-ogrenme-genai-goruntu-sentezleme',
|
||||
'featured_image' => 'blog/blog_post_9.jpg',
|
||||
'featured_image' => 'blog/blog_post_9.png',
|
||||
'tags' => ['GenAI', 'Stable Diffusion', 'Deep Learning', 'PyTorch', 'Image Synthesis'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -576,7 +576,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryAi->id,
|
||||
'slug' => 'takviyeli-ogrenme-otonom-sistemler-karar',
|
||||
'featured_image' => 'blog/blog_post_10.jpg',
|
||||
'featured_image' => 'blog/blog_post_10.png',
|
||||
'tags' => ['Reinforcement Learning', 'Autonomous Systems', 'Q-Learning', 'AI Decision'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -627,7 +627,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryMusic->id,
|
||||
'slug' => 'ai-demucs-ses-ayristirma-mimarisi',
|
||||
'featured_image' => 'blog/blog_post_11.jpg',
|
||||
'featured_image' => 'blog/blog_post_11.png',
|
||||
'tags' => ['Müzik', 'Ses Ayrıştırma', 'Demucs', 'PyTorch', 'Audio Engine'],
|
||||
'is_featured' => true,
|
||||
'tr' => [
|
||||
@@ -676,7 +676,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryMusic->id,
|
||||
'slug' => 'web-audio-api-threejs-3d-spektrogram',
|
||||
'featured_image' => 'blog/blog_post_12.jpg',
|
||||
'featured_image' => 'blog/blog_post_12.png',
|
||||
'tags' => ['WebGL', 'Three.js', 'Web Audio API', 'FFT', 'Visualizer'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -725,7 +725,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryMusic->id,
|
||||
'slug' => 'dsp-webassembly-ses-efektleri',
|
||||
'featured_image' => 'blog/blog_post_13.jpg',
|
||||
'featured_image' => 'blog/blog_post_13.png',
|
||||
'tags' => ['WebAssembly', 'DSP', 'C++', 'Audio Worklet', 'Latency'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -774,7 +774,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryMusic->id,
|
||||
'slug' => 'ai-otomatik-mastering-akustik-analiz',
|
||||
'featured_image' => 'blog/blog_post_14.jpg',
|
||||
'featured_image' => 'blog/blog_post_14.png',
|
||||
'tags' => ['Mastering', 'Acoustic Analysis', 'AI Music', 'Machine Learning', 'LUFS'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -823,7 +823,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryMusic->id,
|
||||
'slug' => 'midi-protokolu-enstruman-kontrolu',
|
||||
'featured_image' => 'blog/blog_post_15.jpg',
|
||||
'featured_image' => 'blog/blog_post_15.png',
|
||||
'tags' => ['MIDI', 'Web MIDI API', 'Synthesizer', 'Web Audio API', 'Browser'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -874,7 +874,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryApp->id,
|
||||
'slug' => 'iot-mobil-executorch-cihaz-ici-kestirimci-bakim',
|
||||
'featured_image' => 'blog/blog_post_16.jpg',
|
||||
'featured_image' => 'blog/blog_post_16.png',
|
||||
'tags' => ['Edge AI', 'IoT', 'ExecuTorch', 'Predictive Maintenance', 'C++'],
|
||||
'is_featured' => true,
|
||||
'tr' => [
|
||||
@@ -923,7 +923,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryApp->id,
|
||||
'slug' => 'flutter-native-entegrasyonu-mobil-haritalama',
|
||||
'featured_image' => 'blog/blog_post_17.jpg',
|
||||
'featured_image' => 'blog/blog_post_17.png',
|
||||
'tags' => ['Flutter', 'Native', 'Mobile Mapping', 'GPS', 'Geofencing'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -972,7 +972,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryApp->id,
|
||||
'slug' => 'edge-ai-litert-anomali-tespiti',
|
||||
'featured_image' => 'blog/blog_post_18.jpg',
|
||||
'featured_image' => 'blog/blog_post_18.png',
|
||||
'tags' => ['Edge AI', 'LiteRT', 'TensorFlow', 'Anomaly Detection', 'Mobile App'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -1021,7 +1021,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryApp->id,
|
||||
'slug' => 'progressive-web-apps-çevrimdisi-saha-servis',
|
||||
'featured_image' => 'blog/blog_post_19.jpg',
|
||||
'featured_image' => 'blog/blog_post_19.png',
|
||||
'tags' => ['PWA', 'Service Workers', 'Offline First', 'IndexedDB', 'Cache'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
@@ -1070,7 +1070,7 @@ spec:
|
||||
[
|
||||
'category_id' => $categoryApp->id,
|
||||
'slug' => 'biyometrik-kimlik-dogrulama-guvenli-depolama',
|
||||
'featured_image' => 'blog/blog_post_20.jpg',
|
||||
'featured_image' => 'blog/blog_post_20.png',
|
||||
'tags' => ['Biometrics', 'Keychain', 'Secure Storage', 'FaceID', 'Android Keystore'],
|
||||
'is_featured' => false,
|
||||
'tr' => [
|
||||
|
||||
Reference in New Issue
Block a user