Fatih Mehmet ARSLAN

Solution Architect & Software Engineer

Hello!

I am a passionate tech enthusiast navigating the world of technology with excitement. It was in the early 2000s when I took my first steps into coding with a strong interest in Computer Programming during my technical high school years. This initial foray led me into the world of software development, and I discovered my curiosity for exploring new technologies.

Over the course of more than a decade, I have been a part of various projects spanning different industries. From NoSQL and Relational Databases to JavaScript development, CI Tools, and Kubernetes orchestration, I have had the opportunity to delve into a wide spectrum of technologies. Additionally, I have nurtured an interest in AI projects and have gained experience in this domain.

My work in Big Data analysis and processing has contributed to making our projects smarter and more data-centric.

Every new project is an adventure and a learning opportunity for me. As I keep up with the latest innovations in the tech world and share my experiences, I aspire to be part of bigger and more exciting projects.

You can find more about me on my LinkedIn and GitHub profiles. I am always open to sharing the excitement of the tech world and collaborating on intriguing projects.

If you have any questions or would like to collaborate on a new project, please do not hesitate to get in touch!

Best regards,


  • Windows

    Bilgisayar Kapatma veya yeniden başlatma

    Bilgisayarı command line üzerinden veya yazılımla yeniden başlatıp kapatabilmek için

  • csharp

    CSharp Extensions metod hazırlama

    C# ta bazen kod yazımını kolaylaştırmak için kendi class larınıza veya herhangi bir hazır olan veri tipine extension metod yazmak isteye bilirsiniz bunun için herhangi bir class içerisine aşağıdaki kodu kendinize göre düzenleyip yazarsanız o classın ait olduğu namespace içerisinde veya o name space dahil edilmiş olan tüm classlarda kullanabilirsiniz. eklediğiniz classın ne olduğu önemli değil yine de tavsiyem bu tip metodlarınız aynı çatı altında toplamanızdır.

  • JSF

    JSF 1.2 Datatable ve Paginator kullanımı

    JSF 1.2 de sayfalama özelliğiyle birlikte datatable kullanımı için aşağıdaki örnek işinize yarayabilir.

  • javascript

    Jquery için extension method oluşturma

    jQuery için kendi özel methodlarınızı oluşturmak için aşağıdaki şekilde fonksiyon yazabilirsiniz

  • javascript

    Çalışma anında sayfanıza script ekleyin

    Client üzerinde çalışırken sayfanıza script ekleyebilmek için aşağıdaki fonksiyonu kullanabilirsiniz

  • JSF

    JSF 1.2 için Input File Upload Component

    Malum kullanan varmıdır bilmiyorum ama JSF 1.2 de file upload yok bunu tolere edebilmek için ben yeniden bir inputFile componenti yazdım başkası ihtiyacı olan bir başkası uğraşmasın

  • javascript

    javascript ile base64

    Sayfanızda bulunan resim üzerine tıklayınca resim değiştirip yeni resmi ajax ile sunucuya kaydetmek isterseniz aşağıdaki kod işinizi görecektir.

  • javascript

    javascript aç/kapa buton yapımı

    web uygulamalarınızda aç/kapa buttonlara veya checkbox lara ihtiyaç duyabilirsiniz bu gibi durumlar için kullanabileceğiniz bir script

  • Java

    Java Servlet dosya yükleme (POST Method)

    Javada servlet aracılığı ile dosya yükleme

  • javascript

    Dönen buton efekti

    Mouse button üzerine gelince dönme efekti vermek için aşağıdaki kod işe yarayabilir

  • javascript

    Timeout Javascript

    Sayfanıza time out için zaman sayacı koymak isteyenler aşağıdaki kodu düzenleyebilirler

  • javascript

    JQuery Ajax File Upload

    Eğer birgün JQuery ajax ile dosya upload etmek isterseniz aşağıdaki gibi bir kodu input file nesnesinin change metodunda çalıştırarak yapabilirsiniz