Close

Yazılım geliştirmek

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

C ‘de String Array ‘i Nasıl Yapılır ?

C 'de String Array 'i Nasıl Yapılır ?

Eğer içeriği değişmeyecek string ‘lerden oluşuyor ise const char *a[2]; a[0] = “ozgur”; a[1] = “ali”; İçeriği değişecek stringlerden oluşacak dizi için char a[2][14]; strcpy(a[0], “ozgur”); strcpy(a[1], “ali”);

Devamını Oku

Swagger: How to Create an API Documentation

Swagger: How to Create an API Documentation

Creating API documentation with Swagger involves the following steps: By following these steps, you can create API documentation with Swagger that is easy to use and provides all the information developers need to interact with your API. Good documentation is crucial for any REST API. Swagger is a tool that […]

Devamını Oku

An Introduction to mRuby | Ruby Creator Yukihiro “Matz” Matsumoto

An Introduction to mRuby | Ruby Creator Yukihiro "Matz" Matsumoto

Yukihiro Matsumoto a.k.a. Matz, is a Japanese computer scientist and software programmer best known as the chief designer of the Ruby programming language and its reference implementation, Matz’s Ruby Interpreter (MRI). His demeanor has brought about a motto in the Ruby community “Matz is nice and so we are nice,” […]

Devamını Oku

Ruby Programming

Ruby Programming

Ruby is a programming language that was first released in 1995. It is an interpreted, high-level, general-purpose programming language. Ruby is designed to be easy to read and write and is often used for web development, scripting, and rapid application development. It is known for its simple, elegant syntax and […]

Devamını Oku

TFTP Nedir?

TFTP Nedir?

Trivial File Transfer Protocol (TFTP) 1980 yılında tanımlanmış, FTP’ nin temel fonksiyonel şekli olarak ifade edilen basit bir dosya transfer protokolüdür. Basit yapısından dolayı kullanılması esnasında çok az bellek tüketilmektedir. Bu özelliğinden dolayı, yeterli yığın bellek cihazı (mass storage device) olmayan yönlendirici (router) bilgisayarların önyüklemesinde kullanılırdı. Halen ağ üzerinde bulunan […]

Devamını Oku

Yokluğunda

Leyla İle Mecnun

Yaşanmışlıklarda yeri olan işlerden Leyla İle Mecnun’ da tanımıştık. Kaybet bu öfkeni, İçinde sakladığın. Terk et o derdini, Benden almadığın. Sabret sonu aynı değil! Söylüyorum. Dinle, rüyaların her gün aynı, Olmayacak! Şimdi vazgeçersen geriye döneceksin, Gitme! Kaybedince daha çok seveceksin Biliyorum, hiç bir anlamı yok: Yokluğunda, yokluğunda, yokluğunda… Kaybet bu […]

Devamını Oku

Richard Stallman Talks About Ubuntu

Richard Stallman

The story of the man who fought for the freedom of software. Richard Stallman is a computer programmer and software freedom activist. He is best known for his work on the GNU Project, which is responsible for developing the GNU operating system and many other free software programs. Stallman is […]

Devamını Oku

Introduction to NoSQL

Introduction to NoSQL

Martin Fowler – Author, Speaker, Consultant & General Loud-mouth on Software Development Martin gives a rapid introduction to NoSQL databases: where they came from, the nature of the data models they use, and the different ways you have to think about consistency. From this, he outlines what kinds of circumstances […]

Devamını Oku