-
-
-
-
-
-
-
-
-
Madaniyat. Madaniyatshunoslik
-
The Oxford Handbook of Qualitative Research
In the work toward this handbook I appreciate the assistance and support of a number of people.
-
Certified Kubernetes Application Developer (CKAD) Study Guide: In-Depth Guidance and Practice
Developers with the ability to operate, troubleshoot, and monitor applications in Kubernetes are in high demand today. To meet this need, the Cloud Native Computing Foundation created a certification exam to establish a developer's credibility and value in the job market to work in a Kubernetes environment. The Certified Kubernetes Application Developer (CKAD) exam is different from the typical multiple-choice format of other certifications. Instead, the CKAD is a performance-based exam that requires deep knowledge of the tasks under immense time pressure. This study guide walks you through all the topics you need to fully prepare for the exam. Author Benjamin Muschko also shares his personal experience with preparing for all aspects of the exam.
-
İSTANBUL
Günümüzde hayatımızın her alanını bilimsel, teknolojik, kültürel ve sosyal gelişmeler yönlendirirken, bu geliş-meler yabancı dil bilmeyi de farklı ülkelerle bilimsel, siyasal ve ekonomik alanlarda görüş alışverişinde bulunmak, iş ve kültürel ilişkileri geliştirmek ve yabancı dilin konuşulduğu ortamlarda günlük iletişime katılabilmek için bir ihtiyaç haline getirmiştir.
-
Atlas of Central Asian Artistic Crafts and Trades
Situated at the heart of Central Asia, Uzbekistan is a land of ancient and rich artistic culture. Its original folk decorative and applied arts are closely connected with the Uzbek people's traditional way of life and customs.
-
METİNLERLE TÜRKÇE ÖĞRENİYORUM
2020 yılında kurulmuş olan Antalya Belek Üniversitesi Türkçe Öğretimi Uygulama ve Araştırma Merkezi şimdiye kadar açmış olduğu Türkçe kursları ile uygulama merkezi olmanın gerekliliklerini yerine getirirken düzenlemiş olduğu kongreler, paneller, kurmuş olduğu Umay Sanat ve Sosyal Bilimler Dergisi ve yapmış olduğu bilimsel araştırma projeleri ile de araştırma merkezi olmanın kendisine yüklediği sorumlulukları yerine getirmektedir.
-
Operating System Concepts
The tenth edition of has been revised to keep it fresh and up-to-date with contemporary examples of how operating systems function, as well as enhanced interactive elements to improve learning and the students experience with the material. It combines instruction on concepts with real-world applications so that students can understand the practical usage of the content. End-of-chapter problems, exercises, review questions, and programming exercises help to further reinforce important concepts. New interactive self-assessment problems are provided throughout the text to help students monitor their level of understanding and progress. A Linux virtual machine (including C and Java source code and development tools) allows students to complete programming exercises that help them engage further with the material.
-
Қурилиш ашёлари
Республикамизда саноат ва уй-жой қурилишининг кун сайин ўсиб бориши қурилишларга бўлган эҳгиёжни янада оширмокда. Ана шунинг учун қурилиш ашёларини ишлаб чиқариш технологиясини ва улардан ясалган буюмларни ҳар тарафлама ўрганиш ҳар бир қурувчи мутахассис учун ғоят зарур. Қурилиш ашёлари ишлаб чиқариш саноатининг энг муҳим вазифалари бу — маҳаллий хом ашёлардан кенг фойдаланиш, буюм ишлаб чиқаришни ривожлантириш, уларнинг сифатини ортириш ва қурилишнинг таннархини камайтириш, шунингдек, эскириб қолган машина-ускуналарни замонавий технологияларга алмаштиришдир. Бу ишларда техниканинг келажакдаги тараққиёти қурилиш усулларини тобора саноатлаштиришни ва олдиндан ишлатилиб келинаётган айрим қурилиш ашёлари ўрнига янгиларини ишлатиш ҳамда уларни ишлаб чиқариш технологиясини такомиллаштиришда республикамиздаги стандартлаштириш тизими катта аҳамиятга эга. Кўпгина қурилиш ашёлари учун Ўзбекистон Республикаси стандарти ишлаб чиқилган.
-
Case Studies in knowledge management
This book presents twenty cases investigating the implementation of KM in a number of business and industry settings and a variety of global settings. The purpose of this book is to fill a deficiency that I’ve observed while teaching KM. KM is being taught in specialized courses and as a topic included in Decision Support Systems (DSS), Enterprise Information Systems (EIS), and Management Information Systems (MIS) issues courses.
-
THE STATUS AND PROGRESS of WOMEN
This teacher publication introduces objects in the Museum’s collection of Roman art. The collection is particularly rich in art produced for the highest levels of society, and this is re0ected in the objects included in this resource
-
Object Oriented Programming with C++
The disadvantages of the previous programming languages leads to evolution of new programming languages by adding and removing some features of the currently existing programming languages. This is how the programming language B has changed to C and now C programming has updated with the new features and programming technique that makes it increment in its features and makes it a C++ programming language. C++ programming language has overcome the disadvantages of C programming language such as, inability to reuse already existing code, use of goto statement, global data declaration and limitation on the length of the code. When there is already one programming language called C present then what is the necessity to have one more programming language? The answer for this question is Complexity. C program has limitations such as, when the programmer crosses more than 50,000 lines of code then it is very difficult for the programmer himself to debug and locate the error.
-
Murach's ASP.NET Core MVC
his 2nd Edition of Murach’s ASP.NET Core MVC does a better job than ever of delivering the skills you need to develop websites using the MVC (Model-View-Controller) pattern with ASP.NET Core. If you know the basics of C#, you’ll quickly learn to code the way today’s top web professionals do. Each section features clear, beginner-friendly examples and easy-to-understand explanations that walk you through crucial skills, best practices, and helpful tips. Every Murach book guarantees high quality. The complete apps show how each feature works in context. The exercises at the end of each chapter let you practice your new skills and gain valuable hands-on experience. And the distinctive “paired-pages” format is ideal for learning and reference.
-
Modern C++ For Software Developers Serious C++ Development
This is a book on serious software development with Modern C++. It is my go-to desktop reference when I am developing C++ applications. I hope that you will also consider this book in such an exalted light. This book is divided into eight main sections. The first section is a C language refresher. Knowledge of the C language is presumed. The next section exposes core C++. This is C++ before C++11. This section is followed by four sections that discuss important features of C++11, C++14, C++17 and the latest standard, C++20. This is followed by a section that discusses important functions in the C++ Standard Library. The next section is devoted to the GNU C++ compiler and the GNU debugger. The last section looks at some miscellaneous topics. Every important C++ feature that is discussed in this book is accompanied by a short C++ program to demonstrate how the feature works.
-
Minimal APIs in ASP.NET 9. Design, implement, and optimize robust APIs in C# with .NET 9
Book Description: Written by an esteemed technology leader, a .NET specialist, and Microsoft MVP for Developer Technologies, Minimal APIs in ASP.NET 9 provides you with specialized insights into the latest advancements in .NET technology, particularly minimal APIs. You’ll get your first minimal API set up and running, before exploring the anatomy of a typical minimal API project, seeing how the framework can be used to create various HTTP endpoints, route, and validate requests, as well as enhancing those requests with custom middleware. After covering the basics, you’ll move on to data mapping, managing important dependencies through dependency injection and integrating your minimal APIs with data sources such as Entity Framework, Dapper, and SQL databases for creating CRUD operations. The chapters also walk you through performance optimization, asynchronous programming, and caching, which’ll allow you to examine the more advanced aspects of minimal API development, with code examples reflecting real-world scenarios. By the end of this book, you’ll be armed with the necessary best practices and skills needed for deploying performant, elegant, and scalable minimal APIs in .NET.
-
Oila psixoterapiyasi nazariyalari
"Oila psixoterapiyasi nazariyalari" darsligi ta'lim va ijtimoly xizmat tizimida faoliyat yuritadigan psixologlarning faoliyati mazmuni haqida talablarga bilim va ko'nikmalar berishga qaratilgan repetitorlik va individual o'qitish metodlari asosida yaratilgan. Ushbu darslik O'zbekiston Respublikasi Oliy ta'lim, fan va innovatsiyalar vazirligi Mirzo Ulug bek nomidagi O'zbekiston Milliy universitetining 2023-yil 29-avgustdagi I-sonli garori Amaliy psixologiya-60310900, Psixologiya (faoliyat turlari bo yicha)-60310903, Oila psixologiyasi-60310904 va Yoshlar psixologiyasi -60310905 bakalavr ta'lim yo'nalishi talabalari uchun tuzilgan. "Oila psixoterapiyasi nazriyalari" namunaviy fan dasturi asosida ishlab chigilgan.
-
QISHLOQ XO‘JALIGI MASHINALARI
Ushbu darslikda Respublikamiz tuproq-iqlim sharoitiga moslangan qishloq xo‘jaligi mashinalarining asosiy turlari, jumladan, yerni ekin ekishga tayyorlash mashinalari, g‘alla kombayni, kartoshka kavlash, paxta terish, don tozalash va boshqa mashinalarining umumiy tuzilishi, sozlanishi hamda texnologik jarayoni asoslari bayon qilingan. Shu bilan birga, amaliy mashg‘ulotlarni o‘tkazish yuzasidan tavsiyalar hamda o‘quvchilarning har bir bob yuzasidan olgan bilimlarini tekshirish uchun namunaviy test topshiriqlari havola qilingan
-
Women and Religion in the Middle East and the Mediterranean
The increasing polarization between the Western World and the Arabic countries after the 11th of September 2001 has strengthened the Western belief that Islam is a major part of the problem.