Close

Yazılım geliştirmek

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

How to Set Up Java Development in Visual Studio Code

How to Set Up Java Development in Visual Studio Code

How to Set Up Java Development in Visual Studio Code on Windows | vsCode Java Development Basics This Java Tutorial course is aimed at complete beginners to the subject. For those who have no programming experience or those who have limited knowledge of Java. We get you up and running […]

Devamını Oku

Flutter- Google’s latest innovation for mobile, web, and desktop apps

Flutter

A Keynote talk by Martin Aguinis and Matt Sullivan at the WeAreDevelopers conference in Berlin discussing how Flutter is redefining app development for mobile, web, and desktop. This session includes live coding an original Flutter app, brand success stories including BMW, deep-dives on what’s been announced at Google I/O and […]

Devamını Oku

Pillow Evolved: Embracing Innovation with the PIL Fork

Python

The library is an advanced version of PIL, supported by Tidelift. It includes various processes in image processing, such as point operations, filtering, manipulating, and more. Pillow also supports a wide range of image formats, thus making it a must-have library for handling images. The official site is  https://pillow.readthedocs.io/en/stable/index.html The Git repo […]

Devamını Oku

Client Side Load Balancer: Ribbon

Client Side Load Balancer: Ribbon

Ribbon is a client-side load balancer that gives you much control over the behavior of HTTP and TCP clients. Feign already uses Ribbon, so, if you use @FeignClient, this section also applies. A central concept in Ribbon is that of the named client. Each load balancer is part of an ensemble […]

Devamını Oku

Config as a Service: Simplifying Application Setup with Spring Cloud Config

Java

Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well […]

Devamını Oku