Bir dönem fırtına gibi esen “dark kitchen” (hayalet mutfak) konsepti, özellikle pandemi döneminde büyük bir çıkış yapmıştı.Ancak şimdi rüzgar tersine dönüyor. Hindistan’dan Endonezya’ya, birçok ülkede bulut mutfakların cazibesi hızla azalıyor.Pandeminin etkisinin azalmasıyla, tüketici alışkanlıkları da değişti.İnsanlar yeniden restoranlara gitmek istiyor, markalar ise fiziksel mağaza deneyimine yatırım yapıyor. Dark Kitchen’lar Neden […]
Devamını Oku
DevOps Automation with AWS DevOps is a set of practices that combines software development (Dev) and IT operations (Ops). DevOps aims to shorten the systems development life cycle and provide high-quality continuous delivery. Automation is a vital part of DevOps. By automating tasks, you can free up time for developers […]
Devamını Oku
Deep linking refers to using a uniform resource identifier (URI) to link directly to a specific, generally searchable or indexed, location within a mobile app rather than simply launching the app’s homepage. It acts as a bridge between the web and apps, allowing users to jump directly to a specific […]
Devamını Oku
Trust is a critical aspect of team dynamics, and it becomes even more complex and essential in a remote work environment. Without the ability to engage in casual conversations and share in social events, building trust can be difficult, especially with managers. Additionally, communication gaps can exacerbate the trust deficit […]
Devamını Oku
Kaotik Flutter hatalarına devam, Herhangi bir işlem yaparken “Unable to find DartDev snapshot” hatası alıyorum. MACOS kullanıyorum, sınırlı disk, sınırlı bellek ve yavaş internet erişimi var. Çözümü aşağıda anlattım.
Devamını Oku
Kişisel bilgisayar olarak Macbook kullanıyorum. Örneklerin ekran çıktıları MACOS’ a göre olacaktır. Windows ve Linux için ekran çıktıları ve örnekleri derslerin sonunda vermeyi planlıyorum. Bir yazılımcı olarak işletim sistemininize göre değişen terminal arabirimini kullanmanızı öneriyorum. Bazı durumlarda zorunluluktur. Genel olarak, komutların ve sistemin işleyişini daha kolay anlamanızı sağlayacaktır. MACOS […]
Devamını Oku
find This command is the easy option for finding files on MacOSX systems. To use it at its basics, you specify the location to start your search, and then options like file names and file types. When executed, it will walk the folder hierarchy from that specified point and output […]
Devamını Oku
Komut satırından çalışan basit ve hafif bir text editörü olarak nano’ yu öneriyorum. vi kullanmak zorunda değiliz 🙂 vim ya da emacs gibi editörler daha büyük uygulamalardır. Öncelikle nano kullandığınız distro’ da yoksa “apt-get install nano” ile yüklemeniz gerekiyor. Bu install işi hata veriyorsa, package update ‘i yüklemek gerekecektir. “apt-get […]
Devamını Oku
What is SCP and Example syntax for Secure Copy (scp) SCP copies files between different hosts. It uses SSH and provides authentication for remote host Examples Copy the file “foobar.txt” from a remote host to the local host • $ scp remoteusername@remotehost:foobar.txt /some/local/directory Copy the file “foobar.txt” from the local […]
Devamını Oku