Programowanie
Niezależnie czy dopiero rozpoczynacie swoją przygodę z programowaniem, czy jesteście już uznanymi na rynku profesjonalistami, to w kategorii Programowanie na pewno znajdziecie podręczniki, które pomogą Wam w przebiegu pracy, czy też w nauce podstaw programowania.
W książkach z tego działu zawarta jest wiedza zarówno związana z czysto technicznymi sprawami typu składnia języków, ale także z umiejętnościami bardziej "miękkimi" jak obsługa i wykorzystanie pełnych możliwości środowisk programistycznych, czy też projektowanie oprogramowania lub metody numeryczne czy oraz struktury danych.
Tomasz Rymarczyk Krzysztof Król
This publication was prepared as a permanent record of research findings presented by doctoral students and academics representing diverse research backgrounds and schools. The focus is on interdisciplinary solutions, combining engineering, computer science, and mathematical methods with approaches relevant to management science and socio-economic applications. The International Interdisciplinary PhD Workshop (IIPhDW) is a cyclical and international conference, and its primary function is to provide a platform for research presentations, knowledge exchange, and collaboration between young scientists from various disciplines. The 2025 edition featured a particularly strong technical component, encompassing artificial intelligence, computer science, automation and control, robotics and mechatronics, telecommunications, signal processing, as well as mechanical and production engineering. At the same time, the inclusion of topics in economics and management confirmed the workshop's broad scope and its ability to integrate research perspectives relevant to contemporary technological and organizational challenges. A significant group of publications includes works on process and biomedical tomography, as well as image reconstruction methods using machine learning and deep learning, including approaches combining physical models with neural network architectures. Examples include research on image reconstruction in electrical impedance tomography, the integration of tomography with neural networks for industrial process monitoring, and the use of ultrasound tomography in measurement and reconstruction analysis. This theme is further reinforced by works on hybrid tomography systems, process monitoring using mixed reality technology, and applications in the areas of physiological parameter monitoring and non-invasive diagnostics. The second recognizable axis is artificial intelligence in IT and cyberphysical systems, encompassing both the construction of predictive and classification models and their implementation in industrial, medical, and service environments. This trend includes work related to the application of machine learning methods in system and network security, solutions based on LLM agents in project team workflows, processing unstructured data using OCR and language models, and multimodal analysis in intelligent customer service systems. This perspective highlights the contemporary trend of convergence of AI techniques with data engineering, software engineering, and systems integration, which has direct implications for the design of scalable implementation solutions. The third thematic area covers embedded systems, communication, and signal processing, along with elements of computational resource optimization. The monograph includes papers on, among other things, phase shift estimation in noisy environments, pseudorandom sequence generation, acoustic feature detection, and the efficiency of machine learning applications at the network edge in the context of Kubernetes scheduling heuristics. In the monograph, this strand serves a methodological purpose, providing signal analysis tools and computational mechanisms that form the foundation for many AI and measurement system applications. A significant complement to the technical perspective are works in the areas of management and organizational and economic analysis, which address the need to understand the determinants of technology implementation and the conduct of innovative projects. The publications address, among other things, the predictors of success in startup management and the analysis of organizational improvements in public institutions. Their presence strengthens the interdisciplinary nature of the monograph by demonstrating that the effectiveness of engineering solutions depends not only on the quality of algorithms and devices, but also on the organizational, process, and decision-making context. The monograph is intended as a reference for academics and doctoral students, particularly those seeking examples of research that combines theory with application. The collected papers offer a comprehensive overview of research activities typical of early careers in science, from conceptual studies and method analysis, through device and software architecture prototyping, to experiments and evaluation of the effectiveness of proposed solutions. At the same time, the publication allows for the identification of common methodological denominators, such as the growing importance of measurement data, simulation, deep learning, systems integration, and the pursuit of real-time operation in industrial and biomedical environments. The introduction, on the one hand, contextualizes the monograph within the mission of IIPhDW as a workshop supporting researcher development and the internationalization of research. On the other hand, it organizes the chapter topics in the perspective of dominant technological trends and application needs that permeate various fields. Consequently, the monograph can be viewed as a synthetic overview of current research directions for doctoral students and young academics, as well as an inspiration for undertaking work combining artificial intelligence methods, measurement systems, software engineering, and management analyses within modern interdisciplinary projects.
Next.js Quick Start Guide. Server-side rendering done right
Kirill Konshin
Next.js is a powerful addition to the ever-growing and dynamic JavaScript world. Built on top of React, Webpack, and Babel, it is a minimalistic framework for server-rendered universal JavaScript applications. This book will show you the best practices for building sites using Next. js, enabling you to build SEO-friendly and superfast websites.This book will guide you from building a simple single page app to a scalable and reliable client-server infrastructure. You will explore code sharing between client and server, universal modules, and server-side rendering.The book will take you through the core Next.js concepts that everyone is talking about – hot reloading, code splitting, routing, server rendering, transpilation, CSS isolation, and more. You will learn ways of implementing them in order to create your own universal JavaScript application. You will walk through the building and deployment stages of your applications with the JSON API,customizing the confguration, error handling,data fetching, deploying to production, and authentication.
Martin Bjerretoft Fjordvald, Clement Nedelcu
Nginx is a lightweight HTTP server designed for high-traffic websites, with network scalability as the primary objective. With the advent of high-speed internet access, short loading times and fast transfer rates have become a necessity.This book is a detailed guide to setting up Nginx in ways that correspond to actual production situations: as a standalone server, as a reverse proxy, interacting with applications via FastCGI, and more. In addition, this complete direct reference will be indispensable at all stages of the configuration and maintenance processes. This book mainly targets the most recent version of Nginx (1.13.2) and focuses on all the new additions and improvements, such as support for HTTP/2, improved dynamic modules, security enhancements, and support for multiple SSL certificates. This book is the perfect companion for both Nginx beginners and experienced administrators. For beginners, it will take you through the complete process of setting up this lightweight HTTP server on your system and configuring its various modules so that it does exactly what you need quickly and securely. For more experienced administrators, this book provides different approaches that can help you make the most of your current infrastructure. Nginx can be employed in many situations, whether you are looking to construct an entirely new web-serving architecture or simply want to integrate an efficient tool to optimize your site loading speeds.
Nedelcu
Nginx is a lightweight HTTP server designed for high-traffic websites, with network scalability as the primary objective. With the advent of high speed Internet access, short loading times and fast transfer rates have become a necessity. This free, open source solution will either come as a full replacement of other software such as Apache, or stand in front of your existing infrastructure to improve its overall speed.This book is a detailed guide to setting up Nginx in different ways that correspond to actual production situations: as a standalone server, as a reverse proxy, interacting with applications via FastCGI, and more. In addition, this complete directive reference will be your best friend at all stages of the configuration and maintenance processes.This book is the perfect companion for both Nginx beginners and experienced administrators. For beginners, it will take you through the complete process of setting up this lightweight HTTP server on your system and configuring its various modules so it does exactly what you need quickly and securely. For more experienced administrators, this book provides different approaches that can help you make the most of your current infrastructure. Nginx can be employed in many situations, whether you are looking to construct an entirely new web-serving architecture or simply want to integrate an efficient tool to optimize your site loading speeds.
Gunnar Liljas, Alexander Zaytsev, Jason Dentler
NHibernate is a mature, flexible, scalable, and feature-complete open source project for data access. Although it sounds like an easy task to build and maintain database applications, it can be challenging to get beyond the basics and develop applications that meet your needs perfectly. NHibernate allows you to use plain SQL and stored procedures less and keep focus on your application logic instead. Learning the best practices for a NHibernate-based application will help you avoid problems and ensure that your project is a success. The book will take you from the absolute basics of NHibernate through to its most advanced features, showing you how to take full advantage of each concept to quickly create amazing database applications. You will learn several techniques for each of the four core NHibernate tasks—configuration, mapping, session and transaction management, and querying—and which techniques fit best with various types of applications. In short, you will be able to build an application using NHibernate by the end of the book. You will also learn how to best implement enterprise application architecture patterns using NHibernate, leading to clean, easy-to-understand code and increased productivity. In addition to new features, you will learn creative ways to extend the NHibernate core, as well as gaining techniques to work with the NHibernate search, shards, spatial, envers, and validation projects.
Tom Hombergs
Wyobraź sobie sytuację: chcesz napisać oprogramowanie, które nie tylko spełni oczekiwania klienta, ale również będzie przykładem eleganckiej i czystej architektury. Na drodze do tego celu z pewnością napotkasz przeszkody, takie jak nierealny termin czy niedziałające API zewnętrznego dostawcy. Nie będzie wyjścia, czas zmusi Cię do pójścia na skróty i Twoja architektura wkrótce straci swoją elegancką strukturę. Aby tego uniknąć, musisz przejąć kontrolę nad architekturą. Dzięki tej książce zorientujesz się, że utrzymanie kontroli nad architekturą w dużej mierze zależy od zastosowanego stylu architektonicznego. Zrozumiesz też wady konwencjonalnej architektury warstwowej i zapoznasz się z zaletami stylów koncentrujących się na dziedzinie, takich jak architektura heksagonalna. Dowiesz się także, jak można ją wyrazić w kodzie źródłowym. Poznasz szczegóły różnych strategii mapowania między warstwami architektury heksagonalnej, a ponadto prześledzisz, jak różne elementy architekturalne łączą się w jedną aplikację. Bazując na stylu architektury heksagonalnej, nauczysz się tworzyć intuicyjne w późniejszej obsłudze technicznej aplikacje internetowe. Szybko się przekonasz, że wiedza zdobyta w trakcie lektury pozwoli Ci na tworzenie wysokojakościowych aplikacji, które przetrwają próbę czasu. Najciekawsze zagadnienia: niedoskonałości związane z architekturą warstwową egzekwowanie granic architektury wpływ stosowania skrótów na debet techniczny korzystanie z poszczególnych stylów architekturalnych struktura kodu a architektura testy sprawdzające wszystkie elementy architektury Jeśli chcesz mieć łatwe życie, nie zostawaj architektem. Zaha Hadid, architektka
Niebieski lis. Polecenia procesorów Arm i inżynieria wsteczna
Maria Markstedter
Procesory ARM są coraz popularniejsze w urządzeniach mobilnych, laptopach i serwerach. Rosnąca popularność czyni je interesującymi dla badaczy bezpieczeństwa. Specjaliści z tej branży często używają technik inżynierii wstecznej podczas badania plików binarnych. W tym celu konieczne jest zapoznanie się z poleceniami asemblera ARM. Książkę szczególnie docenią analitycy bezpieczeństwa, którzy chcą się zapoznać z zestawem poleceń ARM i zdobyć wiedzę umożliwiającą im efektywne korzystanie z technik inżynierii wstecznej. Poza zestawem potrzebnych poleceń znalazło się w niej mnóstwo przydatnych informacji. Znajdziesz tu przegląd podstawowych zagadnień związanych z systemem operacyjnym, wyjaśnienie, czym są polecenia asemblera i na czym polega proces kompilacji pliku, a także opis mechanizmów działania poleceń służących do przetwarzania danych, dostępu do pamięci i kontroli przepływu sterowania. W kolejnych rozdziałach zapoznasz się z przeglądem technik inżynierii wstecznej, takich jak analiza statyczna i dynamiczna, jak również z kompleksowym omówieniem złośliwego oprogramowania, które może ją utrudniać. W książce: wprowadzenie do architektury ARM zestawy poleceń: A64, A32 i T32, a także format plików ELF przegląd wzorców przepływu sterowania w procesorach ARM narzędzia inżynierii wstecznej proces dezasemblowania i debugowania plików binarnych ARM w systemie Linux typowe narzędzia do dezasemblowania i debugowania plików binarnych ARM Poznaj moc inżynierii wstecznej!
Bethany Griggs
A key technology for building web applications and tooling, Node.js brings JavaScript to the server enabling full-stack development in a common language. This fourth edition of the Node Cookbook is updated with the latest Node.js features and the evolution of the Node.js framework ecosystems.This practical guide will help you to get started with creating, debugging, and deploying your Node.js applications and cover solutions to common problems, along with tips to avoid pitfalls. You'll become familiar with the Node.js development model by learning how to handle files and build simple web applications and then explore established and emerging Node.js web frameworks such as Express.js and Fastify. As you advance, you'll discover techniques for detecting problems in your applications, handling security concerns, and deploying your applications to the cloud. This recipe-based guide will help you to easily navigate through various core topics of server-side web application development with Node.js.By the end of this Node book, you'll be well-versed with core Node.js concepts and have gained the knowledge to start building performant and scalable Node.js applications.