• The Complete Software Developer's Career Guide: How to Learn Your Next Programming Language, Ace Your Programming Interview, and Land The Coding Job Of Your Dreams

    Technical Knowledge Alone Isn't Enough - Increase Your Software Development Income by Leveling Up Your Soft Skills Early in his software developer career, John Sonmez discovered that technical knowledge alone isn't enough to break through to the next income level - developers need "soft skills" like the ability to learn new technologies just in time, communicate clearly with management and consulting clients, negotiate a fair hourly rate, and unite teammates and coworkers in working toward a common goal. As John invested in these skills his career took off, and he became a highly paid, highly ... [Read More]

    • ASIN: B073X6GNJ1
    • ASIN: B073X6GNJ1
    • Manufacturer: Simple Programmer

  • The Linux Programming Interface: A Linux and UNIX System Programming Handbook

    The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 1... [Read More]

    • ASIN: 1593272200
    • ASIN: 1593272200
    • ISBN: 1593272200
    • Brand: imusti
    • Manufacturer: No Starch Press

  • Hands-On RESTful API Design Patterns and Best Practices: Design, develop, and deploy highly adaptable, scalable, and secure RESTful web APIs

    Build effective RESTful APIs for enterprise with design patterns and REST framework's out-of-the-box capabilities Key Features Understand advanced topics such as API gateways, API securities, and cloud Implement patterns programmatically with easy-to-follow examples Modernize legacy codebase using API connectors, layers, and microservices Book Description This book deals with the Representational State Transfer (REST) paradigm, which is an architectural style that allows networked devices to communicate with each other over the internet. With the help of this book, you'll explore the conce... [Read More]

    • ASIN: 1788992660
    • ASIN: 1788992660
    • ISBN: 1788992660
    • Manufacturer: Packt Publishing

  • API Design for C++

    API Design for C++ provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of C++ API development, including interface design, versioning, scripting, and plug-in extensibility. Drawing from the author's experience on large scale, collaborative software projects, the text offers practical techniques of API design that produce robust code for the long term. It presents patterns and practices that... [Read More]

    • ASIN: 0123850037
    • ASIN: 0123850037
    • ISBN: 0123850037
    • Brand: imusti
    • Manufacturer: Morgan Kaufmann

  • Professional WordPress Plugin Development

    As one of the most popular open source content management systems available today, WordPress boasts a framework that allows you to easily customize and extend it through plugins. This comprehensive book shows you how plugins work, reviews the tools and APIs available in WordPress, and demonstrates how to extend the functionality of WordPress with plugins.The trio of established authors provides a practical, solutions-based approach along with a collection of timely examples and plenty of code, all aimed at clearly explaining how to create a plugin file, work with users, integrate widgets, add ... [Read More]

    • ASIN: 0470916222
    • ASIN: 0470916222
    • ISBN: 0470916222
    • Brand: imusti
    • Manufacturer: Wrox

  • PHP Web Services: APIs for the Modern Web

    Whether you’re sharing data between two internal systems or building an API so that users can access their data, this practical guide has everything you need to build APIs with PHP. Author Lorna Jane Mitchell provides lots of hands-on code samples, real-world examples, and advice based on her extensive experience to guide you through the process—from the underlying theory to methods for making your service robust.You’ll learn how to use this language to work with JSON, XML, and other web service technologies. This updated second edition includes new tools and features that reflect PHP up... [Read More]

    • ASIN: 1491933097
    • ASIN: 1491933097
    • ISBN: 1491933097
    • Brand: O REILLY
    • Manufacturer: O'Reilly Media

  • Head First JavaScript Programming: A Brain-Friendly Guide

    What will you learn from this book?This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be reading—you’ll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript in ways you never imagined. And you’ll write real code, lots of it, so you can start building your own web applications. Prepare to open your mind as you learn (and nail) key topics including:The inner details of JavaScriptHow JavaScript works with the bro... [Read More]

    • ASIN: B00J9TMSDU
    • ASIN: B00J9TMSDU
    • Manufacturer: O'Reilly Media

  • Pro ASP.NET Web API Security: Securing ASP.NET Web API (Expert's Voice in .NET)

    ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP.With such wide accessibility, securing your code effectively needs to be a top priority. You will quickly find that the WCF security protocols you’re familiar with from .NET are less suitable than they once were in this new environment, proving themselves cumbersome and limited in terms of the standards the... [Read More]

    • ASIN: 1430257822
    • ASIN: 1430257822
    • ISBN: 1430257822
    • Manufacturer: Apress

  • Learning React: Functional Web Development with React and Redux

    If you want to learn how to build efficient user interfaces with React, this is your book. Authors Alex Banks and Eve Porcello show you how to create UIs with this small JavaScript library that can deftly display data changes on large-scale, data-driven websites without page reloads. Along the way, you’ll learn how to work with functional programming and the latest ECMAScript features.Developed by Facebook, and used by companies including Netflix, Walmart, and The New York Times for large parts of their web interfaces, React is quickly growing in use. By learning how to build React component... [Read More]

    • ASIN: 1491954620
    • ASIN: 1491954620
    • ISBN: 9781491954621
    • Manufacturer: O'Reilly Media

  • Modern PHP: New Features and Good Practices

    PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you hav... [Read More]

    • ASIN: B00TKVLL26
    • ASIN: B00TKVLL26
    • Manufacturer: O'Reilly Media

  • More Effective C#: 50 Specific Ways to Improve Your C# (Effective Software Development Series)

    In More Effective C#, Second Edition, world-renowned .NET expert Bill Wagner identifies and illuminates 50 intermediate-to-advanced techniques for writing exceptionally robust and well-performing C# 7.0 code. Reflecting the growing sophistication of the C# language and its development community, Wagner presents powerful new solutions to problems you’re likely to encounter every day.   Through three editions of Effective C#, Wagner’s clear explanations, expert tips, and realistic code examples have proven invaluable to hundreds of thousands of developers. With the publication of this tit... [Read More]

    • ASIN: 0672337886
    • ASIN: 0672337886
    • ISBN: 0672337886
    • Manufacturer: Addison-Wesley Professional

  • Web Scraping with Python: Collecting More Data from the Modern Web

    If programming is magic then web scraping is surely a form of wizardry. By writing a simple automated program, you can query web servers, request data, and parse it to extract the information you need. The expanded edition of this practical book not only introduces you web scraping, but also serves as a comprehensive guide to scraping almost every type of data from the modern web.Part I focuses on web scraping mechanics: using Python to request information from a web server, performing basic handling of the server’s response, and interacting with sites in an automated fashion. Part II explor... [Read More]

    • ASIN: 1491985577
    • ASIN: 1491985577
    • ISBN: 1491985577
    • Manufacturer: O'Reilly Media

  • Maya Python for Games and Film: A Complete Reference for Maya Python and the Maya Python API

    Maya Python for Games and Film is the first book to focus exclusively on how to implement Python with Maya. Written by trusted authorities in the field, this in-depth guide will help you master Maya Python, whether you're a seasoned technical artist looking to make the transition from MEL to Python or an aspiring artist not wanting to scramble for information.

    • ASIN: 0123785782
    • ASIN: 0123785782
    • ISBN: 0123785782
    • Brand: Brand: CRC Press
    • Manufacturer: CRC Press

  • Building Progressive Web Apps: Bringing the Power of Native to the Browser

    Move over native apps. New progressive web apps have capabilities that will soon make you obsolete. With this hands-on guide, web developers and business execs will learn how—and why—to develop web apps that take advantage of features that have so far been exclusive to native apps. Features that include fast load times, push notifications, offline access, homescreen shortcuts, and an entirely app-like experience.By leveraging the latest browser APIs, progressive web apps combine all of the benefits of native apps, while avoiding their issues. Throughout the book, author Tal Ater shows you ... [Read More]

    • ASIN: 1491961651
    • ASIN: 1491961651
    • ISBN: 1491961651
    • Manufacturer: O'Reilly Media

  • URayCoder H.265 H.264 HD Video Audio Decoder HTTP RTSP RTMP UDP HLS to HD 3G SDI Converter IP Streaming to HD-SDI 3G-SDI Decoder for Decoding SDI Video Encoder and IP Camera

    Feature: 1. Embedded HiLinux system, stable and effective 2. A wide area network remote management(Friendly webpage UI) 3. Support H.265 or H.264 video decoding format and MP3, AAC, AC3 audio decoding format 4. Support HTTP, UDP, RTP, RTSP, RTMP, HLS(M3U8), FLV, ONVIF, Unitcast, Multicast streaming protocol decoding5. Support multi-channel video stream url decoding and output simultaneously6. Support multiple-brand video encoder and set-top box and IP camera decoding7. Support output displayed video resolution setting(Max 1920x1080P)8. Support up to 1920x1080P video stream decoding9. Support 2... [Read More]

    • ASIN: B07PXHJ94G
    • UPC: 755326318147
    • ASIN: B07PXHJ94G
    • Brand: URayCoder
    • Size: 6. SDI Decoder
    • Manufacturer: URay

  • The Hitchhiker's Guide to Python : Best Practices for Development

    The Hitchhiker's Guide to Python takes the journeyman Pythonista to true expertise. More than any other language, Python was created with the philosophy of simplicity and parsimony. Now 25 years old, Python has become the

    • UPC: 51981698

  • API Development: A Practical Guide for Business Implementation Success (Paperback)

    Implement application programming interface (API) usability, security, availability, reliability, and scalability to extend your company's market and potentially generate revenue. Businesses know they need to extend their markets into the digital world, and expose internal

    • UPC: 641089799

  • The Blender Python API : Precision 3D Modeling and Add-On Development

    9781484228012

    • UPC: 56087681

  • The Python/C API : Release 3.6.4

    The Python/C API manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to extending-index, which describes the general principles of extension

    • UPC: 978428411

  • Pro Html5 Programming : Powerful APIs for Richer Internet Application Development

    Pro HTML5 Programming

    • UPC: 17287666

  • Pro Html5 with Css, Javascript, and Multimedia : Complete Website Development and Best Practices

    9781484224625

    • UPC: 55389610

  • Hands-On Restful API Design Patterns and Best Practices (Paperback)

    Hands-On RESTful API Design Patterns and Best

    • UPC: 400384077

  • Building Solutions with the Microsoft .Net Compact Framework : Architecture and Best Practices for Mobile Development

    Building Solutions with the Microsoft.Net Compact Framework: Architecture and Best Practices for Mobile

    • UPC: 24826664

  • Hands-On Full Stack Development with Spring Boot 2 and React - Second Edition (Paperback)

    Hands-On Full Stack Development with Spring Boot 2 and React - Second

    • UPC: 782184287

  • Learn Web Development with Python (Paperback)

    Learn Web Development with Python

    • UPC: 861003108

  • What languages do I use for API development?

    10 Best Practices For Developing An API

    The best programming language and Api