
Trading Quietly in a Transparent World
Understanding how whales and institutions rely on dark pools to avoid volatility, remove slippage risk, and maintain execution quality on open blockchains.What Are Dark PoolsDark pools are private tra...
defiweb3dark-pool
11/29/2025Medium

The Role of Oracles in Blockchain
How blockchains access real world data securelySmart Contract LimitationSmart contracts run on blockchains with strict rules. They are secure and transparent, but they cannot access external data on t...
blockchainblockchain-oracle
9/23/2025Medium

Understanding Yield Bearing Asset
How DeFi Makes Your Assets Work for YouIntroductionIn traditional finance, most assets generate yield whether through interest from savings accounts, dividends from stocks, or coupons from bonds. In W...
defiweb3cryptocurrency
9/13/2025Medium

Algorithmic vs Collateralized Stablecoins
Stablecoins aim to maintain price stability, and there are two main approaches to achieve this.1. CollateralizedCollateralized stablecoins are backed by real assets that act as collateral to maintain ...
stable-coincryptocurrencydefi
8/31/2025Medium

The Way I Keep My Bags Safe in Web3
After seeing too many friends lose their assets to scams and phishing, I realized that Web3 security has to become part of my routine. I’ve developed a simple framework that helps me protect my bags e...
blockchainweb3security
8/30/2025Medium

What Are Rollups and How Can They Scale Ethereum?
1. Ethereum’s Growing Painethereum scaling problemEthereum, the second-largest blockchain network, has experienced tremendous growth, largely driven by decentralized applications (dApps), DeFi protoco...
rolluplayer-2-solutionethereumcryptoblockchain
10/21/2024Medium

Cilistia — We Offer Future of P2P Exchange
Future of P2P Decentralize ExchangeCilistia — We Offer Future of P2P ExchangeI want to show you what i found on the internet today, a great concept of P2P Decentralize exchange made by Cilistia.Cilist...
web3blockchaindecentralize
1/30/2023Medium

Laravel vite install bootstrap
Install package Ensure you have install vite and laravel-vite-plugin npm install...
emptystring
11/30/2022Dev.to

Resolving problem with 2 csrf tokens in same domain laravel
if you have 2 apps on same domain...
laravelphpwebdevcsrf
10/13/2022Dev.to

Use .env files in vue vite
vite is a handy tools that provide many advantage, im very happy developing vue project with vite,...
vueviteenvjavascript
10/8/2022Dev.to

Deploying Vue apps in subdirectory
This take 6 hours for me to understand, first you need to configure some file 1....
vuehtaccessapachedeployment
9/15/2022Dev.to

Resolving problem when using Trix rich editor with tailwind
it takes so loong for me to realize that tailwind reset is overriding the trix style because trix...
tailwindcsstrix
7/13/2022Dev.to

Preview vue.js app in android
First you need to ensure that your device is in same network in package.json file in your app, add...
vuevitemobileandroid
7/11/2022Dev.to

Eager load for getting role name in spatie/permissions
at first im using this method to show role name in blade view <td> ...
webdevbackendlaravelspatie
7/7/2022Dev.to

generate unique slug with eloquent-sluggable package laravel 8
First install the package with composer composer require cviebrock/eloquent-sluggable and simply put...
laravelslugphpwebdev
7/3/2022Dev.to

My first time using docker for deploying static website
im using AWS EC2 for VPS, Ubuntu 20.04 for operating system, and nginx as a web server. First we...
dockernginxubuntudevops
6/9/2022Dev.to

Using boxicons in Vue app, installing with npm
install the boxicons using npm npm install boxicons --save if you want to use it as a font, you need...
boxiconsvuenpmicon
6/7/2022Dev.to

Resolving problem with vue tailwind and postcss nesting
Previously I made an application with vue js and tailwind because i'm used to using nesting feature...
vuevolartailwindcsspostcss
5/30/2022Dev.to

Should we delete some content if in mobile device?
Previously I found a registration page design, and tried to make it in the form of a...
5/29/2022Dev.to