Close

Python rawPy

RawPy is a library for decoding and processing raw image files.

Unveiling Jekyll: The Static Site Generator Revolutionizing Software Development

Unveiling Jekyll: The Static Site Generator Revolutionizing Software Development

In the dynamic world of web development, the quest for efficiency, simplicity, and performance is never-ending. Amidst this landscape, Jekyll emerges as a beacon for software crafters, offering a streamlined approach to website creation. We are exploring how it has become a pivotal tool in the arsenal of modern developers. […]

Devamını Oku

Postman Expects AI Frenzy To Deliver Growth.

Postman Expects AI Frenzy To Deliver Growth.

Postman, a San Francisco-based software startup from India, is anticipating a surge in demand for its products due to the rapid growth of artificial intelligence (AI). The company, which provides toolkits for software developers to create and run application programming interfaces (APIs), sees a significant role for APIs in the […]

Devamını Oku

How to Speed Up Your Software Development Pipeline: 5 Key Strategies

How to Speed Up Your Software Development Pipeline: 5 Key Strategies

A faster software development pipeline means faster releases, happier customers, and more revenue. Here are five key strategies to help you speed up your channel. In today’s competitive marketplace, businesses must be able to deliver software quickly and efficiently. A faster software development pipeline can lead to more immediate releases, […]

Devamını Oku

Making deliveries more accurate with improved location information

Making deliveries more accurate with improved location information

The DoorDash app provides its customers with real-time updates on their delivery status. The app has been using GPS information from the Dasher’s phone, combined with manual updates from the Dasher to indicate their progress, such as arriving at the restaurant or picking up the food. To enhance the accuracy […]

Devamını Oku

MACOS İçin FTP Client

FTP

MACOS için terminalden ftp istemcisi olarak NCFTP ‘i kullanıyorum.  Embedded cihazlarda genellikle garip FTP sunucuları oluyor ve komut satırı erişim en hızlı seçenek oluyor.  Uygulamayı https://ncftp.com/.  Adresinden indirebiliyoruz.  Basit bir kurum sonunda kullanmaya başlayabiliriz.  MACOS için TERMİNAL ‘i açtım.  NCFTP ile artık NCFTP ‘bin shell ‘ine giriyorum.   Burada çok […]

Devamını Oku

PYCHARM ‘da PIP ve PIPENV Konfigüre etmek

PYCHARM ‘da PIP ve PIPENV Konfigüre etmek

Öncelikle Python yüklü mü diye bakıyoruz 🙂 python —version Pip ‘ı kontrol ediyoruz pip —version Homebrew ile pipenv’ i k”uracağız. brew install pipenv Pycharm’ a giriyoruz. PyCharm > preferences > project > project interpreter  bölümüne geliyoruz Project interpreter combosuna basıyoruz.  SHOW ALL Sonrasında + işaretine basarak PIPENV seçiyoruz.  Kullanılan ortam […]

Devamını Oku