A step-by-step guide to setting up and operating a successful dark store Dark stores are a new and innovative way to fulfill online orders. They are essentially warehouses used to store and pick products for delivery. Dark stores offer several benefits for retailers and consumers, including faster delivery times, a […]
Devamını Oku
In today’s fast-paced world, ghost kitchens are cooking up a storm. These delivery-only restaurant concepts, devoid of wait staff or seating, redefine what it means to be a successful restaurant brand. A New Kind of Kitchen Ghost kitchens operate out of shared or dark kitchens, with no front-of-house to serve […]
Devamını Oku
The Vehicle Routing Problem (VRP) is a classic optimization problem that arises in many different contexts, such as delivery, transportation, and logistics. In the VRP, we are given a set of customers that need to be served, a fleet of vehicles, and a set of constraints, such as the maximum […]
Devamını Oku
A scheduled event on MySQL is a task that runs according to a schedule. It is a named database object containing one or more SQL statements to be executed regularly, beginning and ending at a specific date and time. Scheduled events are similar to cron jobs on Linux or task […]
Devamını Oku
Uber Eats is conducting two pilot projects simultaneously in Los Angeles, using self-driving delivery robots from Serve Robotics and Motional. The aim is to test what customers and merchants want and to learn what makes sense for scaling up the technology. Customers within the test zones can choose whether they […]
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
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
By helping others help you, you’re setting yourself up for less friction. Here are 3 steps towards making the whole experience as smooth as possible 😀 1. Crafting the perfect pull-request A well-crafted pull-request will save everyone’s time by being to-the-point and doing what it says on the tin. Consider […]
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