Close

(20) Software Craftsmanship, Yazılımda Ustalaşmak

Software Craftsmanship is a movement that advocates for the practice of software development as a craft. It emphasizes the importance of quality, craftsmanship, and professionalism in software development.

Kimseye Anlatmadım

Bülent Ortaçgil

Sev beni, sar beniBir tek kötü sözün sarsar beniBilinmez denizlerinKuytu koylarında bul beni Ben bunları kimseye anlatmadımKendimle bile konuşmadımBen bunları kimseye anlatmadımBir tek sen duy diyeSen bil diyeSen anla diye Sez beni, yaz beniKarmakarışıklığımdan çöz beniBirikmiş tortularınKirli sularından süz beni Ben bunları kimseye anlatmadımKendimle bile konuşmadımBen… Bülent Ortaçgil

Devamını Oku

The Reuse/Release Equivalency Principle is:

The Reuse/Release Equivalency Principle is:

The Reuse/Release Equivalency Principle is:“The granule of reuse is the granule of release. Only components that are released through a tracking system can be effectively reused. This granule is the package.” What is reuse? The copying code is not reused. If you copy or insert code/modules into your code, then […]

Devamını Oku

“Zuul’s Journey to Non-Blocking” by Arthur Gonigberg

Zuul

Zuul 2.0 is the latest iteration of the gateway application fronting Netflix’s API and underlying microservices. It was borne of a need to handle an ever-growing amount of traffic and a similarly ever-growing number of microservices to the front. We rebuilt Zuul from the ground up, leveraging the Netty framework […]

Devamını Oku

All About TensorFlow Code (Coding TensorFlow)

All About TensorFlow Code (Coding TensorFlow)

Welcome to our new series: Coding TensorFlow! This series is dedicated to deep-dive TensorFlow tutorials – Every episode will provide concrete, hands-on examples of how to best use TensorFlow for machine learning and AI. We hope you find them helpful! Subscribe to the channel to catch new episodes of Coding […]

Devamını Oku

What’s the Difference Between DevOps and SRE?

Site Reliability Engineering (SRE)

Seth Vargo and Liz Fong-Jones go head-to-head to determine which is better: DevOps or Site Reliability Engineering (SRE). In this video, Liz and Seth discuss the differences and similarities between DevOps and SRE, ultimately realizing that DevOps and SRE aren’t two competing methods, but rather close friends designed help break […]

Devamını Oku

Building a REST API using Python and Flask | Flask-RESTful

Building a REST API using Python and Flask | Flask-RESTful

Python is a high-level programming language widely used for web development, scientific computing, data analysis, artificial intelligence, and many other applications. It is known for its simplicity, readability, and ease of use, making it a popular choice for beginners and experienced programmers. Flask is a web framework for Python designed […]

Devamını Oku

Check the OS version in Linux.

Check OS version in Linux

Linux is a free and open source operating system. There are many variants of Linux out there. They are typically called Linux distribution. Suse, OpenSUSE, Debian, Ubuntu, CentOS, Arch, Fedora, RHEL all are common Linux distribution names. Knowing your os version and name can be very useful for security patches. […]

Devamını Oku

Elasticsearch basic concepts

Elasticsearch basic concepts

Learn Elasticsearch basic concepts and fundamentals of elasticsearch or basic concepts and terms in elasticsearch. Learn what is document, index, shards, cluster, replicas, node, mappings, types and schemas.Also learn the clustering mechanism of elasticsearch and elasticsearch architecture in depth

Devamını Oku