Essential Guide to PHP for All Levels (2024 Collection: Forging Ahead in Tech and Programming)

Автор: literator от 27-01-2024, 04:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Essential Guide to PHP for All Levels
Автор: Adeolu O.
Издательство: Young M. Computer Guru Institute
Серия: 2024 Collection: Forging Ahead in Tech and Programming
Год: 2024
Страниц: 171
Язык: английский
Формат: epub
Размер: 11.6 MB

Whether you're a beginner eager to start your coding journey or an experienced developer looking to sharpen your skills, this book has something for everyone. PHP (Hypertext Preprocessor) is a widely used server-side scripting language designed for web development. It was created by Rasmus Lerdorf in 1994 and has since evolved into a robust and popular language for building dynamic web applications and websites. PHP is primarily embedded within HTML code, allowing developers to mix PHP code with regular HTML markup to create dynamic web pages. It is an open-source language, which means that it is free to use and has a large and active community of developers contributing to its development and improvement. Overall, PHP is a powerful and flexible language for web development. Its simplicity, versatility, and wide range of features make it an ideal choice for building dynamic websites and web applications.
 

Modern frontends with htmx : Use htmx with Spring Boot and Thymeleaf to build dynamic and interactive web application

Автор: literator от 26-01-2024, 21:53, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Modern frontends with htmx : Use htmx with Spring Boot and Thymeleaf to build dynamic and interactive web application
Автор: Wim Deblauwe
Издательство: Leanpub
Год: 2023-12-03 (Version 1.0.0)
Страниц: 269
Язык: английский
Формат: pdf (true), epub
Размер: 38.3 MB

Imagine creating dynamic, interactive web applications with minimal jаvascript. That’s the revolutionary promise of htmx, a technology that redefines frontend development. This book is your gateway to mastering htmx alongside Java, Spring Boot, and Thymeleaf, transforming the way you build web interfaces. Imagine creating dynamic, interactive web applications with minimal jаvascript. That’s the revolutionary promise of htmx, a technology that redefines frontend development. This book is your gateway to mastering htmx alongside Java, Spring Boot, and Thymeleaf, transforming the way you build web interfaces. This book starts with the basic steps of using htmx, starting from the basic techniques of DOM element swapping through various triggers. It progressively delves into more complex topics, such as responding to htmx requests in the Spring Boot controller and implementing comprehensive UI patterns like lazy loading, active search, and endless scrolling. Further, the book dives into the integration of web components and jаvascript frameworks with htmx to amplify client-side interactivity. Spring Boot is based upon the Spring Framework, which is at its core a dependency-injection container. Thymeleaf is a server-side Java template engine that uses natural templates to generate HTML pages.
 

Laws of UX: Using Psychology to Design Better Products & Services, 2nd Edition

Автор: literator от 26-01-2024, 20:58, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Laws of UX: Using Psychology to Design Better Products & Services, 2nd Edition
Автор: Jon Yablonski
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 150
Язык: английский
Формат: epub (true)
Размер: 27.7 MB

An understanding of psychology-specifically the psychology behind how users behave and interact with digital interfaces-is perhaps the single most valuable nondesign skill a designer can have. The most elegant design can fail if it forces users to conform to the design instead of working within the "blueprint" of how humans perceive and process the world around them. This practical guide explains how you can apply key principles of psychology to build products and experiences that are more human-centered and intuitive. Author Jon Yablonski deconstructs familiar apps and experiences to provide clear examples of how UX designers can build interfaces that adapt to how users perceive and process digital interfaces. Since the first edition of this book, LLMs (Large Language Models) have undergone significant advancements, AI-powered image generation tools have emerged, spatial computing has entered the mainstream, and smartphones have become even more powerful. However, the principles and concepts covered in this book remain timeless, and they provide a solid foundation for every designer, regardless of their level of expertise. To enhance the reader’s experience, the second edition includes additional information linking these principles and concepts to psychology concepts, techniques, and key considerations.
 

Minimalist Data Wrangling with Python (2024-01-25)

