Building a Cocktail Recipe App with Android and Kotlin
Introduction 🍹📲🔧 In this post, I will explore how I built a Cocktail Recipe mobile app using Kotlin and Android. This app allows users to discover cocktail recipes by fetching […]
| Bekir Aytaç AĞMA |
Introduction 🍹📲🔧 In this post, I will explore how I built a Cocktail Recipe mobile app using Kotlin and Android. This app allows users to discover cocktail recipes by fetching […]
Read more...Single Page Applications (SPA) and Frontend Technologies: A Comparison of Advantages and Disadvantages Single Page Applications (SPAs) have become a significant part of modern web development. These applications are designed […]
Read more...Exploring the Rise of Quantum Computing: The Future of Technology In recent years, quantum computing has emerged as one of the most exciting and transformative technologies. Unlike classical computers that […]
Read more...If you updated NodeJS to the latest version or if you cloned old projects which doesnt support or work with newer version of Node.Js you will probably take errors something […]
Read more...Exploring the Rise of Quantum Computing: The Future of Technology In recent years, quantum computing has emerged as one of the most exciting and transformative technologies. Unlike classical computers that […]
If you get error something like at below you should use the Visual Studio Installer to get the Desktop development with C++ workload in one of the Visual Studio versions you have installed in your machine. When […]
Single Page Applications (SPA) and Frontend Technologies: A Comparison of Advantages and Disadvantages Single Page Applications (SPAs) have become a significant part of modern web development. These applications are designed […]
ORACLE PL/SQL Tarih Saat Fonksiyonları (ORACLE PL/SQL Date Time Functions) Sistem tarih, saati: Sistem Saat dilimi ve geçerli tarih: Saat dilimini değiştirmek: Tarihe gün eklemek: Sistem tarihinin stringe çevrilmiş halini […]
Introduction 🍹📲🔧 In this post, I will explore how I built a Cocktail Recipe mobile app using Kotlin and Android. This app allows users to discover cocktail recipes by fetching […]
Single Page Applications (SPA) and Frontend Technologies: A Comparison of Advantages and Disadvantages Single Page Applications (SPAs) have become a significant part of modern web development. These applications are designed […]
Exploring the Rise of Quantum Computing: The Future of Technology In recent years, quantum computing has emerged as one of the most exciting and transformative technologies. Unlike classical computers that […]
If you updated NodeJS to the latest version or if you cloned old projects which doesnt support or work with newer version of Node.Js you will probably take errors something […]
If you get error something like at below you should use the Visual Studio Installer to get the Desktop development with C++ workload in one of the Visual Studio versions you have installed in your machine. When […]
If you get error something like below on the Powershell or Command Prompt (CMD) or GIT Bash when you write yarn –version or yarn start or npm run or something […]
Firstly, open command prompt (cmd), terminal or powershell. Before update NPM to the latest version you can verify your version of NPM with this command: npm -v You can update […]
No More Classes! Back in October 2018, the React team released a version of React that we can now safely say was one of the most important releases in the […]
When you use Git or GitHub, you may get one of the errors / warnings which have been written at the below, while clone or checkout repository. If you get […]
NPM (Node Paket Yönetimi) nedir? Node.js içerisinde yer alan çekirdek (entegre) modüller geliştirilen uygulama için yetersiz kaldığında diğer geliştiriciler tarafından yazılmış üçüncü parti modüllerin kullanımı uygulamada bize büyük kolaylıklar sağlar. […]
Webpack is a bundle creator for our javascript files. It is a module bundler javascript library. One of big software projects’s problem is that it includes too many script src […]
ESLint is a error control and code harmony (compatibility) control library for our JavaScript codes. You can define rules for with ESLint for all codes look at the same harmony. […]
If I give a example from a real life, you may imagine smoothly what Babel is, Babel is a simultaneous translator :) When I return to software development from real […]
Comments