Verleger: K-i-s-publishing

5786
Wird geladen...
E-BOOK

Strategic Leadership in Responsive Web Design. A tech leader's guide to achieving business excellence by adopting responsive web design

Harley Ferguson

Strategic Leadership in Responsive Web Design is an essential guide that will equip you with the knowledge and foresight needed to navigate the ever-evolving digital landscape.You’ll start by learning about the strategic importance of responsive web design (RWD) before delving into its intricacies. As you progress, you’ll not only discover the technical aspects of adaptive design, but also learn how to seamlessly integrate these principles within your organization’s business objectives. You’ll develop the skills required to integrate RWD principles into broader business goals. Next, you’ll learn how to navigate SEO in modern times while ensuring platforms are consistent in design across devices. Later, this book shows you how to measure the ROI when making RWD decisions, and how to ensure you’re making the right one.By the end of this book, you’ll have understood the role that RWD plays in achieving broad business objectives.

5787
Wird geladen...
E-BOOK

Strategiczna wizja. Kryzys amerykańskiej supremacji, potęga Chin i geopolityczny porządek świata

Zbigniew Brzeziński

Czy Chiny przejmą rolę Ameryki w światowej geopolityce? Nowe wydanie błyskotliwej analizy Zbigniewa Brzezińskiego Strategiczna wizja wraca w momencie kluczowym i dla świata, i Stanów Zjednoczonych. Ten bestseller "New York Timesa" - zachowuje wyjątkową aktualność. Pomaga zrozumieć- następujące na naszych oczach - dramatyczne przemiany geopolityczne i przyszłość przywództwa USA w świecie, w którym punkt ciężkości przesuwa się z Zachodu na Wschód. Co stanie się, jeśli Ameryka wycofa się ze swojej roli globalnego lidera? Czy świat czeka dominacja Chin, a może okres "chaotycznych zmian", z których nikt nie wyjdzie zwycięsko? Ta książka to jednak nie "pesymistyczna przepowiednia" z przeszłości, a raczej wezwanie do odnowy. Brzeziński pisze "upadek Ameryki nie jest nieuchronny; to wybór, nie przeznaczenie". Brzeziński wskazuje, że kluczowe dla Stanów Zjednoczonych będzie współdziałanie z Europą oraz zacieśnianie współpracy z krajami takimi jak np. Turcja, uświadamia jak wielkie geopolityczne znaczenie ma Rosja. Jednocześnie przestrzega, że Ameryka musi wypracować równowagę w relacjach z Chinami i innymi wschodzącymi potęgami Azji. Eksperci podkreślają ponadczasową wartość książki. Według magazynu "The New Republic" Brzeziński "odmawia lamentowania nad rzekomym schyłkiem Ameryki" i dostarcza "potrzebnego antidotum na modny dziś pesymizm". Recenzja "Kirkus Reviews" określa książkę jako "pilne wezwanie do historycznej odnowy, napisane przez jednego z najwybitniejszych amerykańskich strategów". "The Daily Beast" dodaje natomiast: "centralnym przesłaniem Strategicznej wizji jest ostrzeżenie, jak bardzo katastrofalny będzie świat, jeśli Ameryka pilnie nie zmobilizuje się do narodowej odnowy".

5788
Wird geladen...
E-BOOK

Strategizing Continuous Delivery in the Cloud. Implement continuous delivery using modern cloud-native technology

Garima Bajpai, Thomas Schuetz

Many organizations are embracing cloud technology to remain competitive, but implementing and adopting development processes while modernizing a cloud-based ecosystem can be challenging.Strategizing Continuous Delivery in Cloud helps you modernize continuous delivery and achieve infrastructure-application convergence in the cloud. You’ll learn the differences between cloud-based and traditional delivery approaches and develop a tailored strategy. You’ll discover how to secure your cloud delivery environment, ensure software security, run different test types, and test in the pre-production and production stages.You’ll also get to grips with the prerequisites for onboarding cloud-based continuous delivery for organizational and technical aspects. Then, you’ll explore key aspects of readiness to overcome core challenges in your cloud journey, including GitOps, progressive delivery controllers, feature flagging, differences between cloud-based and traditional tools, and implementing cloud chaos engineering.By the end of this book, you’ll be well-equipped to select the right cloud environment and technologies for CD and be able to explore techniques for implementing CD in the cloud.

5789
Wird geladen...
E-BOOK

Stream Analytics with Microsoft Azure. Real-time data processing for quick insights using Azure Stream Analytics

