Informatyka

Zajrzyj do kategorii Informatyka w księgarni internetowej Ebookpoint. Znajdziesz tutaj bestsellerowe książki, ebooki i kursy video z branży IT. Sięgnij po najlepszą literaturę dla specjalistów i rozwijaj doświadczenie, które już posiadasz, lub rozpocznij swoją przygodę z programowaniem, cyberbezpieczeństwem lub grafiką komputerową. Pogłębiaj swoją wiedzę tak, jak Ci wygodnie - z tradycyjną książką, wygodnym ebookiem lub nowoczesnym videokursem. Sprawdź, jakie tytuły znajdziesz w kategorii Informatyka!

4977
Ładowanie...
EBOOK

Wordpress Woocommerce. Stwórz zyskowny sklep internetowy

Dariusz Pichalski

Twój samodzielnie zbudowany e-sklep. Od A do Z Książka, którą trzymasz w ręku, to rzecz na wskroś praktyczna. Dowiesz się z niej, jak w prosty i szybki sposób uruchomić własny sklep internetowy na CMS WordPress z użyciem wtyczki WooCommerce. Na systemie zarządzania treścią WordPress bazuje blisko 40 procent istniejących stron internetowych, a twórcy tego CMS-a mają większe ambicje. Przekroczenie magicznych 51 procent udziału w rynku może im się udać właśnie dzięki wtyczce WooCommerce.  WooCommerce pozwala nadać stronie internetowej cechy e-sklepu. By zrobić to bezbłędnie, nie trzeba być programistą ― sklep można postawić samodzielnie. Ważne, by opanować najważniejsze funkcjonalności WordPressa i oczywiście wtyczki WooCommerce. Najlepiej krok po kroku i od A jak „adres” (wybór odpowiedniej nazwy domeny jest kluczowy w e-commerce!) do Z jak „zarabianie” (w końcu sklep stawia się po to, by zarabiał!).  Jeśli chcesz dobrze rozpocząć działalność w sieci, zacznij z WooCommerce!

4978
Ładowanie...
EBOOK

Workflow Automation with Microsoft Power Automate. Design and scale AI-powered cloud and desktop workflows using low-code automation - Third Edition

Aaron Guilmette

Whether you're automating a daily task or implementing automation at scale, this third edition gives you everything you need to succeed. This practical guide makes automation accessible, helping you streamline operations using low-code cloud flows, desktop RPA, and AI tools built into Microsoft Power Automate.You’ll begin by building foundational skills through easy-to-follow tutorials that show how to automate actions across Outlook, Teams, SharePoint, Slack, and more. From there, you'll level up to integrating approvals, databases, and Forms, handle complex scenarios such as sequential and parallel approvals, and manage shared flows.The book explores Power Automate’s robotic process automation capabilities, teaching you how to automate legacy applications, web interfaces, and Access databases. With expanded coverage of AI Builder, sentiment analysis, Copilot, and document summarization using generative AI, you'll gain hands-on experience creating intelligent, responsive workflows that drive efficiency.Written by a Microsoft 365 expert, this third edition adds 8 new chapters along with guidance on governance, compliance, and enterprise deployment, making it a complete guide for anyone looking to get started or scale automation with Power Automate.*Email sign-up and proof of purchase required

4979
Ładowanie...
EBOOK

Workflow Automation with Microsoft Power Automate. Use business process automation to achieve digital transformation with minimal code - Second Edition

Aaron Guilmette

MS Power Automate is a workflow automation tool built into MS 365 to help businesses automate repetitive tasks or trigger business processes without user intervention. It is a low-code tool that is part of the Microsoft applications framework, the Power Platform.If you are new to Power Automate, this book will give you a comprehensive introduction and a smooth transition from beginner to advanced topics to help you get up to speed with business process automation. Complete with hands-on tutorials and projects, this easy-to-follow guide will show you how to configure automation workflows for business processes between hundreds of applications, using examples within Microsoft and including third-party apps like Dropbox and Twitter. Once you understand how to use connectors, triggers, and actions to automate business processes, you’ll learn how to manage user input, documents, and approvals, as well as interact with databases. This edition also introduces new Power Automate features such as using robotic process automation (RPA) to automate legacy applications, interacting with the Microsoft Graph API, and working with artificial intelligence models to do sentiment analysis.By the end of this digital transformation book, you’ll have mastered the basics of using Power Automate to replace repetitive tasks with automation technology.

4980
Ładowanie...
EBOOK

Working Smarter with Microsoft Outlook. Supercharge your office and personal productivity with expert Outlook tips and techniques

Staci Warne

Millions of users across the globe spend their working hours using Microsoft Outlook to manage tasks, schedules, emails, and more. Post-pandemic, many organizations have started adopting remote working, and the need to stay productive in workspace collaboration has been increasing.Working Smarter with Microsoft Outlook takes you through smart techniques, tips, and productivity hacks that will help you become an expert Outlook user. This book brings together everything you need to know about automating your daily repetitive tasks. You’ll gain the skills necessary for working with calendars, contacts, notes, and tasks, and using them to collaborate with Microsoft SharePoint, OneNote, and many other services. You’ll learn how to use powerful tools such as Quick Steps, customized Rules, and Mail Merge with Power Automate for added functionality. Later, the book covers how to use Outlook for sharing information between Microsoft Exchange and cloud services. Toward the concluding chapters, you’ll get an introduction to Outlook programming by creating macros and seeing how you can integrate it within Outlook.By the end of this Microsoft Outlook book, you’ll be able to use Outlook and its features and capabilities efficiently to enhance your workspace collaboration and time management.

