Products related to Application:
-
Hacking Apis : Breaking Web Application Programming Interfaces
You'll learn how REST and GraphQL APIs work in the wild and set up a streamlined API testing lab with Burp Suite and Postman.Then you'll master tools useful for reconnaissance, endpoint analysis, and fuzzing, such as Kiterunner.Next, you'll learn to perform common attacks, like those targeting an API's authentication mechanisms and the injection vulnerabilities commonly found in web applications.You'll also learn techniques for bypassing protections against these attacks so that you can uncover API bugs other hackers aren't finding and improve the security of applications on the web.
Price: 56.99 £ | Shipping*: 0.00 £ -
Advanced Android Application Development
Advanced Android (TM) Application Development, Fourth Edition, is the definitive guide to building robust, commercial-grade Android apps.Systematically revised and updated, this guide brings together powerful, advanced techniques for the entire app development cycle, including design, coding, testing, debugging, and distribution.With the addition of quizzes and exercises in every chapter, it is ideal for both professional and classroom use. An outstanding practical reference for the newest Android APIs, this guide provides in-depth explanations of code utilizing key API features and includes downloadable sample apps for nearly every chapter.Together, they provide a solid foundation for any modern app project. Throughout, the authors draw on decades of in-the-trenches experience as professional mobile developers to provide tips and best practices for highly efficient development.They show you how to break through traditional app boundaries with optional features, including the Android NDK, Google Analytics and Android Wear APIs, and Google Play Game Services. New coverage in this edition includes Integrating Google Cloud Messaging into your apps Utilizing the new Google location and Google Maps Android APIs Leveraging in-app billing from Google Play, as well as third-party providers Getting started with the Android Studio IDE Localizing language and using Google Play App Translation services Extending your app's reach with Lockscreen widgets and DayDreams Leveraging improvements to Notification, Web, SMS, and other APIs Annuzzi has released new source code samples for use with Android Studio.The code updates are posted to the associated blog site: http://advancedandroidbook.blogspot.com/ This title is an indispensable resource for intermediate- to advanced-level Java programmers who are now developing for Android, and for seasoned mobile developers who want to make the most of the new Android platform and hardware. This revamped, newly titled edition is a complete update of Android (TM) Wireless Application Development, Volume II: Advanced Topics, Third Edition.
Price: 44.49 £ | Shipping*: 0.00 £ -
Tkinter GUI Application Development Blueprints -
Geometry Management, Event Handling, and moreAbout This Book• A Practical, guide to learn the application of Python and GUI programming with tkinter• Create multiple cross-platform real-world projects by integrating host of third party libraries and tools• Learn to build beautiful and highly interactive user interfaces, targeting multiple devices. Who This Book Is ForThis book is for a beginner to intermediate-level Pythonists who want to build modern, cross-platform GUI applications with the amazingly powerful Tkinter.Prior knowledge of Tkinter is required. What You Will Learn• A Practical, guide to help you learn the application of Python and GUI programming with Tkinter• Create multiple, cross-platform, real-world projects by integrating a host of third-party libraries and tools• Learn to build beautiful and highly interactive user interfaces, targeting multiple devices. In DetailTkinter is the built-in GUI package that comes with standard Python distributions.It is a cross-platform package, which means you build once and deploy everywhere.It is simple to use and intuitive in nature, making it suitable for programmers and non-programmers alike. This book will help you master the art of GUI programming.It delivers the bigger picture of GUI programming by building real-world, productive, and fun applications such as a text editor, drum machine, game of chess, audio player, drawing application, piano tutor, chat application, screen saver, port scanner, and much more.In every project, you will build on the skills acquired in the previous project and gain more expertise.You will learn to write multithreaded programs, network programs, database-driven programs, asyncio based programming and more.You will also get to know the modern best practices involved in writing GUI apps.With its rich source of sample code, you can build upon the knowledge gained with this book and use it in your own projects in the discipline of your choice. Style and approachAn easy-to-follow guide, full of hands-on examples of real-world GUI programs.The first chapter is a must-read as it explains most of the things you need to get started with writing GUI programs with Tkinter.Each subsequent chapter is a stand-alone project that discusses some aspects of GUI programming in detail.These chapters can be read sequentially or randomly, depending on the reader's experience with Python.
Price: 39.99 £ | Shipping*: 0.00 £ -
CakePHP 1.3 Application Development Cookbook
Written in cookbook style, this book offers learning and techniques through recipes.It contains step-by-step instructions for CakePHP developers to create unique web applications.The book is designed in such a way that you can refer to things chapter by chapter, and read them in no particular order.If you are a CakePHP developer who wants to discover quick and easy ways to improve web applications, and to leverage all aspects of the framework, this book is for you.This book assumes that you already have knowledge of CakePHP, and general PHP development skills.
Price: 30.99 £ | Shipping*: 0.00 £
-
What is the difference between software development and application development?
Software development is a broader term that encompasses the entire process of creating software, including planning, designing, coding, testing, and maintenance. Application development, on the other hand, specifically refers to the process of creating a specific type of software application, such as a mobile app, web app, or desktop application. In other words, application development is a subset of software development, focusing on the creation of specific types of software applications.
-
What is the difference between an application developer and an information technology assistant in software development?
An application developer is responsible for designing, coding, and testing software applications, while an information technology assistant in software development typically provides support to the development team by troubleshooting technical issues, maintaining software systems, and assisting with software implementation. The application developer focuses on creating new software solutions, while the IT assistant supports the development process by ensuring the smooth functioning of existing software systems. Additionally, the application developer typically has a deeper understanding of programming languages and software development methodologies, while the IT assistant may have a broader knowledge of IT systems and infrastructure.
-
What is a specialist in application development for information technology?
A specialist in application development for information technology is a professional who specializes in designing, creating, and maintaining software applications that meet the specific needs of an organization. They have expertise in programming languages, software development methodologies, and database management. These specialists work closely with clients and stakeholders to understand their requirements and develop customized solutions to improve efficiency, productivity, and overall business operations. They are responsible for ensuring that the applications are user-friendly, secure, and scalable to meet the evolving needs of the organization.
-
What is a specialist in information technology in application development?
A specialist in information technology in application development is a professional who focuses on creating and maintaining software applications. They have expertise in programming languages, software development methodologies, and application design. Their role involves analyzing user needs, designing application solutions, writing code, testing and debugging applications, and ensuring that they meet the required specifications and standards. These specialists often work closely with other IT professionals and stakeholders to deliver high-quality, user-friendly applications.
Similar search terms for Application:
-
Secure Web Application Development : A Hands-On Guide with Python and Django
Cyberattacks are becoming more commonplace and the Open Web Application Security Project (OWASP), estimates 94% of sites have flaws in their access control alone. Attacks evolve to work around new defenses, and defenses must evolve to remain effective. Developers need to understand the fundamentals of attacks and defenses in order to comprehend new techniques as they become available.This book teaches you how to write secure web applications. The focus is highlighting how hackers attack applications along with a broad arsenal of defenses. This will enable you to pick appropriate techniques to close vulnerabilities while still providing users with their needed functionality. Topics covered include:A framework for deciding what needs to be protected and how stronglyConfiguring services such as databases and web serversSafe use of HTTP methods such as GET, POST, etc, cookies and use of HTTPSSafe REST APIsServer-side attacks and defenses such as injection and cross-site scriptingClient-side attacks and defenses such as cross-site request forgerySecurity techniques such as CORS, CSPPassword management, authentication and authorization, including OAuth2Best practices for dangerous operations such as password change and resetUse of third-party components and supply chain security (Git, CI/CD etc)What You'll LearnReview the defenses that can used to prevent attacksModel risks to better understand what to defend and howChoose appropriate techniques to defend against attacksImplement defenses in Python/Django applicationsWho This Book Is ForDevelopers who already know how to build web applications but need to know more about securityNon-professional software engineers, such as scientists, who must develop web tools and want to make their algorithms available to a wider audience. Engineers and managers who are responsible for their product/company technical security policy
Price: 54.99 £ | Shipping*: 0.00 £ -
Understanding Oracle APEX 5 Application Development
This new edition of Understanding Oracle APEX 5 Application Development shows APEX developers how to build practical, non-trivial web applications.The book introduces the world of APEX properties, explaining the functionality supported by each page component as well as the techniques developers use to achieve that functionality.The book is targeted at those who are new to APEX and just beginning to develop real projects for production deployment. Reading the book and working the examples will leave you in a good position to build good-looking, highly-functional, web applications.Topics include: conditional formatting, user-customized reports, data entry forms, concurrency and lost updates, and updatable reports.Accompanying the book is a demo web application that illustrates each concept mentioned in the book.Specific attention is given in the book to the thought process involved in choosing and assembling APEX components and features to deliver a specific result.Understanding Oracle APEX 5 Application Development is the ideal book to take you from an understanding of the individual pieces of APEX to an understanding of how those pieces are assembled into polished applications. Teaches how to develop non-trivial APEX applications. Provides deep understanding of APEX functionality. Shows the techniques needed for customization.
Price: 32.99 £ | Shipping*: 0.00 £ -
Augmented Reality for Android Application Development
A step-by-step tutorial-based guide aimed at giving you hands-on practical experience to develop AR applications for Android.Augmented Reality for Android Application Development is for Android mobile application developers who are familiar with Android Development Tools and deployment, JMonkeyEngine, and the Vuforia SDK.
Price: 27.99 £ | Shipping*: 0.00 £ -
Nonfunctional Requirements in Mobile Application Development
Nonfunctional Requirements in Mobile Application Development is an empirical study that investigates how nonfunctional requirements--as compared with functional requirements--are treated by the software engineers during mobile application development. The book empirically analyzes the contribution of nonfunctional requirements to project parameters such as cost, time, and quality.Such parameters are of prime interest as they determine the survival of organizations in highly dynamic environments.The impact of nonfunctional requirements on project success is analyzed through surveys and case studies, both individually and relative to each other.Sources for data collection include industry, academia, and literature.The book also empirically studies the impact of nonfunctional requirements on the overall business success of both the software development firm and the software procuring firm.Project success is examined to determine if it leads to business success. The book provides rich empirical evidence to place nonfunctional requirements on par with functional requirements to achieve business success in highly competitive markets.This work enhances the body of knowledge through multiple empirical research methods including surveys, case studies, and experimentation to study software engineers' focus on nonfunctional requirements at both project and business levels.The book can guide both computer scientists and business managers in devising theoretical and technical solutions for software release planning to achieve business success.
Price: 56.99 £ | Shipping*: 0.00 £
-
Which programming language do IT specialists use for application development?
IT specialists use a variety of programming languages for application development, depending on the specific requirements of the project. Some commonly used languages include Java, Python, C++, and JavaScript. These languages are popular for their versatility, performance, and wide range of libraries and frameworks available for developers to use. Ultimately, the choice of programming language depends on factors such as the project's goals, team expertise, and scalability requirements.
-
Which laptop notebook is suitable for application development and programming?
For application development and programming, a laptop notebook with a powerful processor (such as an Intel Core i7 or AMD Ryzen 7), at least 16GB of RAM, and a fast SSD storage would be suitable. Additionally, a high-resolution display, good keyboard, and a variety of ports for connectivity are important for a smooth development experience. Some popular options for such tasks include the MacBook Pro, Dell XPS 15, and Lenovo ThinkPad X1 Carbon. It's also important to consider the specific requirements of the programming languages and tools you will be using.
-
Which programming language do computer scientists specializing in application development use?
Computer scientists specializing in application development often use programming languages such as Java, Python, C#, and JavaScript. These languages are commonly used for developing various types of applications, including web applications, mobile apps, and desktop software. Each language has its own strengths and weaknesses, and the choice of language depends on the specific requirements of the application being developed.
-
Can a computer scientist for application development become a software developer?
Yes, a computer scientist with a background in application development can transition into a software developer role. Both roles require strong programming skills, problem-solving abilities, and a deep understanding of software development principles. A computer scientist with experience in application development would likely have the necessary skills and knowledge to excel as a software developer, and may just need to learn specific tools or technologies that are commonly used in the software development industry. With the right training and experience, a computer scientist can easily make the transition to a software developer role.
* 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.