-
-
-
Iqtisodiyotning boshqa tarmoqlari
-
-
-
Beginning Spring Data
In the past, developers saved information in a relational database using conventional methods like JDBC. It worked for a time—when systems were small or not overly complex to maintain. Gradually, new technologies like Ibatis and Hibernate emerged to reduce the complexity of queries and facilitated access to different relational databases, allowing developers to focus on creating great applications instead of spending a lot of time figuring out how to connect to a database or reduce the number of connections.
-
Blazor WebAssembly By Example
Blazor WebAssembly is a framework that enables you to build single-page web applications that use C# on the client instead of JavaScript. It is built on the popular and robust ASP.NET framework. Blazor WebAssembly does not rely on plugins or add-ons for you to use C# in the browser. It only requires that the browser support WebAssembly, which all modern browsers do.
-
Bootstrapping Microservices
I first tried building applications with microservices around 2013. That was the year Docker was initially released, but back then, I hadn’t heard about it. At that time, we built an application with each microservice running on a separate virtual machine. As you might expect, that was an expensive way to run microservices.
-
Сам себе тестировщик. Пошаговое руководство по тестированию ПО
Чтобы стать успешным тестировщиком ПО, необходимы глубокие знания основ и опыт тестирования, который можно получить, поработав над реальным проектом. Эта книга научит вас и тому и другому. Сначала вы познакомитесь с основами тестирования ПО, а затем перейдете к пошаговой работе над реальным проектом. Это необходимо, чтобы понимать, как ведется разработка реального ПО и как тестирование вписывается в общую картину жизненного цикла проекта. Вы познакомитесь со всеми этапами тестирования, чтобы разобраться, как планируются, выполняются и контролируются задачи тестирования на практике. Эта книга не только поможет новичку стать тестировщиком, но и послужит хорошим подспорьем в повседневной работе.
-
Руководство для начинающих по HTML и CSS: пошаговое руководство с примерами и упражнениями
Данная работа защищена авторским правом. Все права сохраняются за Издателем, независимо от того, касается ли материала целиком или его части, в частности, права на перевод, перепечатку, повторное использование иллюстраций, декламацию, трансляцию, воспроизведение на микрофильмах или любым другим физическим способом, а также передачу или хранение информации. и поиск, электронная адаптация, компьютерное программное обеспечение или с помощью аналогичной или отличающейся методологии, известной в настоящее время или разработанной в будущем. В этой книге могут присутствовать торговые марки, логотипы и изображения. Вместо того, чтобы использовать символ товарного знака при каждом появлении имени, логотипа или изображения, являющегося товарным знаком, мы используем названия, логотипы и изображения только в редакционных целях и в интересах владельца товарного знака, без намерения нарушения прав на товарный знак.
-
Решение трудных и увлекательных задач на Python
Цель данной книги – укрепить навыки логического рассуждения и раз- вить творческое мышление, представив и решив 90 не самых простых задач на Python. Задачи изложены доходчиво и сжато, снабжены алгоритмами и комментариями, что помогает читателям следить за процессом их решения и понимать его суть. Издание предназначено читателям с базовыми знаниями языка Python, которые стремятся вывести свои способности на новый уровень. Книга будет полезна студентам, преподавателям, разработчикам, а также участникам соревнований по программированию.
-
C# Game Programming Cookbook for Unity 3D
The overall goal of this book is to provide a library of C# code with which to jumpstart your projects and to help you with the overall structure of your games.Many development cookbooks focus on only providing snippets of code, but, here, we take a different approach. What you are holding in your hands right now (or on your screen) is a cookbook for game development that has a highly flexible core framework designed to speed up development of just about any type of Unity project.
-
Essential C# knowledge for beginners: best 100
Welcome to a tailored learning journey in the world of C# programming. Designed for individuals who already grasp basic programming concepts, this book aims to equip beginners with the essential knowledge necessary to master C#. Each section of this guide is crafted to ensure that you gain a deep understanding of key C# elements without overwhelming details.
-
C# and Algorithmic Thinking for the Complete Beginner
In today's society, almost every task requires the use of acomputer. In schools, students use computers to search the Internet and to send emails. At work, people use them to make presentations, to analyze data, and to communicate with customers. At home, people use computers to play games, to connect to social networks and to chat with other people all over the world.
-
Business Intelligence with Looker Cookbook
This book offers a comprehensive guide to mastering Looker,a powerful cloud-based business intelligence platform. You’ll learn the fundamentals of setting up your Looker account and creating LookML projects,along with the art of exploring data and crafting impactful dashboards. Additionally, the book delves into advanced techniques including dashboard interactivity, troubleshooting, application development, content organization, and seamless integration with other tools. By the end, you’ll have the skills to harness Looker’s full potential for data analysis, visualization, and customized data-driven solutions.
-
Clang Compiler Frontend
Low Level Virtual Machine (LLVM), is a collection of modular and reusable compiler and toolchain technologies used to develop compilers and compiler tools, such as linters and refactoring tools. LLVM is written in C++ and can be considered a good example of a well-structured project that uses interesting techniques aimed at making it reusable and efficient. The project can also be considered an excellent example of compiler architecture; diving into it will give you a sense of how compilers are organized and how they function.This should help to understand usage patterns and apply them accordingly.
-
Clean Code with C#
Welcome to Clean Code in C#. You will learn how to identify problematic code that, while it compiles, does not lend itself to readability, maintainability, and extensibility. You will also learn about various tools and patterns, along with ways to refactor code to make it clean.
-
Cloud Penetration Testing for Red Teamers
Congratulations, dear reader! Over the past 15 years or so, there has been tremendous growth in the use of cloud platforms. Amazon’s AWS formally launched in 2006, and Microsoft Azure and Google Cloud Platform (GCP) soon followed in 2008. There are many cloud platforms out there, but AWS, Azure, and GCP are the most popular. AWS, Azure, and GCP empower companies, organizations, and enterprises to deploy networks that are more powerful and scalable than what was possible to do on their own premises. Many organizations even have more than one cloud platform in their networks.Cloud networks are connected to the public internet, so naturally, they’re susceptible to a wide range of cyberattacks. With the growing popularity of cloud platforms and companies realizing that they need to secure their cloud networks for the sake of business success, people with cloud penetration testing skills are greatly needed in the international job market. By learning how to simulate cyberattacks in cloud platforms for the sake of security testing, your abilities will be desired, no matter where in the world you are.
-
C++ High Performance for Financial Systems
The financial industry is complex and always changing, needing advanced tech solutions. C++ is a popular language for creating powerful software in finance due to its speed and reliability. This book explores how C++ is used in finance and trading, guiding you on applying it to build effective trading systems.Whether you’re a tech-savvy developer entering finance or a finance pro wanting more tech know-how, this book helps you navigate financial technology. It covers the technical basics for building trading systems, including network protocols and other essential considerations
-
Cracking the Data Engineering Interview
Within the domain of data, a distinct group of experts known as data engineers are devoted to ensuring that data is not merely accumulated, but rather refined, dependable, and prepared for analysis. Due to the emergence of big data technologies and the development of data-driven decision-making, the significance of this position has increased substantially, rendering data engineering one of the most desirable careers in the technology sector. However, the trajectory toward becoming a prosperous data engineer remains obscure for many.Cracking the Data Engineering Interview serves as a printed mentor. Providing ambitious data engineers with the necessary information, tactics, and self-assurance to enter this ever-changing industry. The organization of this book facilitates your progression in comprehending the domain of data engineering, attaining proficiency in its fundamental principles, and equipping yourself to confront the intricacies of its interviews
-
Решение основных задач линейной алгебры на языке R и Excel
В учебном пособии рассматриваются основные темы курса линейной алгебры, связанные с матричной алгеброй: матрицы, определители, методы решения систем линейных уравнений. Объясняются способы вычисления определителей нахождения обратной матрицы, ранга матрицы. Разбираются методы Гаусса, Крамера, обратной матрицы для решения систем уравнений. Для всех разделов приводятся основные теоретические сведения, подробные решения типовых задач с помощью языка R и Excel. Также на каждую тему приводятся задачи для самостоятельного решения.