Close

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 pre-processing techniques, machine learning techniques, […]

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 landscape, combining the speed of […]

Devamını Oku

Alibaba’s “New Retail” Explained

Alibaba's "New Retail" Explained

Online or offline: These cannot be the only options for consumers. See how Alibaba is transforming traditional retail with a complete digitization of commerce. How China is leading the way in new retail technologies and concepts. The retail industry is undergoing a significant transformation. In recent years, we have seen the rise of e-commerce, the […]

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 to serve society through the […]

Devamını Oku

What Is Ansible? How Ansible Works?

What Is Ansible? How Ansible Works?

This Ansible tutorial will help you understand why Ansible is needed, what is Ansible, Ansible as a pull configuration tool, Ansible architecture, Ansible playbook, Ansible inventory, how Ansible works, Ansible tower and you will also see a use case on how Hootsuite used Ansible. Increasing team productivity and improving business outcomes have now become easy […]

Devamını Oku

Rekabet Kurumu Kararıyla Google’ a 93 milyon TL ceza

Google

Rekabet Kurumu, Google  hakkında yürütülen soruşturmayı tamamlayarak, nihai kararı açıkladı. Karar sonucunda Google, 93 milyon TL ceza ödemeye mahkum edildi. 19.09.2018 tarihli toplantıda , Google’ın 4054 sayılı rekabetin korunması hakkında kanunu ihlal ettiğine karar verildi. Rekabet Kurumu kararında, Google’ın lisanslanabilir mobil işletim sistemleri pazarında hakim durumda olduğuna karar verdi. Kararda Google’ın cihaz üreticileri ile imzaladığı sözleşmelerle birlikte […]

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