Last active
March 26, 2026 09:11
-
-
Save ecmelkytz/340c55edca9258c8eb9dbee191450183 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "title": "Rails Öğreniyorum", | |
| "article": "Rails öğrenmeye giriş. MVC yapısını anlamaya çalışıyorum.", | |
| "status": "draft" | |
| }, | |
| { | |
| "title": "ActiveRecord ile Veritabanı İşlemleri", | |
| "article": "ActiveRecord ile veritabanı işlemleri oldukça pratik.", | |
| "status": "published" | |
| }, | |
| { | |
| "title": "Scope Kullanımı", | |
| "article": "Scope kullanımı ile sorgular daha okunabilir hale geliyor.", | |
| "status": "published" | |
| }, | |
| { | |
| "title": "Enum ile Status Yönetimi", | |
| "article": "Enum yapısı ile status yönetimi çok daha kolay.", | |
| "status": "inactive" | |
| }, | |
| { | |
| "title": "Controller ve Params İlişkisi", | |
| "article": "Controller ve params ilişkisini anlamak önemli.", | |
| "status": "draft" | |
| }, | |
| { | |
| "title": "Validations ile Veri Doğrulama", | |
| "article": "Validations ile veri doğrulama işlemleri yapılır.", | |
| "status": "published" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment