Close

bouncy castle cryptography library

The Bouncy Castle library is a free, open-source cryptographic library written in Java and C#. It provides a wide range of cryptographic algorithms and protocols, including encryption, signature, hashing, and compression.

How to Open a Dark Store and Start Selling Online

How to Open a Dark Store and Start Selling Online

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

Ghost Kitchens: A New Recipe for Success

Ghost Kitchens: A New Recipe for Success

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

Vehicle Routing Problem in Python

Vehicle Routing Problem in Python

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

Unraveling the Mysteries of MySQL’s Scheduled Events

Unraveling the Mysteries of MySQL's Scheduled Events

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 tests delivery robots in Los Angeles.

Uber Eats tests delivery robots in Los Angeles.

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

Things to Keep in Mind When Integrating a Map Feature into a Web App

Things to Keep in Mind When Integrating a Map Feature into a Web App

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

GIT ve GITHUB Dersleri (1)

GIT ve GITHUB Dersleri (1)

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

3 steps to improving your GitHub-experience

Adobe to Acquire Magento

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

Linux Nano Kullanımı

Linux Nano Kullanımı

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)

Linux

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