Yunus Emre
Software Engineer
Category Archives: Kodlama
Persistent Permission Windows in PowerApps and Sharepoint App
We used links such as Office365User and Sharepoint in a sharepoint form application we have made. However, we realized that end users are constantly faced with a permission pop-up when they try to open this form. The pop-up asks the user for Office365User and Sharepoint permission, but even if the user gives permission, the user is repeatedly asked for permission when each page is refreshed.
What is Power Automate Desktop? The Power of Automation
With technological advances, many new tools have emerged to automate business processes and increase efficiency. One of these tools is "Power Automate Desktop". So, what is Power Automate Desktop and how to use it? In this blog post, you will discover what Power Automate Desktop is, how it works and why it is the perfect solution to automate your business processes.
Flutter Sharepoint Data Pull - RestApi Bearer
Recently, I needed to pull data from Sharepoint lists with C# for a few projects. Then I wanted to do the same with Flutter. For this reason, I will explain the Flutter sharepoint data extraction process in this article.
Sharepoint Liste Taşıma Uygulaması
Bu yazı içeriğinde birçok işletmenin şirket içi iletişim ve bilgi paylaşımı amacı ile kullandığı sharepoint uygulamasından ve hazırlamış olduğumuz sharepoint liste taşıma uygulamasından bahsedeceğim.
Git Kullanımı ve Komutları
Son günler izlediğim git kullanımı ve komutları eğitim videolarından aldığım notları bu yazı içeriğinde sunacağım.
React Örnek Proje – Halı Ekleme ve Çıkarma
Kendimi geliştirmek adına son 2-3 aydır html, css, javascript ve bootstrap eğitim videoları izledim. Şuan ise react ve node.js alanında ilerlemeye çalışıyorum. Bu kapsamda yazılım bilimi kanalının reactjs eğitim içeriğini tamamladım ve react örnek proje hazırladım.
C# Alışveriş Uygulaması – Tarım Pazarı
Şimdiye kadar yapmış olduğum en detaylı proje C# alışveriş uygulaması oldu. Yazı içerisinde kodlardan daha çok uygulamanın fonksiyonlarından bahsedeceğim. Gerekli kodları githubdan bulabilirsiniz.
C# Mesajlaşma Uygulaması – Socket Programlama
Spn16 ve SHA256 şifreleme ile C# mesajlaşma uygulaması. Socket programlama kullanılarak aynı ağda bulunan kişilerin mesajlaşması sağlandı.
Android Gelir Gider Uygulaması – Java Android SDK
Java ile android gelir gider uygulaması. Android veritabanı ve bildirim kullanımı örneği. Üyelik ve giriş ekranı. Sayfalar arası geçiş ve veri taşıma.
Python 2 Tarih Arasındaki Farkı Hesaplama
Python ile belirtilen iki tarih arasındaki gün farkını hesapladık. Yine belirtilen saat ile de aradaki saat farkını bulduk. Bu fark bulma işleminde artık yılda dikkate alınmıştır.