Close

SlackWare Linux

Slackware is a Linux distribution created by Patrick Volkerding in 1993. Based initially on Softlanding Linux System, Slackware has been the basis for many other Linux distributions, most notably the first versions of SUSE Linux distributions, and is the oldest distribution that is still maintained

(I raised this as a result of query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (MySQLdb._exceptions.IntegrityError)

(I raised this as a result of query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (MySQLdb._exceptions.IntegrityError)

(I raised this because of query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (MySQLdb._exceptions.IntegrityError) The message you’ve encountered, “(raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (MySQLdb._exceptions.IntegrityError),” appears to be an error related to a […]

Devamını Oku

Middleware and Message Broker Basics

IOT

Fundamentals of Middleware and Message Broker Middleware is software that connects different applications and systems. It provides a common platform for applications to communicate with each other, regardless of their underlying platform or programming language. Middleware can be used to solve a variety of problems, including: Message brokers are a […]

Devamını Oku

Spotify Engineering Culture

Spotify Engineering Culture

Spotify is known for having a unique engineering culture that emphasizes autonomy, mastery, and purpose. Engineers at Spotify are given a high degree of independence to work on projects they are passionate about that align with the company’s mission. They are also encouraged to continue developing their skills and expertise […]

Devamını Oku

Automated Testing of Websites

Automated Testing of Websites

I am a big fan of Selenium; I must say this first. Selenium WebDriver is a tool for writing automated tests of websites. It allows you to write tests in multiple programming languages, including Java, Python, C#, and more. With Selenium WebDriver, you can create tests that automatically interact with […]

Devamını Oku

Debian: The Oldest Operating System Still in Active Development

Debian: The Oldest Operating System Still in Active Development

Debian is a free and open-source Linux distribution first released in 1993. It is a community-supported project that the Debian Project manages. Debian is known for its stability, security, and wide range of software packages. What is Debian? The name Debian comes from the names of its founders, Ian Murdock […]

Devamını Oku

Cem Adrian & Gazapizm – Kalbim Çukurda

Cem Adrian & Gazapizm - Kalbim Çukurda

Kalbim Çukurda Bir şehir sanki karşında…Hatıraların arkanda…Kıstırıyorlar seni sokakta…Öldün her köşebaşında… İsmin her yıkık duvarda…Anlatıp kaldırımlarda…Kandırıyorlar seni masalla…Kalbin hep aynı çukurda… O kalbi gerekirse parçalar elim!Asla kaçmadan geri.Onlar bulmadan beni.Koş gel, bir köşe başında kesilmiş nefesim.Kısılmış sesim.Sanki çok yakınmış deniz.Gözümde sanrılar, gerçeğin tılsımı yitik.Mahallem fişlenmiş, basılmış evim.Sakınmış beni.Belki bir ağaç, […]

Devamını Oku

Versiyon Kontrol Sistemi Nedir?

Versiyon Kontrol Sistemi Nedir?

Versiyon kontrol sistemi, bir yazılım projesinin değişikliklerini takip etme ve yönetmeyi amaçlayan bir araçtır. Versiyon kontrol sistemi, projenizdeki tüm değişiklikleri kaydeder ve bu değişiklikleri tarih ve zamana göre sıralar. Bu sayede, projenizdeki değişiklikleri kolaylıkla izleyebilir ve eski haline geri dönebilirsiniz. Başlıca versiyon kontrol sistemleri şunlardır: Git: Git, en yaygın kullanılan […]

Devamını Oku

Important Linux Bash Commands

Important Linux Bash Commands
Devamını Oku

Backlog Grooming, Backlog Refinement

Backlog Grooming, Backlog Refinement

Backlog refinement (formerly known as backlog grooming) is when the product owner and some, or all, of the rest of the team, review items on the backlog to ensure the backlog contains the appropriate items, that they are prioritized, and that the items at the top of the backlog are […]

Devamını Oku

class BuildConfig is public, should be declared in a file named BuildConfig.java

class BuildConfig is public, should be declared in a file named BuildConfig.java

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