Update vscode in Linux (Ubuntu or others)

Hi, in linux there isn’t auto update feature in vscode. Because of that we have to update it ourself. This is the easiest and fastest way for updateing vscode: wget ‘https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64’ -O code_latest_amd64.deb sudo dpkg -i code_latest_amd64.deb Happy coding…

Nodejs padLevels uyarısının çözümü

Özellikle nodejs 20 ve sonraki versiyonlarında bazen aşağıdaki warning çıktısını alabilmekteyiz: info: Forever processing file: app.ts (node:14545) Warning: Accessing non-existent property ‘padLevels’ of module exports inside circular dependency (Use `node –trace-warnings …` to show where the warning was created) (node:14545) Warning: Accessing non-existent property ‘padLevels’ of module exports inside circular Devamı…

Fee calculation

Trading fees are always charged in the asset you receive. For example, if you buy ETH/USDT, the fee is paid in ETH. If you sell ETH/USDT, the fee is paid in USDT. For example: You place an order to buy 10 ETH for 3,452.55 USDT each: Trading fee = 10 ETH Devamı…