PgAdmin And PostgreSQL With docker-compose.yml

https://turreta.com/2020/07/31/docker-compose-yml-for-pgadmin-and-postgresql/https://www.youtube.com/watch?v=XeLg525z-eE services: demo-container-db: image: postgres:12 mem_limit: 1536MB mem_reservation: 1G environment: POSTGRES_USER: turreta POSTGRES_PASSWORD: a1128f69-e6f7-4e93-a2df-3d4db6030abc ports: - "5442:5432" networks: - turreta_network volumes: - db-data:/var/lib/postgresql/data demo-pgadmin4: image: dpage/pgadmin4 environment: PGADMIN_DEFAULT_EMAIL: karl.sangabriel@gmail.com PGADMIN_DEFAULT_PASSWORD:…

React Native Yeni başlayanlar için Yol Haritası

Aşağıdaki laboratuar uygulamasını Version 1.0.0 i,  1 yıl önce yazdım yani markete yüklenme tarihi 02.01.2020 sonra bunun kodlarını backend tarafını github a yedekledim. 1.5 yıl sonra video oynatıcı ve bazı geliştirmeler…

react native windows kurulumu

cmd yi admin yetkisi ile aç @"%SystemRoot%System32WindowsPowerShellv1.0powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%chocolateybin" choco install -y nodejs.install python2 jdk8 devamı https://www.techomoro.com/how-to-install-and-setup-react-native-on-windows-10/

golang code

https://www.geeksforgeeks.org/minimum-number-of-bottles-required-to-fill-k-glasses/Given N glasses having water, and a list A of each of their capacity. The task is to find the minimum number of bottles required to fill out exactly K…

Sevdiğim go projeleri

https://docs.gitea.io/en-us/https://github.com/oxequa/realize#config-sampleDOCKER bunu upload ın silmesinde kullanablirm yada api işlerinde https://github.com/avelino/awesome-go#job-scheduler

Magento İzlenimlerim

magento 2013-2014  Magento 1 ve 2017-2018  yıllarında   Magento 1  ve Magento 2   sürümü ile  kullandığım eticaret frameworküydü fakat zamanla bu framework’de bazı şeyler çok hoşuma gitti, bazı şeylerden nefret ettim.Hoşuma…

Linux Unutma

df -h : hdd durum bilgisi Creating a Tar GZip Archive Bundletar -cvzf backup.tar.gz itemtocompressFor example, to compress a directories jpg files only, you’d type:tar -cvzf jpegarchive.tar.gz /path/to/images/*.jpgOpening .tar.gz Archivesgunzip filename.tar.gztar…