
NocoBase is an open-source, self-hosted software platform that enables teams to build data-driven applications using no-code or low-code approaches. The platform is designed for developing internal tools, dashboards, and applications for business processes. In this regard, NocoBase occupies a position among solutions in the no-code ecosystem that focus on data-centric application development.No-code and low-code approaches aim to accelerate application development by prioritizing visual configur
EN
Hüsnü Umut Okur

Supercomputers are high-performance computing systems capable of executing vastly more operations per second than conventional computers. They are used in fields requiring immense computational power, such as scientific research, engineering simulations, weather forecasting, climate modeling, and biological analysis.HistoryThe development of supercomputers dates back to the 1960s. In 1964, the CDC 6600 was introduced as the fastest computer of its time, three times faster than the IBM 7030 Stret
EN
Muhammed Mehdi İleri
PiThe pipeline, which forms the foundation of software development and DevOps (Development and Operations) philosophy, is a critical component of modern software projects. At its simplest, a pipeline is a logical sequence of sequential steps that fully automates the journey of a software project from its source code state to a live production environment ready for end-user service. This structure is designed to manage the most tedious, error-prone, and time-consuming processes in the software deve
ENSüleyman Altan
InAddition is a sorting algorithm that places one unsorted element at a time into its correct position in each iteration.Working PrincipleStep 1: The first element in the array is assumed to be sorted. The second element is selected and stored separately as the key.The key is compared with the first element. If the first element is greater than the key, the key is placed before the first element.Step 2: Step to together the first two elements are now sorted.The third element is selected and compar
ENBeyza Nur Türkü

Brother Bear is an animated film produced by Walt Disney Animation Studios in 2003. Set in prehistoric North America, the story explores the relationship between humans and nature and the theme of transformation. It was created by combining traditional hand-drawn animation techniques with digital technology. The production is part of Disney’s animated projects from the 2000s and is supported by music composed by Phil Collins.Story and ThemesThe film centers on the story of Kenai, a young Inuit n
EN
Meryem Beyza Utkulu
İşYazılım geliştirme ve DevOps (Geliştirme ve Operasyonlar) felsefesinin temelini oluşturan işlem hattı (pipeline), modern yazılım projelerinin önemli bir bileşenidir. En basit tanımıyla işlem hattı (pipeline), bir yazılım projesinin kaynak kod hâlinden başlayıp, son kullanıcının hizmetine sunulabileceği canlı üretim ortamına kadar uzanan yolculuğunu tam anlamıyla otomatikleştiren ve ardışık adımlardan oluşan mantıksal bir dizidir. Bu yapı, yazılım yaşam döngüsündeki (SDLC) en sıkıcı, hataya açık
TRSüleyman Altan
SeSelection sort is a sorting algorithm that, in each iteration, selects the smallest element from the unsorted list and places it at the beginning of the unsorted portion. Working Principle Step 1: The first element of the array is assumed to be the minimum. Step 2: The minimum is compared with the second element. If the second element is smaller than the minimum, it is assigned as the new minimum. The minimum is then compared with the third element. If the third element is smaller, it becomes th
ENBeyza Nur Türkü