Close

VirtualBox

VirtualBox is a free and open-source virtualization software. VirtualBox can create and manage VMs on Windows, macOS, and Linux.

What is the difference between Bitcoin and blockchain?

What is the difference between Bitcoin and blockchain?

In the rapidly evolving world of digital technology, two terms often emerge as buzzwords: Bitcoin and blockchain. While they are closely related, they are not the same. Understanding the distinction between Bitcoin and blockchain is crucial for anyone interested in the digital economy, cryptocurrencies, or the future of finance. What […]

Devamını Oku

Dodging the Developer’s Quicksand: Insights from ‘Escaping the Build Trap’

Dodging the Developer's Quicksand: Insights from 'Escaping the Build Trap'

“Escaping the Build Trap” describes a customer-centric approach to product development that prioritizes outcomes over outputs. It talks about why companies should not be fixated on releasing features but instead focus on providing value to the customer. In the bustling bazaar of tech literature, Melissa Perri’s “Escaping the Build Trap” […]

Devamını Oku

COALESCE() Function

COALESCE() Function

COALESCE() It is a function that returns the first non-NULL value in a list of expressions. If all the values in the list are NULL, the COALESCE() function will return NULL. Syntax: The COALESCE() function is often used to replace NULL values with a default value. Examples: This will return […]

Devamını Oku

Homejoy Niçin Battı?

Homejoy

Paylaşım ekonomisi günümüzün gözde kavramlarından birisi oldu.  Klasik örnek, Türkiye ‘de yasaklanan Uber’dir.   Uber’in kendisine ait arabası ya da sürücüleri yok.  Sisteme girecek sürücü ve araçlar için uzun bir standartlar listesi sunuyor.  Bunu kabul eden sürücüler sisteme giriyor.  Uber kusursuz bir altyapı, çok hızlı operasyon ve sıcak bir müşteri […]

Devamını Oku

“SHOW CREATE EVENT” Statement In MySQL

"SHOW CREATE EVENT" Statement In MySQL

In MySQL, the SHOW CREATE EVENT statement is used to display the SQL statement to create a specific event. It’s a handy command when you want to see the exact definition of an event, including its scheduling and action statement. The syntax for the SHOW CREATE EVENT statement is: Where […]

Devamını Oku

Why your scheduled reports on Superset might not be working

Why your scheduled reports on Superset might not be working

There are a few reasons why your scheduled reports on Superset might not be working. Here are some of the most common reasons: If you have checked all of these things and your scheduled reports are still not working, you can try to review the logs:

Devamını Oku

You Are Not Your User – Even When You Make Employees Dash

You Are Not Your User - Even When You Make Employees Dash

The author is critical of DoorDash’s policy of making all corporate employees do at least one delivery per month, arguing that it is ineffective and potentially harmful. They believe that this policy is “empathy theatre” and does not give employees a proper understanding of what it is like to be […]

Devamını Oku

How to Use Emacs, an Excellent Clojure Editor

How to Use Emacs, an Excellent Clojure Editor

Emacs is the ideal environment to work in any Lisp dialect. I am using Emacs with Flutter, Lisp, and Clojure. I found a great article to set up Emacs for Clojure. The full article is on the How to Use Emacs, an Excellent Clojure Editor at BraveClojure On your journey to […]

Devamını Oku

DevOps Stack

DevOps Stack

I am sharing a sample and full DevOps Stack by Simon Reymann Our whole DevOps stack consists of the following tools: The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts: for the original post and comments please visit https://stackshare.io/zimoony/decisions/104069607668616391 and my StackShare profile is https://stackshare.io/ozgurozkok

Devamını Oku

Virtual Machine ve Docker Container Sistemlerinin Tanıtımı

Virtual Machine vs Docker Containers

Virtual Machine (Sanal Makine) kendi bilgisayarımızda başka bilgisayarları sanal olarak çalıştırmamıza olanak sağlayan bir yazılımdır.   Yazılımcılar için sanal makineler yaşamı kolaylaştırıcı araçlardandır.  Kişisel olarak bir MacBook kullanıyorum.  Bilgisayarıma kurulu windows ve linux sanal makineleri sayesinde bu işletim sistemlerini de sorunsuz kullanabiliyorum.  Bu yazıda VM teknolojisini derinlemesine incelemeyeceğim.  Sanallaştırma işi […]

Devamını Oku