4981
Ładowanie...
EBOOK

Working Smarter with Microsoft Project. Implement effective project control techniques to maximize efficiency and drive successful outcomes

Staci Warne

Project management is filled with various challenges, such as managing unforeseen risks, balancing priorities, and shifting project scopes, which can lead to inefficiencies. This definitive guide leverages the author’s 25+ years of industry experience to take you on a hands-on journey to unlock your full potential with Microsoft Project.This book helps you grasp the fundamental aspects of project creation, before moving on to more advanced topics, covering tracking, maintenance, and collaborative aspects for any project. You’ll find out how to track progress, optimize schedules, manage budgets, and customize reports based on business requirements by using easy-to-follow instructions and illustrations. The book taps into the author’s extensive experience as a Microsoft Certified Trainer (MCT) and Project Management Professional (PMP) to provide you with invaluable insights into managing resource overallocations, mastering advanced resource management techniques, and seamlessly integrating Microsoft Project with other tools to boost productivity and achieve success with your projects.By the end of this Microsoft Project book, you’ll be able to create professional project plans, execute projects with confidence, and consistently achieve your desired outcomes.

4982
Ładowanie...
EBOOK

WORKING WITH grep, sed, AND awk Pocket Primer. A Quick Guide to Mastering Powerful Command Line Tools

Mercury Learning and Information, Oswald Campesato

This book introduces readers to three powerful command-line utilities—grep, sed, and awk—that can create simple yet powerful shell scripts. Using the bash shell, it focuses on small text files to help readers understand these tools. Grep searches for patterns in data, sed modifies data, and awk performs tasks on pattern matches. Aimed at those new to the bash environment, the book is also valuable for those with some experience.The journey starts with grep, teaching how to search for specific words or patterns in data. It then moves to sed, showing how to change or modify data efficiently. Finally, it delves into awk, a versatile programming language for searching and processing data files. The book also includes a chapter on using regular expressions with these tools, enhancing your scripting capabilities.Mastering these utilities is crucial for efficient data handling and automation in a bash environment. This book transitions readers from basic to advanced command-line skills, blending theory with practical examples. It is an essential resource for anyone looking to harness the full power of bash scripting.

4983
Ładowanie...
EBOOK

WORKING WITH grep, sed, AND awk Pocket Primer. A Quick Guide to Mastering Powerful Command Line Tools

Mercury Learning and Information, Oswald Campesato

This book introduces readers to three powerful command-line utilities—grep, sed, and awk—that can create simple yet powerful shell scripts. Using the bash shell, it focuses on small text files to help readers understand these tools. Grep searches for patterns in data, sed modifies data, and awk performs tasks on pattern matches. Aimed at those new to the bash environment, the book is also valuable for those with some experience.The journey starts with grep, teaching how to search for specific words or patterns in data. It then moves to sed, showing how to change or modify data efficiently. Finally, it delves into awk, a versatile programming language for searching and processing data files. The book also includes a chapter on using regular expressions with these tools, enhancing your scripting capabilities.Mastering these utilities is crucial for efficient data handling and automation in a bash environment. This book transitions readers from basic to advanced command-line skills, blending theory with practical examples. It is an essential resource for anyone looking to harness the full power of bash scripting.

4984
Ładowanie...
EBOOK

Working with Odoo 10. One stop guide for your enterprise needs - Second Edition

Greg Moss

Para 1: Take full advantage of the benefits of the Odoo module ecosystem whilst learning how to modernise your business with Working with Odoo 10. Covering everything from Odoo development essentials through to CRM and analytic accounting, this guide is a must-have for Odoo beginners. Para 2: A powerful set of open source enterprise management applications, Odoo 10 gives you access to a website builder, integrated e-commerce features, and a fast-growing community to allow you to transform your business. Para 3: With this Odoo book you?ll learn how to set up Odoo online, configure basic company settings, and then explore CRM in Odoo. You?ll cover all the Odoo development essentials and much more, including purchasing application, ERP systems, analytic accounting, and other recent Odoo features. Para 4: What?s Inside ? Understand Odoo installation & the basics of implementing Odoo in your business ? Explore accounting & finance setup and modules to help business efficiency ? Build a website with Odoo ? Customise and configure Odoo to an advanced level

4985
Ładowanie...
EBOOK

Working with Odoo. Learn how to use Odoo, a resourceful, open source business application platform designed to transform and modernize your business

Greg Moss

With this practical guide, you will cover the essential modules to get Odoo up and running for your company. After installing Odoo, you will use its sales management application to enter quotes, create sales orders, and invoice customers. You will then learn how to integrate the CRM application to manage your leads and convert them into lucrative opportunities and sales. Next, you will set up your own purchase management system, assigning products to suppliers and tracking orders with the new warehouse management and routing system. Finally, you will learn how to use analytics to track project expenses and keep your accounts simple and easy to maintain and build an Odoo module to extend its functionality and make it work for you.Working with Odoo covers all the core installation and usage functionalities of this popular tool, helping you to fully implement a working ERP system through practical, advanced, real-world examples.