I am using Android Studio for flutter development on MacBook-pro. Everything was normal. Now I am getting this “class BuildConfig is public, should be declared in a file named BuildConfig.java” error whenever I want to run my application on Android simulator. Solution is “ “
Devamını Oku
interesting error while building flutter app for Android. “Gradle threw an error while downloading artifacts from the network .. Exception: Gradle task assembleDebug failed with exit code 1” and this is my solution:)
Devamını Oku
I use Amazon as a cloud service in my new Java/Kotlin projects. I couldn’t easily find a complete list of AWS modules. I was able to create this shortlist as a result of the reviews. Compute EC2 Virtual Private Servers Lightsail Amazon’s hosting provider (VPS, DNS, storage) Lambda Functions […]
Devamını Oku
Posted on September 10, 2020, by Maria Kudryavtseva The new TeamCity update is ready. In version 2020.1.4, we focused on fixing bugs and improving TeamCity’s performance and usability. See the complete list of 40+ resolved issues in our release notes. As with any bugfix update, 2020.1.4 shares the data format with other 2020.1.x releases, […]
Devamını Oku
Welcome to our comprehensive list of Docker best practices exemplified under Node.js. Note that every bullet has a link to detailed information and code examples. The entire list can be found in our repository Node.js Best Practices. It covers the basics but goes all the way to strategic decisions like how […]
Devamını Oku
Continuous integration and delivery help DevOps teams ship higher-quality software faster. But is all CI/CD created equal? What does successful CI/CD implementation look like, and how do you know you’re on the right track? To understand how CI/CD makes organizations more successful, it helps to look at the DevOps challenges […]
Devamını Oku
I am sharing a sample and full DevOps Stack by Simon Reymann Our whole DevOps stack consists of the following tools: The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts: for the original post and comments please visit https://stackshare.io/zimoony/decisions/104069607668616391 and my StackShare profile is https://stackshare.io/ozgurozkok
Devamını Oku
Virtual Machine (Sanal Makine) kendi bilgisayarımızda başka bilgisayarları sanal olarak çalıştırmamıza olanak sağlayan bir yazılımdır. Yazılımcılar için sanal makineler yaşamı kolaylaştırıcı araçlardandır. Kişisel olarak bir MacBook kullanıyorum. Bilgisayarıma kurulu windows ve linux sanal makineleri sayesinde bu işletim sistemlerini de sorunsuz kullanabiliyorum. Bu yazıda VM teknolojisini derinlemesine incelemeyeceğim. Sanallaştırma işi […]
Devamını Oku
Git kullanımını adım adım Git Derslerimizde anlatıyoruz. Derslerin yanında temel komutları burada da listelemek istedim. git config ‘git config’; kullanıcı adı, mail, dosya formatları gibi genel ayarların yapılmasını sağlar. git config –global user.name “kullanıcı.adınız” git config –global user.email kullaniciEPostaniz git init Bu komut, bulunduğunuz dizini bir Git dizini haline getirir. Git dizinlerine Repository adı […]
Devamını Oku