Close

Java Programming Language

Java is a general-purpose, class-based, object-oriented programming language designed to have as few implementation dependencies as possible. It is a compiled language, and its source code is converted to bytecode that can run on any Java Virtual Machine (JVM). This makes Java platform independent, meaning that Java code can run on any computer with a JVM installed.

Streamlining Your Acceptance Testing with FitNesse Framework

Streamlining Your Acceptance Testing with FitNesse Framework

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

Eliminating Vulnerabilities: The Rise of Memory-Safe Programming Languages

Eliminating Vulnerabilities: The Rise of Memory-Safe Programming Languages

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 going mainstream.

Functional programming is finally going mainstream.

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

Memory-safe programming languages are on the rise. Here’s how developers should respond

Memory-safe programming languages are on the rise. Here's how developers should respond

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

Freelance Yazılımcının Sırt Çantasında Neler Olur?

Yazılımcının çantası

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

Could not install Gradle distribution from

Could not install Gradle distribution from

Android Studio’ da normal çalışırken bir gün “Could not install Gradle distribution from …” hatası aldım.

Devamını Oku

HIBERNATE Nedir?

Java, Spring, Hibernate

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

JAVA İçin Geliştirme Ortamım Nedir?

JAVA İçin Geliştirme Ortamım Nedir?

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