Ana içeriğe atla

Kayıtlar

2021 tarihine ait yayınlar gösteriliyor

N-Tier

 https://medium.com/devopsturkiye/net-core-3-1-katmanl%C4%B1-mimari-ve-generic-repository-pattern-1-87990f1da3e5 https://medium.com/devopsturkiye/net-core-3-1-katmanl%C4%B1-mimari-ve-generic-repository-pattern-2-b5420bc6d769

Elastic Search INSTALL

Elastic Search Kurulumu Windows üzerinde Elasticsearch v7.7.0 indirelim. https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.0-windows-x86_64.zip Çalıştırma -> cd elasticsearch-7.7.0 -> .\bin\elasticsearch.bat Kibana Kurulumu Windows üzerinde kibana v7.7.0 indirelim. https://artifacts.elastic.co/downloads/kibana/kibana-7.7.0-windows-x86_64.zip Çalıştırma -> cd kibana-7.7.0-windows-x86_64 -> .\bin\kibana.bat  

Angular Animated

 https://betterprogramming.pub/angular-animate-css-in-five-easy-steps-624b337169ad https://www.youtube.com/watch?v=7JA90VI9fAI https://www.npmjs.com/package/angular-animations

install lodash

 npm i --save lodash import * as _ from 'lodash';              _ . orderBy ( this . userBadgeList , [ 'creationDate' ], [ 'desc' ]);

Gradle

  36 For Windows: -Download last version of Gradle ( https://gradle.org/releases ) -Create a folder and unzip files (I use C:\Program Files (x86)\gradle) -Copy the path with the bin directory included (C:\Program Files (x86)\gradle\bin) -Set the path C:\Program Files (x86)\gradle\bin (in my exemple) to "Path Environment Variables" Variable name "Path" and variable value "C:\Program Files (x86)\gradle\bin" for both: User Variable table and System Variables table You may need to reopen the "Prompt commad line" To test, type gradle in prompt.

Android apk imzalama

ionic cordova build --release android keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore platforms\android\app\build\outputs\apk\release\app-release-unsigned.apk  myvoice  zipalign -v 4 platforms\android\app\build\outputs\apk\release\app-release-unsigned.apk  myvoice.apk Publishing your app - Ionic Framework

ANGULAR ASYNC

  positionChanged = new Subject(); getLocation ( ) { if ( "geolocation" in navigator) { navigator.geolocation.watchPosition( ( success ) => { this .lat = success.coords.latitude; this .lon = success.coords.longitude; this .positionChanged.next(); }) } this .positionChanged.pipe( mergeMap( ()=> this .todayService.daitriecoordinatebi( this .lat, this .lon))) .subscribe( data => { this .amindiDGES = data; }) }

Russian Waltz Music - Useful for Studying (1 hour)