Krishnaswamy Venkataraman, Anindita Basak, Ryan Murphy, Manpreet...

Microsoft Azure is a very popular cloud computing service used by many organizations around the world. Its latest analytics offering, Stream Analytics, allows you to process and get actionable insights from different kinds of data in real-time. This book is your guide to understanding the basics of how Azure Stream Analytics works, and building your own analytics solution using its capabilities. You will start with understanding what Stream Analytics is, and why it is a popular choice for getting real-time insights from data. Then, you will be introduced to Azure Stream Analytics, and see how you can use the tools and functions in Azure to develop your own Streaming Analytics. Over the course of the book, you will be given comparative analytic guidance on using Azure Streaming with other Microsoft Data Platform resources such as Big Data Lambda Architecture integration for real time data analysis and differences of scenarios for architecture designing with Azure HDInsight Hadoop clusters with Storm or Stream Analytics. The book also shows you how you can manage, monitor, and scale your solution for optimal performance.By the end of this book, you will be well-versed in using Azure Stream Analytics to develop an efficient analytics solution that can work with any type of data.

5790
Wird geladen...
E-BOOK

Streamlit for Data Science. Create interactive data apps in Python - Second Edition

Tyler Richards, Adrien Treuille

If you work with data in Python and are looking to create data apps that showcase ML models and make beautiful interactive visualizations, then this is the ideal book for you. Streamlit for Data Science, Second Edition, shows you how to create and deploy data apps quickly, all within Python. This helps you create prototypes in hours instead of days!Written by a prolific Streamlit user and senior data scientist at Snowflake, this fully updated second edition builds on the practical nature of the previous edition with exciting updates, including connecting Streamlit to data warehouses like Snowflake, integrating Hugging Face and OpenAI models into your apps, and connecting and building apps on top of Streamlit databases. Plus, there is a totally updated code repository on GitHub to help you practice your newfound skills.You'll start your journey with the fundamentals of Streamlit and gradually build on this foundation by working with machine learning models and producing high-quality interactive apps. The practical examples of both personal data projects and work-related data-focused web applications will help you get to grips with more challenging topics such as Streamlit Components, beautifying your apps, and quick deployment.By the end of this book, you'll be able to create dynamic web apps in Streamlit quickly and effortlessly.

5791
Wird geladen...
E-BOOK

Supercharge Your Applications with GraalVM. Hands-on examples to optimize and extend your code using GraalVM's high performance and polyglot capabilities

A B Vijay Kumar

GraalVM is a universal virtual machine that allows programmers to compile and run applications written in both JVM and non-JVM languages. It improves the performance and efficiency of applications, making it an ideal companion for cloud-native or microservices-based applications.This book is a hands-on guide, with step-by-step instructions on how to work with GraalVM. Starting with a quick introduction to the GraalVM architecture and how things work under the hood, you'll discover the performance benefits of running your Java applications on GraalVM. You'll then learn how to create native images and understand how AOT (ahead-of-time) can improve application performance significantly. The book covers examples of building polyglot applications that will help you explore the interoperability between languages running on the same VM. You'll also see how you can use the Truffle framework to implement any language of your choice to run optimally on GraalVM.By the end of this book, you'll not only have learned how GraalVM is beneficial in cloud-native and microservices development but also how to leverage its capabilities to create high-performing polyglot applications.

5792
Wird geladen...
E-BOOK

Supercharge Your Slack Productivity. Discover hacks and tips for managing and automating your workflow with Slack and Slack bots

Moshe Markovich

Slack is an online communication tool that allows workplace teams to collaborate efficiently, effectively, and securely. It’s the leading channel-based messaging platform used by millions to align their teams, unify their systems, and drive their businesses forward. As a developer, you can use Slack to create tools such as bots that handle and maintain routine and time-consuming tasks. If you’re looking to set up a Slack workplace or build a Slack bot or app, this is the book for you.In this book, you’ll explore scenarios that show you how to set up a Slack workplace, build a Slack bot, or integrate your favorite tools. You’ll also learn how Slack can help you create a more collaborative, efficient, and coordinated work environment from any location. As you advance through the chapters, you'll find out how to manage your tasks and boost your business productivity by automating the trivial tasks. You'll also cover more advanced features such as using a Slack bot to complete tasks, including automating message responses and accessing personal reminders.By the end of this Slack book, you'll have learned how to use Slack effectively to communicate with your team and build bots and have gained a solid understanding of how the platform can help you to progress in your industry.