Close

Yazılım geliştirmek

Yazılım geliştirmek, yazılımcılık ile ilgili tüm içerik burada

The Thompson and Ritchie Story

Ken Thompson, Dennis Ritchie

Bell Labs colleagues Ken Thompson and Dennis Ritchie developed UNIX, a multi-tasking, multi-user operating system alternative to the batch processing systems that dominated the computer industry. Learn more about Thompson: https://www.invent.org/inductees/ken-… and Ritchie: https://www.invent.org/inductees/denn… Dennis Ricthie’s Life Dennis MacAlistair Ritchie was born on September 9, 1941, in Bronxville, New York. […]

Devamını Oku

Feign makes writing java http clients easier

Feign makes writing java http clients easier

Feign is a Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. Feign’s first goal was reducing the complexity of binding Denominator uniformly to HTTP APIs regardless of ReSTfulness. Why Feign and not X? Feign uses tools like Jersey and CXF to write java clients for ReST or SOAP services. Furthermore, Feign allows you […]

Devamını Oku

Navigating the World of NumPy

Navigating the World of NumPy

NumPy NumPy is a fundamental package for scientific computing with Python. It supports large, multi-dimensional arrays and has an extensive collection of high-level math functions that can operate on those arrays. Through NumPy, you can leverage n-dimensional array objects, C, C++, and Fortran program-based integration tools, and functions for performing […]

Devamını Oku

Spring cloud ribbon with eureka

Java

Traditional server side load balancing Server-side load balancing is involved in monolithic applications where we have a limited number of application instances behind the load balancer. We deploy our war/ear files into multiple server instances which are basically a pool of server having the same application deployed and we put […]

Devamını Oku

Guido van Rossum: Python | Artificial Intelligence

Guido van Rossum: Python | Artificial Intelligence

Guido van Rossum: Python | Artificial Intelligence (AI) Podcast Guido van Rossum is the creator of Python, one of the world’s most popular and impactful programming languages. This conversation is part of the Artificial Intelligence podcast and the MIT course 6.S099: Artificial General Intelligence. The discussion and lectures are free […]

Devamını Oku

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

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