JUnit is a unit testing framework for the Java programming language. It allows you to write and run repeatable tests to ensure that your code is correct and remains correct as you develop and maintain it. JUnit is an open-source project developers use to write and test cases for their […]
Devamını Oku
FitNesse is a web-based acceptance testing framework for software. It allows users to define and execute acceptance tests for web applications using a simple, wiki-based syntax. FitNesse is implemented in Java and can test applications written in any language. One advantage of FitNesse is that it is easy to use […]
Devamını Oku
Memory-safe languages incorporate features and mechanisms to prevent common memory-related errors, such as buffer overflows, dangling pointers, and memory leaks. These languages provide built-in safeguards and automated memory management to minimize the risk of memory-related vulnerabilities. Some of the prominent memory-safe languages include: Rust Rust is a systems programming language […]
Devamını Oku
Functional programming is finally gaining more traction and becoming a mainstream approach in software development. It is a programming paradigm that emphasizes writing programs using “pure functions”, which are stateless functions that always return the same value when given the same input and produce no side effects. In functional programming, […]
Devamını Oku
The report puts forward ways that memory-safe coding should be encouraged. But there’s still a lot of other code out there. Memory Safe Programming Languages A memory-safe programming language is a language that is designed to prevent common programming errors that can lead to memory-related vulnerabilities such as buffer overflows, […]
Devamını Oku
Yeni arkadaşlara faydası olması için kendi araç kutumu açıklıyorum 🙂 PENCIL Flowchart, akış diagramlarını hazırlamak için çok pratik bir araçtır. Pencil kurumsal site TRELLO Tek başımıza dahi olsak, çevik yöntemleri uygulamaya devam edelim. Yalnız çalışmak, takım üyesi olmaktan daha fazla disiplini gerektiriyor. Kendi işlerinizi kendiniz izleyeceksiniz. TRELLO görsel […]
Devamını Oku
Android Studio’ da normal çalışırken bir gün “Could not install Gradle distribution from …” hatası aldım.
Devamını Oku
For my last project, I am using Java and Apache PDFBOX . For the chaotic “U+000A (‘controlLF’) is not available in this font encoding: WinAnsiEncoding.” Error I ‘ve found a simple solution
Devamını Oku
Hibernate bir ORM kütüphanesidir. Hibernate ana görev olarak; verinin ilişkisel veri tabanları üzerine (CRUD işlemleri) kaydedilmesi, güncellenmesi, silinmesi ve sorgulanmasını sağlar. Hibernate ORM kullanılarak, veritabanı işlemleri soyutlanıp bir alt katmanda gerçekleşebilir. Hibernate kendi “native API” sine ek olarak JPA spesifikasyonuna da bir gerçekleme sağlamaktadır.
Devamını Oku
Günlük iş rutinimde Java, C++ ve Python kullanıyorum. İş bilgisayarım MacBook Pro ve bir harici disk üzerinde büyük dosyalarımı tutuyorum. Java için NetBeans kullanıyorum. Yüksek kapasiteli olmayan bilgisayarımda sorunsuz çalışıyor. Visual Studio Code ve IntelliJ ‘i yükledim ve denedim.
Devamını Oku