Norges billigste bøker

Bøker utgitt av Mike Murach & Associates Inc.

Filter
Filter
Sorter etterSorter Populære
  • av Joel Murach
    741,-

    If you're developing applications that access Oracle databases, you can save time and effort by having the database do more work for you. That's where this book comes in.This book teaches you how to write SQL statements to efficiently retrieve and update the data in an Oracle database. It teaches you how to design and create a database because that provides insight into performance and security issues. It teaches you how to use Oracle's procedural language (PL/SQL) to take advantage of powerful features like transactions, stored procedures, functions, and triggers. And it teaches you how to host an Oracle database in the cloud and use SQL Developer to run SQL statements against that database.The result? You'll learn how to write the kind of SQL and PL/SQL that makes you a more effective and valuable developer or analyst.

  • av Ray Harris & Joel Murach
    741,-

  • av Joel Murach
    689,-

    Now you can learn C++ in manageable chunks with Murach''s C++ Programming and its distinctive "paired-pages" format, which has earned rave reviews from programmers (see the reviews of the 1st Edition). Each topic is presented in a 2-page spread: You get clear syntax and coding examples along with easy-to-understand bullets on the righthand page and in-depth explanations and perspective on the left. Not only does this format ease the learning curve, it''s a time-saver for on-the-job reference too.What''s more, we''ve taken advantage of language advances and modern techniques to make it easier to learn C++ than ever before. This book is organized in a logical way that gets you started fast with a practical subset of today''s C++. Then, it presents coding and object-oriented programming skills that will elevate you to the professional level. With this strong foundation in place, later chapters cover legacy techniques and older C++ features that let you maintain the vast amount of legacy code in the world and work with embedded systems.New in this 2nd Edition are features that have been introduced in C++20. That includes brand-new material on modules, one of the most exciting new features added to C++ in years. As always, each feature is carefully explained and integrated where it belongs in the learning sequence so that beginners and experienced programmers alike can quickly grasp the new concepts and their advantages.Every Murach book guarantees high quality and our readers love our "code that actually works." See why yourself with more than 50 realistic programs to study and practice exercises for hands-on experience. You''ll have a hard time finding such effective examples anywhere else.New in this 2nd Edition are features that have been introduced in C++20. That includes brand-new material on modules, one of the most exciting new features added to C++ in years. As always, each feature is carefully explained and integrated where it belongs in the learning sequence so that beginners and experienced programmers alike can quickly grasp the new concepts and their advantages.

  • av Scott McCoy
    727,-

    Data is collected everywhere these days, in massive quantities. But data alone doesn't do you much good. That's why data analysis--making sense of the data--has become a must-have skill in the fields of business, science, and social science. But it's a tough skill to acquire. The concepts are challenging, and too many books and online tutorials treat only parts of the total skillset needed. Now, though, Murach's Python for Data Analysis draws all the essential skills together and presents them in a clear and example-packed way. So you'll soon be applying your programming skills to complex data analysis problems, more easily than you ever thought possible. In terms of content, this book gets you started the right way by using Pandas for data analysis and Seaborn for data visualization, with JupyterLab as your IDE. Then, it helps you master descriptive analysis by teaching you how to get, clean, prepare, and analyze data, including time-series data. Next, it gets you started with predictive analysis by showing you how to use linear regression models to predict unknown and future values. And to tie everything together, it gives you 4 real-world case studies that show you how to apply your new skills to political, environmental, social, and sports analysis. At the end, you'll have a solid set of the professional skills that can lead to all sorts of new career opportunities.

  • av Joel Murach
    751,-

    This C# book has been a favourite of developers ever since the 1st edition came out in 2004. So you can be sure that this latest edition will deliver the professional skills youre looking for today. In fact, it will teach you the C# essentials more easily than ever, as it shows you how to take advantage of the most recent releases of C#, .NET, and Visual Studio. Its a self-paced book that shows you how to use Visual Studio, C#, and the .NET classes to develop Windows Forms applications whether you are new to programming or not. Its an object-oriented book that shows you how to use business classes, inheritance, and interfaces the way theyre used in the real world. Its a database programming book that shows you how to create professional database applications using Entity Framework and LINQ or ADO.NET. When you are done, you will be able to develop 3-tiered, object-oriented, Windows Forms applications the way the best professionals do. And you will have the essential skills that you need to develop any C# application whether for the desktop, the web, or mobile devices.

  • av Mary Delamater
    789,-

    If you're developing websites, you have to know JavaScript. There's no way around it today.And this latest edition of Murach's popular book teaches you how to code modern JavaScript that conforms to the ECMAScript standards, the way the pros do. At the same time, it teaches you how to use jQuery, the classic JavaScript library, to handle the DOM scripting that gives JavaScript so much of its power. And it works no matter whether you're a web designer who's coming from a background in HTML and CSS or a server-side programmer who's coded in languages like PHP, C#, Java, and Python.

  • av Joel Murach
    751,-

    If you know the basics of C#, you're ready to learn how to create web applications using Microsoft's powerful technology, ASP.NET Core MVC (Model-View-Controller). And there's no more practical way to do it than with this book. By the end of section 1]€]just 5 chapters]€]you'll be developing real-world web apps using C# code for the model and controller classes]€]HTML, CSS, and Razor code for the view files (for the user interface)]€]and Bootstrap classes for responsive design so that your apps adapt well to all screen sizes. You'll also be able use the debugging tools in Visual Studio and your browser to test your apps and make sure they'll work right for all users. In section 2, you'll build out that set of skills to create more complex controllers, work with Razor views, handle cookies and sessions, do model binding, validate data, and handle database data with EF (Entity Framework) Core. You'll also see how all these skills come together in a single application, with coverage of the "gotchas" that can occur and how to solve them. Finally, in section 3, you can pick up additional skills as you need them to: create custom tag helpers and view components; authenticate and authorize users; use dependency injection to automate testing; and use Visual Studio Code. All along the way, you'll get complete web apps that show you how each feature works in context (you can download these for free from the Murach website). You'll get chapter exercises that let you practice your new skills. And you'll get Murach's distinctive "paired-pages" format that presents each skill in a 2-page spread, full of examples, notes, and explanation]€]a format that developers praise because it saves them both training and reference time.

  • av Joel Murach
    749,-

    This is the latest edition of the book that application developers worldwide have used to master MySQL now updated for MySQL 8 and beyond. As you would expect, this book shows how to code all the essential SQL statements for working with a MySQL database. You will use these statements every day to have MySQL do more of your work for you. But beyond that, it shows how to work with classic MySQL features that take you to new level, such as summary queries, subqueries, functions, views, transactions, stored procedures, triggers, and security. It shows how to take advantage of newer MySQL features such as window functions, Common Table Expressions (CTE), and roles for database security. It shows how to design a database, including how to use MySQL Workbench to create and implement the design. It even presents a starting set of skills for a database administrator (DBA) if you are interested in that career path or if you need to be your own DBA. In short, its a must-have guide for anyone who works with MySQL, beginning and experienced developers alike.

  • av Joel Murach
    727,-

    C++ was first released in 1985, and it was a hard language to learn. That's because it required programmers to master low-level techniques to work with memory. Over the years, C++ has evolved to provide many higher-level techniques that make it much easier to write effective C++ code. But most C++ books haven't evolved with the language. Now, Murach's top authors have tackled the subject, rethinking the whole approach. So this book takes advantage of the modern techniques to make it easier to learn C++ than ever before. It's organized in a logical way that gets you off to a fast start with a practical subset of today's C++, and then builds out your coding and OOP skills to the professional level. With that foundation in place, it also covers older techniques so you'll be able to maintain the vast amount of legacy code that's out there, as well as work with embedded systems that don't support the newer techniques. To make all that manageable, this book uses Murach's distinctive "paired-pages" format that programmers find so helpful for both training and reference: Each topic is presented in a 2-page spread, with syntax, coding examples, and bulleted guidelines on the righthand page and extra explanation and perspective on the left. What's more, this book gives you 50+ realistic program examples to study, as well as practice exercises for hands-on experience. Examples and exercises like these are the key to learning any programming language. But you'll have a hard time finding such effective ones in other books and courses, that deliver the skills ours do.

  • av Anne Boehm
    839,-

    "Until now, my websites looked great but have been coded with what seems like 'duct-tape and bubble-gum' methods, just for appearances and not for professionalism or compliance. This book taught me all that is possible with HTML and CSS coding]]. What a game changer!" That's what one web designer posted about a previous edition of Murach's HTML5 and CSS3. Now, this 4th Edition updates and improves all the HTML and CSS content in the book...and it adds coverage of Flexible Box and Grid Layout, two new CSS3 ways to implement page layouts. So whether you're a web designer, a JavaScript programmer, a server-side programmer, or a rookie, this book delivers all the HTML and CSS skills that you need on the job. This book begins with an 8-chapter hands-on course that teaches you HTML and CSS from scratch, including the latest HTML5 and CSS3 features. This short course ends with a chapter that teaches you how to use fluid design and media queries to implement Responsive Web Design so your pages will look good and work right on any screen, from phone to tablet to desktop. After that, the unique design of this book lets you go on to any other chapter to learn new skills whenever you need them. For example, chapters 9 and 10 show you how to use Flexible Box and Grid Layout. Chapter 13 shows you how to work with forms and data validation. Chapter 14 shows you how to enhance a site with video clips. Chapter 16 shows you how to use CSS3 transitions, transforms, and animations. Chapters 17 and 18 show you how to design and deploy a website. Chapters 19 and 20 introduce other professional skills like how to use JavaScript and jQuery and how to use development tools like Bootstrap, SASS, and Emmet. And after you've learned all the skills that you need, this book becomes the best on-the-job reference you've ever used.

  • av Zak Ruvalcaba
    695,-

    Today, you'll find JavaScript and jQuery used everywhere on the web, from small individual sites to the largest commercial sites like Google, Amazon, and Facebook. That's why every web developer needs to have at least a basic set of JavaScript and jQuery skills. And now, this one book presents the JavaScript and jQuery skills that every web developer needs]]whether you're a web designer who's coming from a background in HTML and CSS or a server-side programmer who's coded in languages like PHP, C#, Java, and Python. Due to its unique, self-paced approach, this book works regardless of your experience. And when you're through learning from it, this book will become the best quick reference that you've ever used.

  • av Anne Boehm
    780,-

    If you know the basics of C#, youre ready to learn to develop server-side web applications with ASP.NET Web Forms and that is where this book comes in: Section 1 is a quick-start course in creating your first ASP.NET Web Forms applications using Visual Studio, with coverage of what HTML5/CSS3 and Bootstrap are doing on the client side a course that works both for beginners and for experienced web developers who are new to ASP.NET; Section 2 gives you the skills you need for every web application like how to use the server controls, validate user entries, manage state, use master pages, make ASP.NET work with Bootstrap for responsive layouts, and use friendly URLs; Section 3 presents the skills you need for developing database-driven web applications at a professional level including how to use SQL data sources, object data sources, and model binding and the Entity Framework with ASP.NET data controls like GridView, DetailsView, FormView, and ListView; Section 4 covers skills that enhance your professionalism like how to develop secure web pages, authenticate users with ASP.NET Identity, send email, control the use of the Back button, and deploy finished applications; Section 5 takes you to the next level by showing you how to use ASP.NET Ajax, how to develop WCF and Web API services, and how ASP.NET MVC programming differs from Web Forms programming. To make it easier for you to master ASP.NET, you get complete web applications including the web forms, the aspx code, and the C# code that show you how each feature works in context (you can download these for free from the Murach website). You get chapter exercises that let you practice your new skills. And you get Murachs distinctive paired-pages format that developers like because it saves both training and reference time.

  • av Zak and Boehm Ruvalcaba
    922,-

  • av Joel Murach
    729,-

    This practical, hands-on tutorial/reference/guide to MySQL is perfect for beginners, but it also works for experienced developers who are not getting the most from MySQL. As you would expect, this book shows how to code all of the essential SQL statements for creating and working with a MySQL database. But beyond that, this book also shows how to design a database, including how to use the graphical MySQL Workbench to create an EER model. It shows how to take advantage of relatively new MySQL features such as foreign keys, transactions, stored procedures, stored functions, triggers, and events. It even presents a starting set of skills for a database administrator (DBA), including how to secure and back up databases. And like all Murach books, it uses the distinctive "paired pages" format, which breaks the material into manageable skills to speed up both learning and reference. A great help for MySQL users at any level.

  • av Anne Boehm
    922,-

  • av Joel Murach
    729,-

    This new edition makes it easier than ever for Java developers to master web programming. It shows how to install and use the Tomcat server and the NetBeans IDE. It shows how to use JSP's and servlets to build secure and well-structured web applications that implement the MVC pattern. It shows how to use sessions, cookies, JavaBeans, EL, JSTL, and custom tags. It shows how to use JDBC or JPA to work with a MySQL database. It shows how to work with JavaMail, SSL connections, authentication, encryption, filters, and listeners. It even includes an introduction to JSF to expand your perspective on Java web programming. These are the skills that you need to build professional Java web applications using servlets and JSP. A great read for any Java developer.

  • av Joel Murach
    779,-

  • av Zak Ruvalcaba
    922,-

  • av Zak Ruvalcaba
    922,-

    Today, jQuery is used in over 60% of the million most-visited websites, and that makes it one of the technologies that every web developer should master. The problem is that jQuery is difficult to learn, especially for those with limited programming experience. But now, this new edition of our jQuery book makes it easier than ever to learn how to use jQuery to create the dynamic user interfaces, fast response times, and special effects that today's users expect.

  • av Doug Lowe & Raul Mendendez
    841,-

  • av Raul Menendez
    1 053,-

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.