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
{ | |
"userName": "Barcelona" | |
} |
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
React-native-expo image picker , cloudinary img upload with javascript | |
expo install expo-image-picker // bu yuklenmelidi img pciker ucun | |
expo install expo-permissions |
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
<?php | |
return [ | |
/* | |
| Laravel 6 VALIDATION TR DIL | |
|-------------------------------------------------------------------------- | |
| Emrah Yüksel -> https://www.emrahyuksel.com.tr | |
| Doğrulama Dil Satırları | |
|-------------------------------------------------------------------------- |
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
*asagida birinci row, ikinci columns dur.fr -> fraksiyadir | |
grid-template: 150px 250px / 1fr 2fr 1fr; /* qisasi setir ve sutun ucun *//* grid-template-rows: 150px 250px;grid-template-columns: 100px 200px 300px; */ | |
*repeat() fonksiyonu-> grid-template: 150px 250px / repeat(3,1fr); -> bu varyanda uc sutuna beraber olaraq paylayir repeat fonksiyonu ile | |
*minmax() -> grid-template: 150px 250px / repeat(6,minmax(200px,300px)); | |
*childe verlen order deyeri, onun sirasini mueyyen edir | |
*.box1{grid-row: 1/2;grid-column: 1/3;}('grid-column: 1/span 2' kimide olar ) -> burda strlerde ancaq 1 ri,sutunlardan da bir le ikini ehate ederek boyuyur box1 | |
* grid-row: 1/2;grid-column: 1/2; ==== grid-area: 1/1/2/2; -> area ile de elemek olur satir baslangici/sunut baslangici/satir sonu/sutun sonu | |
*parente verlen grid-row-gap:10px; grid-column-gap: 20px; vosluqlar ucundur / qisaldilmisi =? grid-gap: 10px 20px; | |
*parente grid-template-areas verlir => .container{grid-template-areas: "a b c" "d e f" ;} |
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
cmp adminstration -> install -g react-native-cli -> react native coment line tools "for create new project and testing project in android studio" | |
react-native init cars -> (react-native referans to react-native tools,init to show that we create new project , cars project name) | |
Imgage ucun apiden cekilerken => <Image style={{height:300,flex:1,width:0}} source={{uri:brand.model[0].image}} /> / styles butun kaplayici divi tutmaq ucundur | |
iconlar ucun -> https://feathericons.com/ https://www.flaticon.com/ https://icons8.com/ |
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
https://popmotion.io/pose/ |
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
SCSS tutorial & tips |