Blockchain
Rust question mark operator
Rust is awesome language, blazingly fast, low level but of course it can be used in high level targets wery well. Now I will be Devamı…
Rust is awesome language, blazingly fast, low level but of course it can be used in high level targets wery well. Now I will be Devamı…
Ethereum’da bir transaction oluşturduğumuzda bunun işlenebilmesi için bir fee belirlememiz gerekiyor. Bu fee ne yazıkki tek bir rakamdan oluşmuyor. Bu yüzden gerçekte harcanan fee miktarını Devamı…
As you know json_encode is encoding only array or public properties of an object. But print_r can expose the protected and private properties in an object. Sometimes Devamı…
Sometimes websites making some important things and they don’t want to leave or refresh the page until the process finish. But some websites are using Devamı…
Normally you can use where(), find(), get() and other static methods. But PHPStorm isn’t auto completing these methods although these methods exist. If you want Devamı…
For example you’re developing an app in Laravel. You want to add a new Route to routes/web.phpfile. Route::get(‘payment’, ‘App\\Http\\Controllers\[email protected]’); As you can see you must Devamı…
In OSX you can clear all outputs from terminal with Command+L key. But there isn’t a good solution for this as a shell command. You can Devamı…
PHPStorm, Android Studio, WebStorm falan filan hepsi gayet güzel ve işlevsel yazılımlar fakat her yazılımda olduğu gibi onlarda da bazı ufak tefek problemler çıkabiliyor. Linux/Unix Devamı…
ReactJS’de JSX formatında HTML etiketleri her zaman bir kapsayıcı içerisinde olması gerekmektedir. Bir XML yapısı gibi mutlaka bir üst etiket olması şartı vardır. Bu şart Devamı…
Klasik swap harddiskte oluşturulan bir dosyadır ve sistemin down olmasını engellemek için ve az kullanılan dosyaların RAM’de gereksiz yer işgal etmesini engellemek için oluşturulur. Fakat Devamı…