万本电子书0元读

万本电子书0元读

Python for Finance - Second Edition
Python for Finance - Second Edition
Yuxing Yan
¥90.46
Learn and implement various Quantitative Finance concepts using the popular Python libraries About This Book ? Understand the fundamentals of Python data structures and work with time-series data ? Implement key concepts in quantitative finance using popular Python libraries such as NumPy, SciPy, and matplotlib ? A step-by-step tutorial packed with many Python programs that will help you learn how to apply Python to finance Who This Book Is For This book assumes that the readers have some basic knowledge related to Python. However, he/she has no knowledge of quantitative finance. In addition, he/she has no knowledge about financial data. What You Will Learn ? Become acquainted with Python in the first two chapters ? Run CAPM, Fama-French 3-factor, and Fama-French-Carhart 4-factor models ? Learn how to price a call, put, and several exotic options ? Understand Monte Carlo simulation, how to write a Python program to replicate the Black-Scholes-Merton options model, and how to price a few exotic options ? Understand the concept of volatility and how to test the hypothesis that volatility changes over the years ? Understand the ARCH and GARCH processes and how to write related Python programs In Detail This book uses Python as its computational tool. Since Python is free, any school or organization can download and use it. This book is organized according to various finance subjects. In other words, the first edition focuses more on Python, while the second edition is truly trying to apply Python to finance. The book starts by explaining topics exclusively related to Python. Then we deal with critical parts of Python, explaining concepts such as time value of money stock and bond evaluations, capital asset pricing model, multi-factor models, time series analysis, portfolio theory, options and futures. This book will help us to learn or review the basics of quantitative finance and apply Python to solve various problems, such as estimating IBM’s market risk, running a Fama-French 3-factor, 5-factor, or Fama-French-Carhart 4 factor model, estimating the VaR of a 5-stock portfolio, estimating the optimal portfolio, and constructing the efficient frontier for a 20-stock portfolio with real-world stock, and with Monte Carlo Simulation. Later, we will also learn how to replicate the famous Black-Scholes-Merton option model and how to price exotic options such as the average price call option. Style and approach This book takes a step-by-step approach in explaining the libraries and modules in Python, and how they can be used to implement various aspects of quantitative finance. Each concept is explained in depth and supplemented with code examples for better understanding.
Comprehensive Ruby Programming
Comprehensive Ruby Programming
Jordan Hudgens
¥71.93
This book will provide you with all of the tools you need to be a professional Ruby developer. Starting with the core principles, such as syntax and best practices, and up to advanced topics like metaprogramming and big data analysis. About This Book ? Provides the core skills required to become a Ruby programmer ? Covers how to use the most popular Ruby Gem libraries ? Includes details on regular expressions Who This Book Is For This is a complete course written from the ground up for beginners wanting to gain a solid understanding of the Ruby language. It starts at the beginning with how to install Ruby and work with it on multiple machines, so simply have a computer that's connected to the Internet and you'll be ready. What You Will Learn ? Learn how to use Ruby code effectively, picking the right tool for the job and not duplicating built-in functionality ? Gain best software development practices, and how to identify and fix common errors ? Absorb core programming skills, such as variables, strings, loops, conditionals, and much more ? Explore object-oriented programming and learn to create modular, reusable code that you can use across projects ? Build 10 practical Ruby programs as you work through the book on topics such as big data analysis and solving Euler equations In Detail Ruby is a powerful, general-purpose programming language that can be applied to any task. Whether you are an experienced developer who wants to learn a new language or you are new to programming, this book is your comprehensive Ruby coding guide. Starting with the foundational principles, such as syntax, and scaling up to advanced topics such as big data analysis, this book will give you all of the tools you need to be a professional Ruby developer. A few of the key topics are: object-oriented programming, built-in Ruby methods, core programming skills, and an introduction to the Ruby on Rails and Sinatra web frameworks. You will also build 10 practical Ruby programs. Created by an experienced Ruby developer, this book has been written to ensure it focuses on the skills you will need to be a professional Ruby developer. After you have read this book, you will be ready to start building real-world Ruby projects. Style and approach This is a comprehensive course for learning the Ruby programming language that works methodically through everything that you need to know. It begins with the basics of the language and then works through some complete projects to apply your skills and ensure that you have fully absorbed them and can use them in the real world.
Getting Started with Nano Server
Getting Started with Nano Server
Charbel Nemnom
¥80.65
Remain highly competitive in the server and VM market by gaining the practical skills needed to operate Nano Server About This Book ? The days of the local server are numbered, and this book will make you an ace by giving you the skills needed to administer Nano Server and survive in the brave new server world ? Learn to quickly automate multiple VMs and support Hyper-V clusters, all through small footprints from a single host ? Apply up-to-date, real-world examples presented in this book and improve the scalability and efficiency of large-scale VM deployments Who This Book Is For This book opens up new potential for both developers and IT pros alike. The book is primarily for Server administrators and IT Professionals who would like to deploy and administer Nano Server within their organizations, and for developers who are trying to make maximal use of Server Containers and Hyper-V Containers with Nano Servers. What You Will Learn ? Understand Nano Server ? Deploy Nano Server ? Deploy Hyper-V Clusters on Nano Server ? Deploy Nano Server with SCVMM ? Manage Nano Server using PowerShell and Remote Server Management Tools ? Manage Nano Server with third-party tools ? Run Server Containers and Hyper-V Containers on Nano Server ? Troubleshoot Nano Server ? Validate developed applications that run on Nano Server In Detail Nano Server allows developers and operations teams to work closely together and use containers that package applications so that the entire platform works as one. The aim of Nano Server is to help applications run the way they are intended to. It can be used to run and deploy infrastructures (acting as a compute host, storage host, container, or VM guest operating system) without consuming significant resources. Although Nano Server isn't intended to replace Server 2016 or 2012 R2, it will be an attractive choice for developers and IT teams. Want to improve your ability to deploy a new VM and install and deploy container apps within minutes? You have come to the right place! The objective of this book is to get you started with Nano Server successfully. The journey is quite exciting, since we are introducing you to a cutting-edge technology that will revolutionize today's datacenters. We'll cover everything from the basic to advanced topics. You'll discover a lot of added value from using Nano Server, such as hundreds of VM types on a single host through a small footprint, which could be a big plus for you and your company. After reading this book, you will have the necessary skills to start your journey effectively using Nano Server. Style and approach Gauge all the information needed to get up-and-running with the latest Nano Server built by Microsoft using this easy to follow step-by-step guide.
DevOps with Kubernetes
DevOps with Kubernetes
Hideto Saito;Hui-Chuan Chloe Lee;Cheng-Yang Wu
¥90.46
Learn to implement DevOps using Docker & Kubernetes. About This Book ? Learning DevOps, container, and Kubernetes within one book. ? Leverage Kubernetes as a platform to deploy, scale, and run containers efficiently. ? A practical guide towards container management and orchestration Who This Book Is For This book is targeted for anyone, who wants to learn containerization and clustering in a practical way using Kubernetes. No prerequisite skills required, however, essential DevOps skill and public/private Cloud knowledge will accelerate the reading speed. If you’re advanced readers, you can also get a deeper understanding of all the tools and technique described in the book. What You Will Learn ? Learn fundamental and advanced DevOps skills and tools ? Get a comprehensive understanding for container ? Learn how to move your application to container world ? Learn how to manipulate your application by Kubernetes ? Learn how to work with Kubernetes in popular public cloud ? Improve time to market with Kubernetes and Continuous Delivery ? Learn how to monitor, log, and troubleshoot your application with Kubernetes In Detail Containerization is said to be the best way to implement DevOps. Google developed Kubernetes, which orchestrates containers efficiently and is considered the frontrunner in container orchestration. Kubernetes is an orchestrator that creates and manages your containers on clusters of servers. This book will guide you from simply deploying a container to administrate a Kubernetes cluster, and then you will learn how to do monitoring, logging, and continuous deployment in DevOps. The initial stages of the book will introduce the fundamental DevOps and the concept of containers. It will move on to how to containerize applications and deploy them into. The book will then introduce networks in Kubernetes. We then move on to advanced DevOps skills such as monitoring, logging, and continuous deployment in Kubernetes. It will proceed to introduce permission control for Kubernetes resources via attribute-based access control and role-based access control. The final stage of the book will cover deploying and managing your container clusters on the popular public cloud Amazon Web Services and Google Cloud Platform. At the end of the book, other orchestration frameworks, such as Docker Swarm mode, Amazon ECS, and Apache Mesos will be discussed. Style and approach Readers will be taken through fundamental DevOps skills and Kubernetes concept and administration with detailed examples. It introduces comprehensive DevOps topics, including microservices, automation tools, containers, monitoring, logging, continuous delivery, and popular public cloud environments. At each step readers will learn how to leverage Kubernetes in their everyday lives and transform their original delivery pipeline for fast and efficient delivery.
Microsoft Excel
Microsoft Excel
Steven Bright
¥28.61
Microsoft Excel
Blockchain Technology with DevOps and Microservices Architecture: A Non-Programm
Blockchain Technology with DevOps and Microservices Architecture: A Non-Programm
Stephen Fleming
¥27.82
Blockchain Technology with DevOps and Microservices Architecture: A Non-Programmer's Handbook
DevOps:Introduction to DevOps and its impact on Business Ecosystem
DevOps:Introduction to DevOps and its impact on Business Ecosystem
Stephen Fleming
¥32.62
“It is not the strongest of the species that survive, nor the most intelligent, but the one most responsive to change.”-?Charles Darwin As the industry is moving towards maximum digitization there is a consensus that DevOps practices help you deliver software faster, more reliable, and with fewer errors. DevOps is set of practices and cultural values that have been proven to help organizations of all sizes improve their software release cycles, software quality, security, and ability to get rapid feedback on product development. This book is aimed at Consultant, Project Manager and people from techno-commercial profiles who would be explaining the benefits of DevOps to the client, internal leadership or project teams. As the crux of DevOps methodology lies in the cultural transformation of the organization, people who are stakeholders in shaping this change must understand the overall alignment of business goals with this methodology. You would get to explore: ·What is DevOps·Relationship between Agile, Scrum, Kanban and DevOps·DevOps Adoption:? Organizational cultural Change·DevOps Ecosystem·Emerging Trends·DevOps success stories In the Bonus Booklet you will find out: ·DevOps Job Market overview·Insights into DevOps job application·People to follow on twitter “Grab your copy today along with Bonus DevOps Booklet”
Mastering JavaScript Single Page Application Development
Mastering JavaScript Single Page Application Development
Philip Klauzinski, John Moore
¥334.25
An in-depth guide to exploring the design, architecture, and techniques behind building sophisticated, scalable, and maintainable single-page applications in JavaScriptAbout This Book·Build large-scale, feature-complete SPAs by leveraging widely used tools and techniques.·Gain a solid understanding of architecture and SPA design to build applications using the library or framework of your choice.·Explore the various facets of SPA development to build web apps that are fast, scalable, and easy to test.Who This Book Is ForThis book is ideal for JavaScript developers who want to build complex single-page applications in JavaScript. Some basic understanding of SPA concepts will be helpful but not essential.What You Will Learn·Organize your development environment using the command line with NPM, Bower, and Grunt.·Choose an accurate design pattern for your app·Understand modular JavaScript programming and Node.js·Interact with a REST API using JavaScript and AJAX with practical examples·Build a single page application using the MEAN stack·Connect your app across popular social media platforms such as Facebook, Twitter, and LinkedIn·Test your app, both on the server side and in views·Prepare your app for the real world and deploy it to HerokuIn DetailSingle-page web applications—or SPAs, as they are commonly referred to—are quickly becoming the de facto standard for web app development. The fact that a major part of the app runs inside a single web page makes it very interesting and appealing. Also, the accelerated growth of browser capabilities is pushing us closer to the day when all apps will run entirely in the browser.This book will take your JavaScript development skills to the next level by teaching you to create a single-page application within a full-stack JavaScript environment. Using only JavaScript, you can go from being a front-end developer to a full-stack application developer with relative ease.You will learn to cross the boundary from front-end development to server-side development through the use of JavaScript on both ends. Use your existing knowledge of JavaScript by learning to manage a JSON document data store with MongoDB, writing a JavaScript powered REST API with Node.js and Express, and designing a front-end powered by AngularJS.This book will teach you to leverage the MEAN stack to do everything from document database design, routing REST web API requests, data-binding within views, and adding authentication and security to building a full-fledged, complex, single-page web application.In addition to building a full-stack JavaScript app, you will learn to test it with JavaScript-powered testing tools such as Mocha, Karma, and Jasmine. Finally, you will learn about deployment and scaling so that you can launch your own apps into the real world.Style and approachFollowing a structured approach, this book helps readers gain expertise in SPA development. Its thorough coverage of SPA architecture and design, along with practical use cases, provides readers with a clear path to building applications with the library of their choice. For readers who are afraid to take the plunge straightaway, the book also offers step-by-step guidance on developing a complex web app.
Learn Python in One Hour:Programming by Example
Learn Python in One Hour:Programming by Example
Victor R. Volkman
¥40.79
You're already a smart person, you don't need a 1000+ page book to get you started on the web's fastest growing programming platform. Instead, Learn Python in One Hour delivers on the promise of code literacy while saving your most precious commodity - time itself. Volkman's innovative programming-by-example approach means you focus on usage, not mindless detail. Based on the author's sold-out live seminars, you'll see Python's flexible coding technique in action as we refactor from script to procedural to object-oriented during actual problem solving. In a seven-lesson progression, you'll be exposed to this and more: Basic file input and output operations Exception handling with try/except Using functions to compute and return multiple values Basic elements of a class definition and how to call methods Lists, dictionaries, sets, and other collections Iteration through collections, files, sorted sets Converting lists to strings and vice-versa Six most common Python pitfalls Take the One Hour challenge and see if you too can pick up 90% of syntax and semantics in less time than you probably spend commuting each day.About the Author Victor R. Volkman graduated cum laude from Michigan Technological University with a BS in Computer Science in 1986. Since then, he has written for numerous publications, including The C Gazette, C++ Users Journal, Windows Developers Journal, and many others. He has taught college-level programming courses at Washtenaw Community College and has served on its Computer Information Science (CIS) Faculty Advisory Board for more than a decade. Volkman says Python helped him "rediscover the joy of programming again." www.volkman.org From Modern Software Press
React 16 Essentials - Second Edition
React 16 Essentials - Second Edition
Artemij Fedosejev, Adam Boduch
¥222.81
Everything you need to start working with React 16 and assess React FiberAbout This Book·Hands-on examples and tutorials for the latest React 16 release·Assess the impact of React Fiber for your future web development·Build maintainable and high performance React 16 web applicationsWho This Book Is ForIf you're a frontend developer with some knowledge of native JavaScript development and frontend frameworks, wishing to learn the fastest web user interface library there is, then this book is ideal for you.What You Will Learn·Learn to code React 16 with hands-on examples and clear tutorials·Install powerful React 16 tools to make development much more efficient·Understand the impact of React Fiber today and the future of your web development·Utilize the Redux application architecture with your React components·Create React 16 elements with properties and children·Get started with stateless and stateful React components·Use JSX to speed up your React 16 development process·Add reactivity to your React 16 components with lifecycle methods·Test your React 16 components with the Jest test frameworkIn DetailReact 16 Essentials, Second Edition, fully updated for React 16, takes you on a fast-paced journey through building your own maintainable React 16 applications. React experts Artemij Fedosejev and Adam Boduch give you all the essentials you need to know and start working with React 16, in this new edition of the best-selling React.js Essentials title. You'll find the latest React 16 code updates, assessment of React Fiber, new coverage of Redux, and how to work as a modern React developer.The authors offer you their current assessment of React Fiber, and you'll soon be exploring React 16 hands on, creating your own single and multiple user interface elements with React 16. You'll then see how to create stateless and stateful components and make them reactive. You'll also learn to interact between your components and lifecycle methods, and gauge how to effectively integrate your user interface components with other JavaScript libraries. Delve deep into the core elements of the Redux architecture and learn how to manage your application and data persistence. Then go the extra mile with the Jest test framework, and run multiple tests on your applications and find solutions to scale without complexity.Today React is used by Facebook, Instagram, Khan Academy, and Imperial College London, to name a few. Many new users recognize the benefits of React and adopt it in their own projects, forming a fast-growing community. The speed at which React has evolved promises a bright future for anyone who invests in learning it today. Let Artemij and Adam bring you a brand new look at React 16 and React Fiber, and move your web development into the future.Style and approachReact 16 Essentials, Second Edition, will take you on a fast-paced, hands-on journey through building your own maintainable React 16 applications.
Secrets Every Author Should Know: Indie Publishing Basics
Secrets Every Author Should Know: Indie Publishing Basics
Maggie McVay Lynch
¥23.14
Frustrated with the plethora of conflicting information on how to self-publish? Wouldn’t it be wonderful to sit down with someone who has already made the mistakes, done the analysis, and will provide you the short cuts—the secrets about the things that work? Now you have that chance with the Career Author Secrets series.Indie Publishing (Self Publishing) has changed dramatically in the past five years. There are now new, easier tools to use for every part of the process—editing, formatting, distribution, sales, and analysis. This first book in the Career Author Secrets series provides a foundation for navigating the indie publishing process and staying away from the scammers. It breaks down the requirements for self-publishing successfully, protecting your rights for the future, and YES I do share all the secrets I’ve learned. It contains everything a DIY author needs to get her book from manuscript to professional publication in both ebook and print, including: Why books don’t sell Options for DIY or contracting professionals The truth about ISBNs & Copyright Registration Secrets for formatting your book the easy way Creating book covers that sell Making decisions about distribution This book is especially valuable for those with limited technical skills who want to produce a quality professional book for the least amount of cost. Learn the secrets to easier implementation and how to make good decisions on what is worth your time and money.
Learning Angular 2
Learning Angular 2
Pablo Deeleman
¥297.10
Your quick, no-nonsense guide to building real-world apps with Angular 2About This Book·The first and best overview of Angular 2 on the market—this guide gathers together everything there is to know about Angular 2 and groups it into intuitive sections.·This book is your detailed map of every feature and its use cases.·The author has done all the hard work of fitting everything Angular 2 means for developers together for you, making this book the quickest way to learn Angular 2 from scratch.Who This Book Is ForThis book is targeted at web developers who want to build the next generation of state-of-the-art mobile and desktop web applications with Angular 2. This book does not require you to have prior exposure to either Angular 1.x or 2, although comprehensive knowledge of JavaScript is assumed. It's great for newcomers to Angular who learn best through clear explanations and definitions of concepts.What You Will Learn·Set up your working environment in order to have all the tools you need to start building Angular 2 components with minimum effort·Get up to speed with TypeScript, a powerful typed superset of JavaScript that compiles to plain JavaScript·Take full control of how your data is rendered and updated upon data changes·Build powerful web applications based on structured component hierarchies that emit and listen to events and data changes throughout the elements tree·Explore how to consume external APIs and data services and allow data editing by harnessing the power of web forms made with Angular 2·Deliver seamless web navigation experiences with application routing and state handling common features with ease·Discover how to bulletproof your applications by introducing smart unit testing techniques and debugging toolsIn DetailAngular 2 was conceived as a complete rewrite in order to fulfill the expectations of modern developers who demand blazing fast performance and responsiveness from their web applications.This book will help you learn the basics of how to design and build Angular 2 components right from the beginning, providing full coverage of the TypeScript syntax required to follow the examples included. From that point on, we will build upon our first components, interconnect them, and give shape to larger web applications. We will then move to implementing routing in Angular 2, analyzing how to handle application states, and navigating from one component to another in depth. After this, the book features full coverage of web forms and user input validation, later leveraging all of this information to go through the basics of implementing user authentication in Angular 2 and providing a bird's eye view of the different strategies at hand to secure pages and areas of your website. Animating components and DOM elements with Angular 2 is also covered in this book. The final part of this book provides broad insights into how to unit test components and other modules such as services, directives, routes or pipes.Style and approachThis book covers everything there is to know about getting well-acquainted with Angular without bogging you down. Everything is neatly laid out under clear headings for quick consultation, offering you the information required to understand a concept immediately, with short relevant examples of each feature.
Practical Data Wrangling
Practical Data Wrangling
Allan Visochek
¥222.81
Turn your noisy data into relevant, insight-ready information by leveraging the data wrangling techniques in Python and RAbout This Book·This easy-to-follow guide takes you through every step of the data wrangling process in the best possible way·Work with different types of datasets, and reshape the layout of your data to make it easier for analysis·Get simple examples and real-life data wrangling solutions for data pre-processingWho This Book Is ForIf you are a data scientist, data analyst, or a statistician who wants to learn how to wrangle your data for analysis in the best possible manner, this book is for you. As this book covers both R and Python, some understanding of them will be beneficial.What You Will Learn·Read a csv file into python and R, and print out some statistics on the data·Gain knowledge of the data formats and programming structures involved in retrieving API data·Make effective use of regular expressions in the data wrangling process·Explore the tools and packages available to prepare numerical data for analysis·Find out how to have better control over manipulating the structure of the data·Create a dexterity to programmatically read, audit, correct, and shape data·Write and complete programs to take in, format, and output data setsIn DetailAround 80% of time in data analysis is spent on cleaning and preparing data for analysis. This is, however, an important task, and is a prerequisite to the rest of the data analysis workflow, including visualization, analysis and reporting. Python and R are considered a popular choice of tool for data analysis, and have packages that can be best used to manipulate different kinds of data, as per your requirements. This book will show you the different data wrangling techniques, and how you can leverage the power of Python and R packages to implement them.You'll start by understanding the data wrangling process and get a solid foundation to work with different types of data. You'll work with different data structures and acquire and parse data from various locations. You'll also see how to reshape the layout of data and manipulate, summarize, and join data sets. Finally, we conclude with a quick primer on accessing and processing data from databases, conducting data exploration, and storing and retrieving data quickly using databases.The book includes practical examples on each of these points using simple and real-world data sets to give you an easier understanding. By the end of the book, you'll have a thorough understanding of all the data wrangling concepts and how to implement them in the best possible way.Style and approachThis is a practical book on data wrangling designed to give you an insight into the practical application of data wrangling. It takes you through complex concepts and tasks in an accessible way, featuring information on a wide range of data wrangling techniques with Python and R
Mastering MongoDB 3.x:An expert's guide to building fault-tolerant MongoDB appli
Mastering MongoDB 3.x:An expert's guide to building fault-tolerant MongoDB appli
Alex Giamas
¥259.95
An expert's guide to build fault tolerant MongoDB applicationAbout This Book·Master the advanced modeling, querying, and administration techniques in MongoDB and become a MongoDB expert·Covers the latest updates and Big Data features frequently used by professional MongoDB developers and administrators·If your goal is to become a certified MongoDB professional, this book is your perfect companionWho This Book Is ForMastering MongoDB is a book for database developers, architects, and administrators who want to learn how to use MongoDB more effectively and productively.If you have experience in, and are interested in working with, NoSQL databases to build apps and websites, then this book is for you.What You Will Learn·Get hands-on with advanced querying techniques such as indexing, expressions, arrays, and more.·Configure, monitor, and maintain highly scalable MongoDB environment like an expert.·Master replication and data sharding to optimize read/write performance.·Design secure and robust applications based on MongoDB.·Administer MongoDB-based applications on-premise or in the cloud·Scale MongoDB to achieve your design goals·Integrate MongoDB with big data sources to process huge amounts of dataIn DetailMongoDB has grown to become the de facto NoSQL database with millions of users—from small startups to Fortune 500 companies. Addressing the limitations of SQL schema-based databases, MongoDB pioneered a shift of focus for DevOps and offered sharding and replication maintainable by DevOps teams. The book is based on MongoDB 3.x and covers topics ranging from database querying using the shell, built in drivers, and popular ODM mappers to more advanced topics such as sharding, high availability, and integration with big data sources.You will get an overview of MongoDB and how to play to its strengths, with relevant use cases. After that, you will learn how to query MongoDB effectively and make use of indexes as much as possible. The next part deals with the administration of MongoDB installations on-premise or in the cloud. We deal with database internals in the next section, explaining storage systems and how they can affect performance. The last section of this book deals with replication and MongoDB scaling, along with integration with heterogeneous data sources. By the end this book, you will be equipped with all the required industry skills and knowledge to become a certified MongoDB developer and administrator.Style and approachThis book takes a practical, step-by-step approach to explain the concepts of MongoDB. Practical use-cases involving real-world examples are used throughout the book to clearly explain theoretical concepts.
Javascript: Javascript Programming For Absolute Beginners
Javascript: Javascript Programming For Absolute Beginners
William Sullivan
¥32.62
☆★☆ Javascript: Javascript Programming For Absolute Beginners☆★☆ The best starter guide for javascript!The fundamentals of javascript are often missed, however, this book's primary focus and emphasis is learning the essentials and to build from the ground up.? What You'lll Learn The history of JavaScript and its uses Setting Up Your Environment The Vital Basics of HTML and CSS Statements, Comments & Variables How to properly use jQuery String Operators JavaScript Array Methods Loops and Iteration How To Use Functions And much, much more! ? Within this book you will learn various mechanisms of javascript programming: variables, conditional statements, and why learning these core principles lead to success.Once you gain knowledge of the fundamental building blocks of javascript you will gain confidence to tackle more complex topics down the road.Programming books can easily retail for 100s of dollars, why not start with an expert you can trust and for an affordable price?The immense value of this book cannot be understated, and this is a once in a life time opportunity for you to take advantage of and invest in yourself by empowering yourself with the right tools and knowledge for success.What are you waiting for?Includes: 21 practice questions! Note* For best visual experience of diagrams it is highly recommend you purchases the paperback version for best image quality.☆★☆ Grab your copy now!☆★☆
Inside the Box: An Introduction to ePub, HTML & CSS for the Independent Author/P
Inside the Box: An Introduction to ePub, HTML & CSS for the Independent Author/P
David Kudler
¥24.44
An ebook is just a website in a boxBut what’s inside the box?In this clear, concise guide, ebook designer and indie author David Kudler folds back the lid of ePub, the universal ebook format. He introduces you to the nuts and bolts that make an ebook work. Includes overviews of the ePub format and internal structure as well as basic guides to the HTML and CSS (Cascading Style Sheets) that you need to know to make your ebooks look professional.(Self-Publishing & Ebook Creation)David Kudler is an independent publisher and author. He has been designing ebooks since 2010. He blogs about ebook creation, publishing, and marketing on Huffington Post, Stillpoint Digital Press, and The Book Designer.
??letmelerde Bili?im Sistemleri Y?netimi
??letmelerde Bili?im Sistemleri Y?netimi
Ph. D Mustafa Çoruh
¥28.29
Bu kitap “Bili?im Teknolojileri (BT) Ekonomisi ve Toplumu” adl? ilk kitab?mda BT’lerin hayat?m?z? de?i?tirdi?i d?rt yerdeki (Evde, okulda, kentlerde ve i?yerlerinde) incelememin ü?üncüsü olan i?yerlerindeki etkileri üzerinedir. Daha ?nce “Bili?im Teknolojileri Destekli ??renim” ve “Bili?im Kentleri ?a??” adl? kitaplar?mda BT’lerin okul ve kent ya?am?ndaki etkilerini detaylar?yla inceledim. 30 y?l? a?an i? hayat?mda BT’lerin i? dünyas?n? ve y?netimini kurulan Bili?im Sistemleri (BS) vas?tas?yla nas?l de?i?tirdi?ini ya?ayarak bildi?imden bu konu i?in uzun bir ara?t?rma yapmak zorunda oldu?umu biliyordum. Di?er yandan 592 sayfay? bulan bu ara?t?rmada sayfa s?n?rlamas? amac?yla BS’lerle ilgili baz? konular? (?rne?in Toplam Kalite Y?netimi, 6 Sigma, Simülasyon, Gereksinim Y?netimi, Programlama vs.) kitap haricinde b?rakmak zorunda kald???m? da belirtmeliyim. Bu kitapta a??rl?kl? olarak BT’lerin i?letmelerdeki uygulamas? olan Bili?im Sistemlerinden bahsettim ?ünkü BT’ler BS’ler vas?tas?yla i?letmeleri ve y?netimlerini etkilemektedirler. Dünyan?n en h?zl? bilgisayar?n? veya en yeni ak?ll? telefonunu sat?n alman?z veya en h?zl? internet eri?imine sahip olman?z i?letmeye ekstra bir katk? sa?lamamaktad?r. Ne zaman ki bu ara?lar i?letme süre?lerinin otomasyonunu sa?layan BS’ler i?inde kullan?lmaya ba?lan?nca i?letme rekabet?ili?ine, kar?na veya maliyetlerinin kontrolüne bir faydas? olabilmektedir. Bu yüzden i?letme y?neticilerinin bilmesi gereken en ?nemli konu BT ara?lar?n? ve di?er yeni teknolojik ara?lar? i?letme i? süre?lerinde nas?l verimli ve etkin bir ?ekilde kullanabileceklerini bilmeleridir. Bilmiyorlarsa da bilenleri i?e almalar?d?r. En son yenilikleri kullanmak belki de firmaya zarar vermekte veya rekabet dezavantaj? olu?turmaktad?r. Bu a??dan ?ncelikle bugün BS’lerin hangi i?letme fonksiyonlar?n? nas?l etkiledi?ini ve gelecekte nas?l etkileyebilece?ini anlatmaya ?al??t?m. ?rne?in, Yapay Zek? (YZ) ve onun en ?nemli uygulamalar?ndan birisi olan Robotiklerin i? süre?leri ve i?letme y?netimlerini yak?n bir zamanda nas?l etkileyebilece?inden bahsettim. Endüstri 4.0 teknolojileriyle insan ve makinelerin birlikte nas?l verimli ve etkin bir ?ekilde ?al??malar? gerekti?i insanl???n ve i?letmelerin ?nünde duran en ?nemli konulardan birisi oldu?unu s?ylemek fazla fütüristik bir kehanet de?il. Kitapta ??letmelerde kullan?lan Bili?im Sistemleriyle ilgili temel konulara bir bütünlük i?inde bakarken kitab?n arka kapa??ndaki sorular? cevaplamaya ?al??t?m. Bili?im Sistemleri aras?ndaki ili?kileri, farkl?l?klar?n? ve birbirlerini nas?l tamamlad?klar?n? sat?r aralar?nda vermeye ?al??t?m. BS’lerle i?letme süre?lerinin nas?l bütünle?tirilece?i i?letmelerdeki en yeni y?netim sorunlar? oldu?u unutulmamal?d?r. ??letme y?neticilerinin hat?rlamas? gereken bir ?nemli konuda BS’lerin bir yaz?l?m ve de?i?im projesi olmas?d?r. Bili?im Teknolojileri ve Sistemleri okuryazarl??? i?in bilinmesi gereken baz? teknik, bilimsel ve teknolojik terimlerin k?saltmalar?n? kitapta ilk kullan?ld???nda uzun ve k?salt?lm?? yaz?l?mlar?yla birlikte kulland?m. ?rne?in Veritabanlar? (VT), Veri ??leme Sistemi (V?S), Kurumsal ?? Zek?s? (K?Z), Y?netim Bili?im Sistemi (YBS), Karar Destek Sistemi (KDS), Veri Ambar? (VA), Veri Madencili?i (VM), Kurumsal Kaynak Planlama (KKP), Mü?teri ?li?kileri Y?netimi (M?Y), Tedarik Zinciri Y?netimi (TZY), Ofis Otomasyon Sistemi (OOS) ve Bilgi Y?netimi (BY) en fazla kulland???m k?saltmalard?r. Kitap sonundaki “K?saltmalar” tablosunda tüm k?saltmalar? listelemeye ?al??t?m. Ayr?ca bir?ok terimin ?ngilizcesini de parantez i?inde vermeye ?al??t?m. ?rne?in Veritabanlar? (Database) gibi. Dilimize girmi? bir?ok yabanc? teknik terim ve kelimelerin Türk?esini kullanmaya ?zen g?sterdim ve bu yabanc? kelimeleri de parantez i?inde yazd?m. Ayr?ca BT’lerin BS’ler vas?tas?yla i?letmeler üzerindeki etkilerini incelerken, birazda üniversitelerimizde YBS b?lümlerinde okutulan BS’lerle ilgili uzmanl?k konular?n?n ?o?unu ?zetlemeye ?al??t?m. ?zellikle i? Dünyas?nda ?ok?a kullan?lan baz? konulara (V?S, YBS, KDS, VT, VA, BY, US, KKP, M?Y, Sistem yakla??m?, SGYD vs.) biraz detayl? bakmaya ?al??t?m. K?sacas? kitapta i?letmelerde Bili?im Teknolojileri ve Sistemleri denince akla gelebilecek bir?ok konuya de?inmeye ?al??t?m. Bu yüzden bu kitab?n BS alan?nda bir elkitab? veya kaynak kitap olarak dü?ünülmesinde fayda vard?r. Bu kitapta ilkokul ??retmenim Say?n ?erare ?zya?c? han?mdan, en son Doktora tez dan??man?m say?n Prof. Dr. Len Rogers’a kadar yüzlerce ki?inin eme?inin oldu?u unutulmamal?d?r. 1984’ten beri Türkiye, ABD, Kanada ve ?ngiltere de ?al??t???m veya dan??manl???n? yapt???m onlarca firma ve mü?terilerimin katk?lar?n? unutabilir miyim? Burada isim isim te?ekkür edemedi?im ancak bu kitab?n yaz?lmas?nda katk?lar? olan daha yüzlerce ki?i var, hepsine en i?ten dileklerimle te?ekkür ederim. Hayatta neyi tek ba??m?za yapabiliyoruz ki? Bu kitap 30+ y?ld?r üretim planlama ve stok kontrol müdürü, metot etüdcü, sistem analisti, programc?, VT tasar?mc?s?
Veritaban?: "Felsefesi, Tasar?m? ve Y?netimi": MS-Access ve SQL Server Projeleri
Veritaban?: "Felsefesi, Tasar?m? ve Y?netimi": MS-Access ve SQL Server Projeleri
Ph.D Mustafa Çoruh
¥27.88
“Bili?im Teknolojileri” konusunda yazd???m ü? kitaptan sonra as?l uzmanl?k alan?m olan veritabanlar? konusunda uzun y?llar ?nce yazmaya ba?lay?p bitiremedi?im daha do?rusu bas?lmayan bu kitab? güncelleyerek yeniden yazmaya karar vermek benim a??mdan yeni bir heyecan oldu. 1980’lerde COBOL ile ba?layan ve 1990’da dBase ve Informix’le devam eden veritaban? tecrübelerim, 1995 sonras? MS-Access ve SQL Server yard?m?yla geli?tirdi?im 100’e yak?n veritaban? uygulama programlar?yla devam etti. 1996’da Dallas’ta MCI Systemhouse’da FrontPage ve Access 95’le veritaban?na dayal? Intranet web siteleri geli?tiren ilk ki?ilerden birisi ben oldum. 1999’da Movo Mediya’da ilk ??p?atan web sitesi www.dating.com'un?arkas?ndaki SQL Server veritabanlar?n? tasarlayan ve y?neten ki?i de bendim. 2000 y?l?nda Aris Genesis Intermedia Inc’de web tabanl? muhasebe program?n?n arkas?ndaki SQL Server veritaban? tasar?mc?lar?ndan biriside bendim. Büyük al??veri? merkezlerinde g?rülen Kiosk’lar?n SQL Server tabanl? ilk uygulamas?n? Los Angeles’de kuran Genesis Intermedia Inc’deki tasar?mlar? yapan ki?ilerden birisi de bendim. 2001’de Los Angeles’de SQL Server ve ASP 3.0’la Citibank’ta kredi kartlar?yla ilgili projenin mimarlar?ndan biriside bendim. K?sacas? Veritabanlar?n?n Web’de kullan?lmas?nda ilk ?al??an ve tasarlayanlardan birisi oldu?umu s?ylemeliyim. 1995-2000 y?llar? aras?nda ya?anan ve dot com bom olarak bilinen metaforun i?inde bir fiil ?al??an ve yarat?c?lar?ndan birisiydim. Veritabanlar?n?n Internet’e ba?lanmas? i?in geli?tirilen ilk projelerinde uzun y?llar Kalifornya, New York ve Colorado firmalar?nda ?al??t?m ve dan??manl?k yapt?m. Bu tecrübelerim s?ras?nda ??rendi?im en ?nemli ?ey; tek bir konuda uzman olmak gerekti?idir. Ben Ms-Access ve SQL Server veritabanlar? tasar?m?nda uzmanla?t?m. Bir?ok teklif olmas?na ra?men Oracle, DB2, Aproach, File Maker gibi veritabanlar? tasar?mlar?yla ilgilenmedim ?ünkü her biri ayr? bir uzmanl?k isteyen veritaban? yaz?l?mlar?d?r. Bu a??dan ?zellikle Bili?im sekt?ründe ?al??anlara verebilece?im en ?nemli tavsiye tek bir konuda hatta tek bir programda uzmanla?malar?d?r. Kitapta Veritabanlar? tasar?m?n? Access ve SQL Server projeleri üzerinden anlatmaya ?al??t?m. University of Phoenix’de verdi?im Veritabanlar? ve Veri Ambarlar? ders notlar?m bu kitab?n omurgas?n? olu?turmaktad?r. Veritabanlar?yla ilgili kavramlar?, felsefesini, tasar?m?n? ve birazda y?netimini detaylar?yla anlatmaya ?al??t?m. Umut ediyorum ki yeni Veritaban? tasar?mc?lar? ve y?neticilerine burada payla?t???m enformasyon faydal? olur. 30 y?ll?k Bili?im Teknolojileri ve ?zellikle veritaban? alan?ndaki tecrübelerimin bir?o?unu bu kitapta okuyucularla payla?maya ?al??t?m. Daha ?nceki kitaplar?mda da vurgulad???m gibi bu kitapta da ilkokul ??retmenim Say?n ?erare ?zya?c? han?mdan, en son Doktora tez dan??man?m Say?n Prof. Dr. Len Rogers’a kadar yüzlerce ki?inin eme?inin oldu?u unutulmamal?d?r. 1984’ten beri Türkiye, ABD, Kanada ve ?ngiltere de ?al??t???m veya dan??manl???n? yapt???m onlarca firma ve mü?terilerimin katk?lar?n? unutabilir miyim? Di?er kitaplarda oldu?u gibi bu kitab?n yaz?lmas?nda bana katlanan e?im Meliha ?oruh’a ve o?lum Bu?ra’ya da en ba?tan te?ekkür etmeliyim. Burada isim isim te?ekkür edemedi?im ancak bu kitab?n yaz?lmas?nda katk?lar? olan daha yüzlerce ki?i var, hepsine en i?ten dileklerimle te?ekkür ediyorum. Elinizde tuttu?unuz bu kitap 30 y?ld?r Bili?im Teknolojileri alan?nda yapt???m ??retim, ?al??ma ve tecrübelerin veritabanlar? alan?nda kay?t alt?na al?nm?? bir ?zetidir. Tabii ki kitab?n hatalar? ve eksikleri vard?r ve bunlar tamamen bana aittir. Kitapta Veritabanlar? denince akla gelebilecek bir?ok konuya de?inmeye ?al??t?m. Kitapta teori ile uygulamay? birlikte harmanlamaya ?al??t?m. Bu yüzden bu kitab?n bir elkitab? veya kaynak kitap olarak dü?ünülmesinde fayda vard?r. ? Mustafa ?oruh Kdz. Ere?li, Mart 2017
Practical Web Design
Practical Web Design
Philippe Hong
¥73.02
A step by step guide for beginners to create interactive and dynamic websites from scratch. About This Book ? A fun-filled book with incrementing projects that would help you learn and adapt the fundamentals of web development ? Bring your web design to life with the help of HTML, CSS, JQuery, and learn to kick-start your future projects with Bootstrap ? Explore popular web development techniques such as responsive, adaptive, and material design and initiate yourself with Vue.js Who This Book Is For This book is for anyone who wants to learn about web development regardless of previous experience. It's perfect for complete beginners with zero experience; it's also great for anyone who does have some experience in a few technologies (such as HTML and CSS) but not all of them. What You Will Learn ? Understand the importance of web design and the basic design components ? Learn HTML5 and CSS3 ? Difference between adaptive and responsive web design ? Learn how to create your first website ? Add interaction and dynamic content to your website with JavaScript and JQuery ? Implement Bootstrap Framework in your project ? Get familiar with server-side rendering In Detail Web design is the process of creating websites. It encompasses several different aspects, including webpage layout, content production, and graphic design. This book offers you everything you need to know to build your websites. The book starts off by explaining the importance of web design and the basic design components used in website development. It'll show you insider tips to work quickly and efficiently with web technologies such as HTML5, CSS3, and JavaScript, concluding with a project on creating a static site with good layout. Once you've got that locked down, we'll get our hands dirty by diving straight into learning JavaScript and JQuery, ending with a project on creating dynamic content for your website. After getting our basic website up and running with the dynamic functionalities you'll move on to building your own responsive websites using more advanced techniques such as Bootstrap. Later you will learn smart ways to add dynamic content, and modern UI techniques such as Adaptive UI and Material Design. This will help you understand important concepts such as server-side rendering and UI components. Finally we take a look at various developer tools to ease your web development process. Style and approach This is a fun-filled book with conversational and engaging content ; with each incrementing project, you'll would easily learn and adapt the fundamentals of web development. Each project showcases a different use case and incrementally teaches the web development basics.
Ionic Cookbook
Ionic Cookbook
Indermohan Singh,Hoc Phan
¥81.74
Solve all your Ionic-related issues through dedicated recipes that will help you get the best out of Ionic. Working with Ionic components to find out the best way to share data between them effectively. About This Book ? Leverage Ionic 3.9 and its exciting new features to create cutting-edge, real-time apps ? Work through simple recipes to address your problems directly and solve them effectively ? Get examples at each step to guide you on your learning curve with Angular Who This Book Is For This book targets JavaScript developers. No previous knowledge of Ionic is necessary, but prior knowledge of web development techniques would be useful. What You Will Learn ? Help readers to jump-start Ionic apps ? Explore essential features of Ionic with examples ? Learn how to use native device functionalities ? Make the best use of the REST API to handle back-end services ? Work with Cordova to support native functionalities on both iOS and Android. ? Master advanced topics in app development such as deep linking and lazy loading In Detail Ionic is the preferred choice for JavaScript developers to develop real-time hybrid applications. This book will get you started with Ionic 3.9 and help you create Angular 5 components that interact with templates. You will work with Ionic components and find out how to share data efficiently between them. You'll discover how to make the best use of the REST API to handle back-end services and then move on to animating your application to make it look pretty. You then learn to add in a local push notification in order to test the app. Then you'll work with Cordova to support native functionalities on both iOS and Android. From there, you'll get to grips with using the default themes for each platform and customizing your own. We then take you through the advanced Ionic features like lazy loading, deep linking, localizing ionic apps etc. Finally, you'll see how best to deploy your app to different platforms. This book will solve all your Ionic-related issues through dedicated recipes that will help you get the best out of Ionic. Style and approach The book's recipe-based approach will help you get the best out of Ionic 3.9
Jupyter Cookbook
Jupyter Cookbook
Dan Toomey
¥73.02
Leverage the power of the popular Jupyter notebooks to simplify your data science tasks without any hassle About This Book ? Create and share interactive documents with live code, text and visualizations ? Integrate popular programming languages such as Python, R, Julia, Scala with Jupyter ? Develop your widgets and interactive dashboards with these innovative recipes Who This Book Is For This cookbook is for data science professionals, developers, technical data analysts, and programmers who want to execute technical coding, visualize output, and do scientific computing in one tool. Prior understanding of data science concepts will be helpful, but not mandatory, to use this book. What You Will Learn ? Install Jupyter and configure engines for Python, R, Scala and more ? Access and retrieve data on Jupyter Notebooks ? Create interactive visualizations and dashboards for different scenarios ? Convert and share your dynamic codes using HTML, JavaScript, Docker, and more ? Create custom user data interactions using various Jupyter widgets ? Manage user authentication and file permissions ? Interact with Big Data to perform numerical computing and statistical modeling ? Get familiar with Jupyter's next-gen user interface - JupyterLab In Detail Jupyter has garnered a strong interest in the data science community of late, as it makes common data processing and analysis tasks much simpler. This book is for data science professionals who want to master various tasks related to Jupyter to create efficient, easy-to-share, scientific applications. The book starts with recipes on installing and running the Jupyter Notebook system on various platforms and configuring the various packages that can be used with it. You will then see how you can implement different programming languages and frameworks, such as Python, R, Julia, JavaScript, Scala, and Spark on your Jupyter Notebook. This book contains intuitive recipes on building interactive widgets to manipulate and visualize data in real time, sharing your code, creating a multi-user environment, and organizing your notebook. You will then get hands-on experience with Jupyter Labs, microservices, and deploying them on the web. By the end of this book, you will have taken your knowledge of Jupyter to the next level to perform all key tasks associated with it. Style and approach The recipes in this book are highly practical and very easy to follow, and include tips and tricks that will help you crack any problem that you might come across while getting the most out of your Jupyter notebook.