Автор: literator от 26-01-2024, 18:07, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Minimalist Data Wrangling with Python
Автор: Marek Gagolewski
Издательство: Independently published
Год: 2024-01-25 (v1.0.3.9107)
Страниц: 436
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Minimalist Data Wrangling with Python is envisaged as a student's first introduction to data science, providing a high-level overview as well as discussing key concepts in detail. We explore methods for cleaning data gathered from different sources, transforming, selecting, and extracting features, performing exploratory data analysis and dimensionality reduction, identifying naturally occurring data clusters, modelling patterns in data, comparing data between groups, and reporting the results. Data Science aims at making sense of and generating predictions from data that have been collected in copious quantities from various sources, such as physical sensors, surveys, online forms, access logs, and (pseudo)random number generators, to name a few. They can take diverse forms, e.g., be given as vectors, matrices, or other tensors, graphs/networks, audio/video streams, or text. Data usually do not come in a tidy and tamed form. Data wrangling is the very broad process of appropriately curating raw information chunks and then exploring the underlying data structure so that they become analysable. This course uses the Python language which we shall introduce from scratch. Consequently, we do not require any prior programming experience. We will focus on developing transferable skills: most of what we learn here can be applied (using different syntax but the same kind of reasoning) in other environments. Thus, this is a course on data wrangling (with Python), not a course on Python (with examples in data wrangling).
 

The Ultimate Python Quiz Book: Practice Core Concepts

Автор: literator от 26-01-2024, 16:43, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: The Ultimate Python Quiz Book: Practice Core Concepts
Автор: Parvez Ahmed
Издательство: Leanpub
Год: 2024-01-15
Страниц: 100
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Step into the world of Python with The Ultimate Python Quiz Book: Practice Core Concepts: A collection of 250 unique and thought-provoking quizzes. Practice, revise, and conquer Python's core concepts! Welcome to The Ultimate Python Quiz Book: Practice Core Concepts, your ultimate companion on the journey to mastering Python programming through engaging and challenging quizzes. This book is a treasure trove of 250 meticulously crafted multiple-choice quizzes, thoughtfully distributed across 25 vital Python topics. Every topic is a new adventure. The quizzes are structured to progressively increase in complexity, keeping you engaged and making learning Python an enjoyable experience. Ready to embark on a thrilling journey to Python mastery? The Ultimate Python Quiz Book: Practice Core Concepts is more than just a quiz book; it's a pathway to becoming a more competent, confident, and skilled Python programmer. Grab your copy today and take the first step towards standing out in the world of Python programming!
 

Essential Guide to Javascript for All Levels (2024 Collection: Forging Ahead in Tech and Programming)

Автор: literator от 26-01-2024, 04:53, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Essential Guide to jаvascript for All Levels
Автор: Adeolu O.
Издательство: Young M. Computer Guru Institute
Серия: 2024 Collection: Forging Ahead in Tech and Programming
Год: 2023
Страниц: 196
Язык: английский
Формат: epub
Размер: 16.5 MB

Whether you're a beginner taking your first steps or an experienced developer looking to deepen your skills, this book is your essential companion in the world of jаvascript. jаvascript is a high-level, interpreted programming language that is widely used for both web and app development. It plays a crucial role in enhancing the user experience by adding interactivity, dynamic content, and behavior to websites and applications. jаvascript is often referred to as the "language of the web" because it is supported by all major web browsers. jаvascript has a vibrant ecosystem with numerous frameworks and libraries that simplify and enhance web and app development. Popular jаvascript frameworks include React, Angular, Vue.js, and Node.js. These frameworks provide developers with efficient tools, components, and architectural patterns to build scalable and maintainable applications. Additionally, jаvascript libraries such as jQuery, Lodash, and Axios offer utility functions and abstractions for common tasks, easing development efforts. Embark on a journey through jаvascript's intricacies with this meticulously researched guide. Packed with practical examples, insightful tips, and real-world projects, the "Essential Guide to jаvascript for All Levels" is your key to becoming a proficient jаvascript developer. Whether you're building interactive web applications or enhancing your coding skills, this book is the ultimate resource for developers of all levels.
 

Build Your Own Robot: Using Python, CRICKIT, and Raspberry PI (Final Release)

