Close

Yazılım geliştirmek

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

The Mind at Work: Guido van Rossum on how Python makes thinking in code easier

Guido van Rossum, Python

The Mind at Work: Guido van Rossum on how Python makes thinking in code easier A conversation with the creator of the world’s most popular programming language on removing brain friction for better work. “In Python, every symbol you type is essential.” Guido van Rossum There are a whole bunch […]

Devamını Oku

Most popular languages on GitHub, 2019

github

Most popular languages on GitHub as of October 25, 2019, counting only repos with at least 10000 stars. # language repos count 1 JavaScript 397 2 Python 115 3 Java 103 4 Go 78 5 C++ 53 6 TypeScript 46 7 HTML 36 8 C 33 9 Shell 32 10 […]

Devamını Oku

Spring Cloud Stream: The Future of Distributed Messaging and Stream Processing

Java

Spring Cloud Stream is a framework for building highly scalable event-driven microservices connected with shared messaging systems. The framework provides a flexible programming model built on already established and familiar Spring idioms and best practices, including support for persistent pub/sub semantics, consumer groups, and stateful partitions. Binder Implementations Spring Cloud […]

Devamını Oku

Mirantis acquires Docker Enterprise.

Docker Containers

Mirantis today announced that it had acquired Docker’s Enterprise business and team. Docker Enterprise was very much the heart of Docker’s product lineup, so this sale leaves Docker as a shell of its former, high-flying unicorn self. Docker, which installed a new CEO earlier this year, says it will continue to focus on tools that will advance […]

Devamını Oku

Python, Hello World

Python Programming Language, Python Programlama Dili

print(“Hello World”) Ne kadar basit görünse de “hello world” yazdırabilmek önemli bilgileri doğrulanmasını sağlar. Geliştirme ortamını kurabildiniz. Bir satır dahi olsa yazdığınız program doğru sonuç verdi. Çalıştırma ortamınız doğru kurulmuş. Dilin doğasını tanımaya başladınız. Komutlar nasıl yazılıyor ? “örneğin Print değil print”, satır sonunda ne vardı?

Devamını Oku

What is SCP and Example syntax for Secure Copy (scp)

Linux

What is SCP and Example syntax for Secure Copy (scp) SCP copies files between different hosts. It uses SSH and provides authentication for remote host Examples Copy the file “foobar.txt” from a remote host to the local host • $ scp remoteusername@remotehost:foobar.txt /some/local/directory Copy the file “foobar.txt” from the local […]

Devamını Oku

How to get developer options on Android?

How to get developer options on Android?

Every Android device contains a secret set of options  “Android Developer Options”  . It is intended principally for developers.   Developers  need additional functions to test software, debug and simulate. Developer Options are available on all Android devices, but OEMs do make accessing them slightly different on occasion. They all […]

Devamını Oku

How to take a screenshot on your Mac

How to take a screenshot on your Mac

I’m tired of searching on google whenever I need it. You can capture the entire screen, a window, or just a selected portion of the screen. If you’ve upgraded to macOS Mojave or later, you can use the Screenshot app to take all types of screenshots or make video recordings of your screen. […]

Devamını Oku