Close

(02) Software, Yazılım

It is all about software applications and software development.

Natural Language Processing in Python

natural language processing

Natural language processing (NLP) is an exciting branch of artificial intelligence (AI) that allows machines to break down and understand human language. As a data scientist, I often use NLP techniques to interpret text data I’m working with for my analysis. During this tutorial, I plan to walk through text […]

Devamını Oku

Developing Java Applications with Visual Studio Code

Developing Java Applications with Visual Studio Code

Visual Studio Code (vscode) is a very popular, extensible open source coding editor that provides support for multiple programming languages via the Language Server Protocol (LSP). Java support is provided by the Eclipse jdt.ls server, implementing LSP. The combination of vscode and jdt.ls represents a refreshing perspective on the IDE […]

Devamını Oku

Uncle Bob Martin – The Craftsman’s Oath at SC London Conference 2018

Uncle Bob Martin, Clean Code

We are programmers who aspire to be worthy of the title of Craftsman. So what is a software craftsman? What promises do software craftsmen make to their fellow craftsmen, their employers, and society at large? In this talk, Uncle Bob presents, for your consideration, an oath for all who desire […]

Devamını Oku

Entity Framework vs. Dapper

Entity Framework vs Dapper

Entity Framework (EF) and Dapper both are object-relational mappers that enable .NET developers to work with relational data using domain-specific objects. Dapper owns the title of King of Micro ORM in terms of performance. Entity Framework Advantages Disadvantages Dapper Advantages Disadvantages For the full documentation please visit official page https://entityframework.net/ef-vs-dapper

Devamını Oku

ElasticSearch For Beginners

Elasticsearch

Elasticsearch is a distributed, open-source search and analytics engine designed for managing and processing large volumes of data in real time. It is based on the Apache Lucene search library and provides a distributed, multi-tenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is often […]

Devamını Oku

JavaFX will be removed from JDK 11

Java

JavaFX is a set of graphics and media packages that enables developers to design, create, test, debug, and deploy rich client applications that operate consistently across diverse platforms. The look and feel of JavaFX applications can be customized. Cascading Style Sheets (CSS) separate appearance and style from implementation so that […]

Devamını Oku