Adobe CTO Abhay Parasnis sees a shift happening. A shift in how people share content and who wants to use creative tools. A change in how users expect these tools to work — especially how much time they take to learn and how quickly they get things done. In many cases, […]
Devamını Oku
In the restaurant industry, tablets are a ubiquitous sight. They’re used for everything from taking orders to processing payments. But while tablets can be a valuable tool, they can also be a significant source of frustration. That’s where Klikit comes in. Klikit is a SaaS platform that helps restaurants streamline […]
Devamını Oku
Designing a pickup map for DoorDash is a challenging task that requires careful planning and implementation. To create a map tailored to the needs of pickup customers, DoorDash needed to consider several technical and functional aspects. Some of the challenges that DoorDash faced when designing the map are: Integrating the […]
Devamını Oku
The DoorDash app provides its customers with real-time updates on their delivery status. The app has been using GPS information from the Dasher’s phone, combined with manual updates from the Dasher to indicate their progress, such as arriving at the restaurant or picking up the food. To enhance the accuracy […]
Devamını Oku
I can’t live without this. GNU Emacs is a highly customizable and extensible text editor in the GNU Project. Developed by Richard Stallman and his Free Software Foundation (FSF) team, GNU Emacs is known for its powerful features and flexibility, making it a popular choice among programmers, writers, and other […]
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