Buy linksweb.org ?
Products related to Development:
-
Rust Web Development
Create bulletproof, high-performance web apps and servers with Rust. In Rust Web Development you will learn: Handling the borrow checker in an asynchronous environmentCreating web APIs and using JSON in RustGraceful error handlingTesting, tracing, logging, and debuggingDeploying Rust applicationsEfficient database access Rust Web Development is a hands-on guide to building server-based web applications with Rust.If you've built web servers using Java, C#, or PHP, you'll instantly fall in love with the performance and development experience Rust delivers.This book shows you how to work efficiently using pure Rust, along with important Rust libraries such as tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests. about the technology Web development languages and libraries can be resource hungry, with poor safety for maintaining vital web services.Rust services perform better and guarantee better safety.Plus, Rust's awesome compiler gives you an amazing developer experience.You'll get the speed of low-level programming languages like C along with the ease-of-use you'd expect from high-level languages Python or Ruby, with a super strong compiler that automatically prevents common mistakes such as null pointers. about the book In Rust Web Development, you'll learn to build server-side web applications using the Rust language and its key libraries.If you know the basics of Rust, you'll quickly pick up some pro tips for setting up your projects and organizing your code.This book gets you hands-on fast, with numerous small and large examples.You'll get up to speed with how Rust streamlines backend development, implements authentication flows, and even makes it easier for your APIs to interact.As you go, you'll build a complete Q&A web service and iterate on your code chapter-by-chapter, just like a real development project. RETAIL SELLING POINTS • Handling the borrow checker in an asynchronous environment • Creating web APIs and using JSON in Rust • Graceful error handling • Testing, tracing, logging, and debugging • Deploying Rust applications • Efficient database access AUDIENCE For experienced web developers familiar with Java, Node, or Go, and the absolute basics of Rust
Price: 38.99 £ | Shipping*: 0.00 £ -
Responsive Web Development : Web and mobile development with HTML5, CSS3, and performance guide
Price: 27.99 £ | Shipping*: 0.00 £ -
PHP and MySQL Web Development
PHP and MySQL Web Development, Fifth Edition The definitive guide to building database-driven Web applications with PHP and MySQL PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications.PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications.It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server. This practical, hands-on book consistently focuses on real-world applications, even in the introductory chapters.The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL.They also introduce you to the integration of front-end and back-end technologies by using JavaScript in your application development. The final part of this book describes how to approach real-world projects and takes the reader through the design, planning, and building of several projects, including: User authentication and personalizationWeb-based emailSocial media integrationShopping cart The fifth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP through versions 5.6 and 7, as well as features introduced in recent stable releases of MySQL. Free Access to Web Edition Purchase of this book in any format, electronic or print, includes free access to the corresponding Web Edition.The Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5. Contents at a Glance Part I: Using PHP 1 PHP Crash Course 2 Storing and Retrieving Data 3 Using Arrays 4 String Manipulation and Regular Expressions 5 Reusing Code and Writing Functions 6 Object-Oriented PHP 7 Error and Exception Handling Part II: Using MySQL 8 Designing Your Web Database 9 Creating Your Web Database 10 Working with Your MySQL Database 11 Accessing Your MySQL Database from the Web with PHP 12 Advanced MySQL Administration 13 Advanced MySQL Programming Part III: Web Application Security 14 Web Application Security Risks 15 Building a Secure Web Application 16 Implementing Authentication Methods with PHP Part IV: Advanced PHP Techniques 17 Interacting with the File System and the Server 18 Using Network and Protocol Functions 19 Managing the Date and Time 20 Internationalization and Localization 21 Generating Images 22 Using Session Control in PHP 23 Integrating JavaScript and PHP 24 Other Useful Features Part V: Building Practical PHP and MySQL Projects 25 Using PHP and MySQL for Large Projects 26 Debugging and Logging 27 Building User Authentication and Personalization 28 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part I 29 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part II 30 (PDF with Product Registration) Social Media Integration Sharing and Authentication 31 (PDF with Product Registration) Building a Shopping Cart Part VI: Appendix A Installing Apache, PHP, and MySQL
Price: 40.99 £ | Shipping*: 0.00 £ -
Strategic International Marketing : Strategy Development and Implementation
Strategic International Marketing, 2e offers a uniquely adaptable strategy framework for firms of all sizes that are looking to internationalise their business, using Carl Arthur Solberg's tried and tested Nine Strategic Windows model. Compact and readable, this practical text offers the reader insights into the globalisation phenomenon, partner relations and strategic positioning in international markets.This 2nd edition has been fully updated to include coverage of the complex international business environment, consider how technological development has shaped buyer behaviour, channels of distribution and payments systems globally, and the impact of digitalisation on the global economy more broadly.New international case studies and examples are included throughout to demonstrate how the theory translated into practice. This text is strategic and applied, and an ideal introduction to international marketing for advanced undergraduates and postgraduates in Business and Management, as well as those studying for MBAs and executive qualifications.It also offers a pragmatic toolkit for managers and marketers that are seeking to expand their business into new territories.Supplementary online resources are available to aid instructors.
Price: 39.99 £ | Shipping*: 0.00 £
Similar search terms for Development:
-
PHP & MySQL : Server-side Web Development
Apply bestselling author Jon Duckett's engaging and innovative style to learning PHP and MySQLLearn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database to create the web pages. This full-color book is packed with inspiring code examples, infographics and photography that not only teach you the PHP language and how to work with databases, but also show you how to build new applications from scratch.It demonstrates practical techniques that you will recognize from popular sites where visitors can: Register as a member and log inCreate articles, posts and profiles that are saved in a databaseUpload their own images and filesAutomatically receive email notificationsLike and comment on posts. To show you how to apply the skills you learn, you will build a complete content management system, enhanced with features that are commonly seen on social networks. Written by best-selling HTML & CSS and JavaScript & jQuery author Jon Duckett, PHP & MySQL: Server-side Web Development uses a unique visual approach, with step-by-step instructions, practical code examples and pro tips that will teach you how to build modern database-driven websites using PHP.
Price: 34.99 £ | Shipping*: 0.00 £ -
Agile Web Development with Rails 7
Rails 7 completely redefines what it means to produce fantastic user experiences and provides a way to achieve all the benefits of single-page applications - at a fraction of the complexity.Rails 7 integrates the Hotwire frameworks of Stimulus and Turbo directly as the new defaults, together with that hot newness of import maps.The result is a toolkit so powerful that it allows a single individual to create modern applications upon which they can build a competitive business.The way it used to be. Ruby on Rails helps you produce high-quality, beautiful-looking web applications quickly - you concentrate on creating the application, and Rails takes care of the details.Rails 7 brings many improvements, and this edition is updated to cover the new features and changes in best practices. We start with a step-by-step walkthrough of building a real application, and in-depth chapters look at the built-in Rails features.Follow along with an extended tutorial as you write a web-based store application.Eliminate tedious configuration and housekeeping, seamlessly incorporate JavaScript, send and receive emails, manage background jobs with ActiveJob, and build real-time features using WebSockets and ActionCable.Test your applications as you write them using the built-in unit, integration, and system testing frameworks, internationalize your applications, and deploy your applications easily and securely. Rails 1.0 was released in December 2005. This book was there from the start, and didn't just evolve alongside Rails, it evolved with Rails.It has been developed in consultation with the Rails core team.In fact, Rails itself is tested against the code in this book. What You Need:All you need is a Windows, Mac OS X, or Linux machine to do development on.This book will take you through the steps to install Rails and its dependencies.If you aren't familiar with the Ruby programming language, this book contains a chapter that covers the basics necessary to understand the material in the book.
Price: 47.99 £ | Shipping*: 0.00 £ -
PHP & MySQL: Server-side Web Development
PHP & MySQL: Server-side Web Development
Price: 33.24 € | Shipping*: 0.00 € -
International Marketing Strategy: Analysis, Development and Implementation
Major global events such as the COVID-19 pandemic and the UN Sustainable Development Goals have changed the business landscape with significant consequences for trade.Understanding such environmental issues, politics, economics and more, is critical in international marketing strategy. Fully updated and revised, the ninth edition of this popular text reflects the changing focus of international marketing and ensures students are fully up-to-date with the challenges posed by new patterns of development in global markets.It provides accessible content from around the world including newly emerging economies as well as explaining increasingly global risks and the role of digital developments.An exciting range of features including Management Challenges, Illustrations and contemporary case studies guide students through the complexities of international marketing as it responds to a rapidly changing environment.
Price: 59.99 £ | Shipping*: 0.00 £
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.