Автор: literator от 26-01-2024, 04:01, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Build Your Own Robot: Using Python, CRICKIT, and Raspberry PI (Final Release)
Автор: Marwan Alsabbagh
Издательство: Manning Publications
Год: 2024
Страниц: 250
Язык: английский
Формат: pdf (true)
Размер: 12.2 MB

A DIY guide to bringing your first robot to life with cheap and basic components. Build Your Own Robot introduces you to the exciting world of robotics in a way that’s fun and affordable! You’ll build your own real robot with easy-to-find hardware and free open source software. Plus, all the components you need can be assembled with simple tools like a screwdriver. This book shows you how anyone can start building their own robot—no special soldering or electronic skills required. All you need is some basic Python know-how to get started. From scratch, you’ll go hands-on with DC motors, touch sensors, custom shell scripting, joystick controls, and even face detection for your robot friend. Examples use simple Python code. No special skills or expensive tools required.
 

PowerShell Troubleshooting Guide (2024)

Автор: literator от 25-01-2024, 23:03, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: PowerShell Troubleshooting Guide: Techniques, strategies and solutions across scripting, automation, remoting, and system administration
Автор: Steeve Lee
Издательство: GitforGits
Год: 2024
Страниц: 232
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.0 MB

This book is superior, teaching administrators and developers to automate, optimize, and innovate using PowerShell. The book covers debugging, creating efficient loops, error handling, and the complexities of remote network management. You will learn to engage, code, experiment, and learn from real-world circumstances throughout this book. A practical handbook, "PowerShell Troubleshooting Guide" is designed to help PowerShell enthusiasts improve their skills and make them more effective in real-world applications. Starting with basic scripting and progressing to comprehensive system expertise, the book explores the immense possibilities of PowerShell. One of the most powerful entities that can be found in the enormous universe of computer languages and technologies is called PowerShell. To the uninformed, PowerShell may appear to be just another scripting language, but for those that dig deeper, it reveals itself to be a potent nexus between coding and systems administration. This is more than a tool; it's a force with the ability to weave automation magic in the heart of the Windows environment.
 

Prescriptive Analytics: Prescribe with Python: The Definitive Prescriptive Analytics Python Guide

Автор: literator от 25-01-2024, 20:08, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Prescriptive Analytics: Prescribe with Python: The Definitive Prescriptive Analytics Python Guide
Автор: Hayden Van Der Post
Издательство: Reactive Publishing
Год: 2023
Страниц: 271
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.1 MB

Harness the Power of Python to Make Optimal Decisions! 'Prescriptive Analytics: Prescribe with Python Programming' is the quintessential manual for professionals and enthusiasts eager to dive into the world of data-driven decision-making. This transformative text guides readers through the intricate landscape of Prescriptive Analytics using the versatility and accessibility of Python programming. Employing the power of Python, a language known for its simplicity and robust library ecosystem, prescriptive analytics transforms complex data into actionable insights. Python's libraries such as Pandas for data manipulation, NumPy for numerical computing, and SciPy for scientific computing create a powerful platform for developing prescriptive models. When combined with machine learning libraries like scikit-learn or TensorFlow, Python becomes an alchemist's stone, turning the lead of raw data into the gold of prescriptive wisdom. In the chapters that follow, we will delve into the Pythonic techniques that enable prescriptive analytics to thrive. Together, we will embark on an intellectual adventure to unravel the mysteries of data and harness its power to not only anticipate the future but also to sculpt it.
 

Приключение в стиле Python: От основ Python к работающему веб-приложению

Автор: tatanavip от 25-01-2024, 19:53, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Приключение в стиле Python: От основ Python к работающему веб-приложению
Автор: Павел Анни
Издательство: Manning Publications
Год: 2023
Формат: pdf
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

В «Приключениях в стиле Python» вы встретите Эрика и Саймона, двух братьев, которые только начинают свое изучение языка Python. Диалоги героев книги помогут молодым программистам гораздо легче понять сложные концепции. Это идеальный способ начать изучение языка для молодых программистов (и их родителей).
В этом повествовании нет скучных уроков и унылых упражнений. Вы будете следить за вопросами и ошибками Эрика и Саймона, узнаете, как писать программы командой, а также получите возможность создать приложения, которые вы сможете использовать в своей повседневной жизни.