javascript
There are 20 posts tagged javascript (this is page 1 of 2).
CodeceptJS ile Modern E2E Testleri
Spotify Authentication with JavaScript

Hi guys. In this post I will show how to use Spotify API with JavaScript. So this post will be about Spotify Authentication with JavaScript. In last post I wrote about Parcel. Spotify Authentication with JavaScript Before you guys, you have to create a simple spotify app to get client_id on Spotify Developer portal. […]
Parcel: Yeni Nesil JavaScript Bundler

Selamlar. Bu yazıda Github üzerinde rastlaştığım Parcel hakkında bilgiler vermek istiyorum. Kendisi bir JavaScript bundler. Bildiğiniz gibi bu işi yapan browserify ve webpack gibi aşmış bundlerlar da bulunmakta. Son yazı yine collapse div hakkındaydı. JavaScript Bundler Nedir? Bu konuya yeni arkadaşlar için açıklama getireyim. JavaScript’in artık modüler çalışmaya müsait halde olduğunu biliyorsunuz diye düşünüyorum. Tarayıcıların […]
JavaScript ile Collapse Div Oluşturmak

Selamlar bir önceki yazı PostgreSQL hakkındaydı. O seri aklımda devam edecek. Bu yazı JavaScript ile Collapse Div Oluşturmak bilgiler içerek. Baştan söyleyeyim bu best practice içeren bir yazı değildir. Sadece mantığına aşina olmak açısından bilgiler alsak yeterli olur. JavaScript ile Collapse Div Oluşturmak Bootstrap ya da benzeri CSS frameworkler kullandıysanız bu dediğim olaya denk gelmişsinizdir. […]
DOM Parsing with VanillaJS

Hi. In this post I’ll talk about DOM Parsing. As you know jQuery allows manipulate html strings. In last post I wrote about Guid. DOM Parsing with VanillaJS JavaScript has experimental technology. You can read on MDN. I’ll show DOMParser class. This class be able to manipulate strings as DOM elements. For example you sent […]
I published JavaScript Guid Generator

Hi. I published JavaScript Guid Generator on Github. If you’re interested in C#, maybe you know C# has built-in Guid class and its generator method. I can say, guid isn’t random chars. Guid is designed to be unique. Which means, guid isn’t random. This isn’t my thought, also microsoft’s employee wrote a post. Guid Format […]
Simple Aurelia Application with Web API – 2
In the last post we created new aurelia and web api projects. In this series I’ll show how to create aurelia routes and web api endpoints. Aurelia Application with Web API series will continue. Aurelia Application with Web API – Routing and Api Endpoints I think you know what’s the route. But you don’t know […]
JavaScript ve Observer İşlemleri

Fringe izleyenleriniz biliyordur. Observerlar değişimleri gözlüyor, ona göre reyizlerine raporlar sunuyorlardı. Bazı durumlarda kendi aralarında kritik yaparlardı. Bu abiyi de oradan biliyorsunuzdur. Giriş JavaScript için buna benzer bir durum var. Gözcü diyorum bir bakıma öyle. Aslında bunun için direkt metodlardan birisi observer metoduydu. Bir diğeri de watch metodu ancak bunlar deprecated durumda. Bunun yerine get […]
Aurelia Framework
Bu yazıda size Aurelia frameworkten biraz bahsedeceğim. Aurelia, diğer web frameworkler gibi single page application geliştirmenize izin veren, mobil, web ve masaüstü client framework olarak tanımlıyor kendisini. Başlamadan önce framework’e ait linkleri vereyim: Key Value Web Sitesi http://aurelia.io/ Doküman Sayfası http://aurelia.io/hub.html Github Sayfası https://github.com/aurelia/framework Yazıda bahsedeceğim Github projesine https://github.com/aurelia-project/au-github adresinden ulaşabilirsiniz. Özellikleri Framework’ün anasayfasında aslında […]