• DevOps as a Service
    by Bliktri on 2024.03.25. at 12:12

    We are often approached with migration projects, in which case an already existing, working system must be moved to the cloud. One of the first questions of the negotiations is usually what drives this project. The answer is often that it is a trend or has worked for others.This is where we come into the picture as a consulting company, to highlight to our partners on the one hand the advantages and disadvantages of the cloud environment, and on the other hand, DevOps as a culture and how it […]

  • DevOps mint szolgáltatás
    by Bliktri on 2024.03.25. at 12:08

    Számos alkalommal keresnek meg bennünket migrációs projektekkel, mely esetén egy már meglévő, működő rendszert kell a felhőbe mozgatni. Az egyeztetések egyik első kérdése szokott lenni, hogy mi mozgatja ezt a projektet. A válasz gyakran az, hogy ez a trend, vagy másoknál bevállt.Itt jövünk mi a képbe, mint tanácsadó cég, hogy rávilágítsuk partnereinket egyrészt a felhős környezet előnyeire és hátrányaira, másrészt a DevOps-ra mint kultúrára, és ez […]

  • Mi a CI/CD?
    by Bliktri on 2024.03.25. at 09:14

    A CI, azaz Continuous Integration az a folyamat, amely végigkíséri a szoftver életciklusát a forráskód tárolásától, az elkészült telepíthető csomagokig. Az első fontos mérföldkő a git használata, ami manapság elengedetlen a modern, agilis szoftverfejlesztésben, a csapatmunka elengedhetetlen eszköze. A CI része a build, ebben a lépésben készítjük el a szoftverünk futtatható példányát, melyet egy általunk menedzselt központi repository-ban érdemes tárolni. A […]

  • What is CI/CD?
    by Bliktri on 2024.03.25. at 09:13

    CI, or Continuous Integration, is the process that accompanies the software lifecycle from storing the source code to creating deployable packages. The first important milestone is the use of Git, which is essential in modern, agile software development as a crucial tool for teamwork. Part of CI is the build, in which we create an executable instance of our software, which is advisable to store in a centrally managed repository. A crucial part of the process is running various automated tests, […]