Son yazılar
Yazılım ve Kişisel Notlar...
-
· 1 dk okuma
Creating HTML Element in VanillaJS
I’ve been working on a project for a while. I don’t use jQuery. Sometimes I need to create an HTML element. For example backend data coming as JSON data. If I use jQuery, it should be like that; ”).appendTo(“#someDiv”) Yes, looks great. But If you’re not using jQuery, I have a…
-
· 2 dk okuma
JavaScript ile Kopyalama İşlemleri
Herkese merhaba. Bu yazıda JavaScript ile kopyalama işlemlerinin nasıl yapılacağını anlatacağım. İngilizce yazısı burada yer alıyor. Başlamadan önce şunu söyleyeyim, bu yazıda verdiğim bilgilerle oluşturulan bir NPM paketi var. Test etmek için indirebilirsiniz copy-simple Şimdi…
-
· 2 dk okuma
Copy Something with JavaScript
Hi everyone. In this article, I’ll tell you how to copy something with the JavaScript. Before starting, I need to say that, there is an npm package that built with the information in this article. You can install it to test copy-simple I will create an empty function called copy.…
-
· 2 dk okuma
Neden Alastyr’dan Medium’a Geçtim
Neden Alastyr’dan Medium’a Geçtim Yaklaşık 4 yıldır alastyr müşterisiyim. Kendilerinin Giga paketlerini kullanıyordum. Host yenilemesi gelecek ay bitiyor. Kendilerine Mevcut Paket Fiyatı isimli bir ticket açtım. Yani bu kadar yıldır müşterileriyim, ilk defa 210 TL bir hosta para…
-
· 1 dk okuma
Adding Days to the Date Object Using Moment.js
I’m working on a real estate project for a while. I needed to add days to JavaScript Date object for a set new date to a Datepicker component. Probably you will not need to use JavaScript Date object. Adding Days to the Date Object Using Moment.js Buefy’s Datepicker component…