Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 386
- Application software 267
- Computer software 161
- Cloud computing 119
- Git (Computer file) 116
- Computer programming 99
- Open source software 85
- Python (Computer program language) 79
- Computer programs 68
- Web site development 67
- Web applications 58
- Management 50
- Software engineering 48
- Application program interfaces (Computer software) 47
- Microsoft .NET Framework 44
- Artificial intelligence 43
- Programming 43
- JavaScript (Computer program language) 40
- Machine learning 40
- Design 39
- Java (Computer program language) 36
- Web sites 35
- Electronic data processing 31
- Computer networks 29
- Linux 29
- Programming languages (Electronic computers) 29
- Data mining 25
- Operating systems (Computers) 25
- Software architecture 24
- Testing 24
-
881Publicado 2021Tabla de Contenidos: “…Cover -- Title Page -- Contributors -- Table of Contents -- Copyright and Credits -- Chapter 1: Getting the Necessary Tools and Writing Our First Linux Programs -- Technical requirements -- Installing Git to download the code repository -- Installing GCC and GNU Make -- Getting ready -- How to do it... -- How it works... -- Installing GDB and Valgrind -- Getting ready -- How to do it... -- How it works... -- Writing a simple C program for Linux -- Getting ready -- How to do it... -- How it works... -- There's more... -- Writing a program that parses command-line options -- Getting ready -- How to do it... -- How it works... -- Looking up information in the built-in manual page -- Getting ready -- How to do it... -- How it works... -- There's more... -- Searching the manual for information -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Making Your Programs Easy to Script -- Technical requirements -- Return values and how to read them -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Exiting a program with a relevant return value -- Getting ready -- How to do it... -- How it works... -- There's more... -- Redirecting stdin, stdout, and stderr -- Getting ready -- How to do it... -- How it works... -- There's more... -- Connecting programs using pipes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing to stdout and stderr -- How to do it... -- How it works... -- There's more... -- Reading from stdin -- Getting ready -- How to do it... -- How it works... -- There's more... -- Writing a pipe-friendly program -- Getting ready -- How to do it... -- How it works... -- There's more... -- Redirecting the result to a file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reading environment variables -- Getting ready -- How to do it... -- How it works...…”
Libro electrónico -
882Publicado 2018Tabla de Contenidos: “…Structuring the design approach -- Exploring OMESA -- Single purpose versus multipurpose APIs -- Semi-decoupled and fully decoupled -- Bounded context -- Next steps -- Summary -- Chapter 3: Designing the API -- Scenario -- The API design-first process -- Step 1 - defining the API type -- Single-purpose APIs -- Multi-purpose APIs -- MRA's Media Catalogue API - public and multi-purpose -- Step 2 - defining the API's domain semantics -- Step 3 - creating the API definition with its main resources -- Step 4 - trying the API mock -- Step 5 - defining MSON data structures -- Step 6 - pushing the API blueprint to GitHub -- Step 7 - publishing the API mock in Oracle API platform CS -- Step 8 - setting up Dredd for continuous testing of API endpoints against the API blueprint -- Summary -- Chapter 4: Building and Running the Microservice -- What is a microservice? …”
Libro electrónico -
883Publicado 2021Tabla de Contenidos:Libro electrónico
-
884Publicado 2023Tabla de Contenidos: “…Further reading -- Questions -- Answers -- Chapter 13: Best Practices for a Clean Web App Repository -- Technical requirements -- The general layout of a clean repository -- Getting our configuration from environment variables -- Setting up a local development database -- Managing variables in Postman tests -- Building distroless tiny server Docker images -- Building a clean test pipeline -- Building continuous integration with GitHub Actions -- Summary -- Further reading -- Questions -- Answers -- Part 6: Exploring Protocol Programming and Async Concepts with Low-Level Network Applications -- Chapter 14: Exploring the Tokio Framework -- Technical requirements -- Exploring the Tokio framework for async programming -- Working with workers -- Exploring the actor model for async programming -- Working with channels -- Working with actors in Tokio -- Summary -- Further reading -- Questions -- Answers -- Chapter 15: Accepting TCP Traffic with Tokio -- Technical requirements -- Exploring TCP -- Accepting TCP -- Processing bytes -- Passing TCP to an actor -- Keeping track of orders with actors -- Chaining communication between actors -- Responding with TCP -- Sending different commands via the client -- Summary -- Further reading -- Questions -- Answers -- Chapter 16: Building Protocols on Top of TCP -- Technical requirements -- Setting up our TCP client and server -- Setting up our TCP server -- Setting up our TCP client -- Processing bytes using structs -- Creating a message sender client -- Processing messages in the server -- Utilizing framing -- Rewriting our client so that it supports framing -- Rewriting our server so that it supports framing -- Building an HTTP frame on top of TCP -- Summary -- Further reading -- Questions -- Answers -- Chapter 17: Implementing Actors and Async with the Hyper Framework -- Technical requirements…”
Libro electrónico -
885por Rybaric, RobertTabla de Contenidos: “…Solution dependencies -- Solution segmentation -- Patching and updating solutions -- Solution patch -- Solution updates -- Microsoft updates -- Major Power Platform updates -- First-party applications updates -- Power Platform hotfixes -- Introducing Azure DevOps for the Power Platform -- Overview of Power Platform Build Tools -- Helper and quality check tasks -- Solution tasks -- Environment tasks -- Azure DevOps with Power Platform Build Tools -- Committing a solution to the source control -- Distributing solutions between development environments -- Distributing solutions out of development -- Pipeline versus Release -- Introducing GitHub for the Power Platform -- Application lifecycle management for Power BI -- Environments in Power BI -- Power BI components -- Power BI ALM approach -- Power BI deployment pipelines -- Application lifecycle management for other solution components -- Application lifecycle management best practices -- Solution best practices -- General practices -- Unmanaged versus managed -- Structuring solutions -- Using segmentation -- Using source control -- Solution publishers' best practices -- Power BI best practices -- Contoso Inc. …”
Publicado 2023
Libro electrónico -
886Publicado 2024Tabla de Contenidos: “…Step 6: Creating and processing the dataset -- Step 7: Initializing the trainer -- Step 8: Pretraining the model -- Step 9: Saving the model -- Step 10: User interface to chat with the Generative AI agent -- Further pretraining -- Limitations -- Next steps -- Summary -- Questions -- References -- Further reading -- Chapter 7: The Generative AI Revolution with ChatGPT -- GPTs as GPTs -- Improvement -- Diffusion -- New application sectors -- Self-service assistants -- Development assistants -- Pervasiveness -- The architecture of OpenAI GPT transformer models -- The rise of billion-parameter transformer models -- The increasing size of transformer models -- Context size and maximum path length -- From fine-tuning to zero-shot models -- Stacking decoder layers -- GPT models -- OpenAI models as assistants -- ChatGPT provides source code -- GitHub Copilot code assistant -- General-purpose prompt examples -- Getting started with ChatGPT - GPT-4 as an assistant -- 1. …”
Libro electrónico -
887Publicado 2020“…Praktisch: Der Programmcode zu jeder einzelnen Entwicklungsphase ist auf GitHub verfügbar. So kann man alle Schritte gut nachvollziehen und auch Teile überspringen. …”
Libro electrónico -
888Publicado 2022Tabla de Contenidos: “…-- Researching Cryptocurrencies -- Mining profitability comparison sites -- Algorithms and cryptocurrencies -- The cryptocurrency's details page -- Mining-profit calculators -- The cryptocurrency's home page -- GitHub -- The cryptocurrency's Wikipedia page -- Mining forums -- Going Deep -- Longevity of a cryptocurrency -- Hash rate and cryptocurrency security -- Community support -- Knowing That Decentralization Is a Good Thing -- Finding Out It's an Iterative Process -- Chapter 9 Gathering Your Mining Gear -- Selecting the Correct Computational Mining Hardware -- Specified hash rate -- Specified power consumption -- Equipment cost and other considerations -- Length of time your hardware will be viable -- Mining Equipment Manufacturers -- ASIC rig producers -- Mining container producers -- GPU rig producers -- Finding a Wallet to Store and Protect Your Private Keys -- Where to Mine? …”
Libro electrónico -
889Publicado 2024“…Smoothly transition to microservices with Istio, excel at modern deployments with GitOps/CI/CD, and bolster security with OPA/Gatekeeper and KubeArmor. …”
Libro electrónico -
890Publicado 2022“…You'll also find: Dozens of graphs and charts that help you understand the inner workings of algorithms Links to an online repository called GitHub for constant access to updated code Step-by-step instructions on how to use Google Colaboratory, a zero-setup coding environment that runs right from your browser Whether you're a curious internet user wondering how Google seems to always know the right answer to your question or a beginning computer science student looking for a head start on your next class, Algorithms For Dummies is the can't-miss resource you've been waiting for…”
Libro electrónico -
891Publicado 2024Tabla de Contenidos: “…Monitoring and observability in multi-cloud -- Optimizing costs in multi-cloud -- Case studies -- Case Study 1: E-commerce platform using microservices and sharding -- Case Study 2: Financial services firm leveraging circuit breaker and replication -- Case Study 3: Media streaming company adopting eventual consistency and API gateway -- Best practices for multi-cloud application design -- Summary -- 4 -- Chapter 4: Crafting and Deploying in the Multi-Cloud as a Developer -- IaC -- Strengths of IaC -- Weaknesses of IaC -- Tools to implement IaC -- CI/CD -- CI/CD best practices -- Scaling mountainous success - a tale of DevOps and GitOps -- Challenges -- Service meshes in multi-cloud environments -- Containerization and orchestration -- Containerization -- Kubernetes -- Multi-cloud networking and security -- Summary -- Part 3: Managing and Operating Cloud-Native Apps in Multi-Cloud -- 5 -- Chapter 5: Managing Security, Data, and Compliance on Multi-Cloud -- Managing data and security in multi-cloud environments -- Understanding data security and privacy in multi-cloud -- Data residency and sovereignty -- Automated compliance checks and data portability -- Implementing best practices for data protection -- Data privacy and compliance considerations -- Introduction to security in cloud-native multi-cloud environments -- CIS benchmarks -- CSA framework -- DevSecOps best practices for cloud-native apps in multi-cloud environments -- Integrating security into the DevOps workflow -- Automation and configuration management for secure deployments -- Ensuring secure development practices -- Managing compliance across multiple clouds environments -- Understanding the compliance landscape in multi-cloud environments -- Implementing governance frameworks and controls -- IAM across multiple clouds environments -- Centralized IAM -- MFA and secure access…”
Libro electrónico -
892Publicado 2024Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: Interview Preparation -- Chapter 1: Crafting a Compelling Resume and Cover Letter, Online Presence, and Interview Preparation -- Creating a good resume -- Resume versus CV -- The Objective section -- The About Me section -- The Skills section -- Drafting a cover letter -- Utilizing LinkedIn -- Creating a LinkedIn profile -- Structuring a LinkedIn profile -- Utilizing GitHub -- Summary -- Chapter 2: Acing the Interview - Mastering Behavioral Questions and Interview Techniques -- Types of interviews -- Structured interviews -- Unstructured interviews -- Behavioral interviews -- Situational interviews -- Stress interviews -- Panel interviews -- Group interviews -- Case study interviews -- Introduction to virtual and in-person interviews -- Virtual interviews -- In-person interviews -- Preparing for virtual or in-person interviews -- Overcoming interview anxiety -- Presenting yourself -- Subtleties of non-verbal communication -- Understanding the company and role -- Anticipating interview questions -- Making a strong first impression -- Confidently answering common and behavioral questions -- Common interview questions -- Behavioral interview questions -- Asking your own questions -- Managing challenging queries -- Post-interview actions -- Summary -- Part 2: Technical Interview Preparation -- Chapter 3: Fundamentals of C# Programming -- Essential C# concepts and principles -- What does the C# language represent, and for which platforms and applications is it intended? …”
Libro electrónico -
893Publicado 2024Tabla de Contenidos: “…Additional resources -- Chapter 6: Go Packages and Functions -- Go packages -- About go get and go install -- Functions -- Anonymous functions -- Functions that return multiple values -- The return values of a function can be named -- Functions that accept other functions as parameters -- Functions can return other functions -- Variadic functions -- The defer keyword -- Big O complexity -- Developing your own packages -- The init() function -- Order of execution -- Using GitHub to store Go packages -- A package for working with SQLite -- Working with SQLite3 and Go -- Storing the Go package -- The design of the Go package -- The implementation of the Go package -- Testing the Go package -- Modules -- Creating better packages -- Generating documentation -- Workspaces -- Versioning utilities -- Summary -- Exercises -- Additional resources -- Chapter 7: Telling a UNIX System What to Do -- stdin, stdout, and stderr -- UNIX processes -- File I/O -- The io.Reader and io.Writer interfaces -- Using and misusing io.Reader and io.Writer -- Buffered and unbuffered file I/O -- Reading text files -- Reading a text file line by line -- Reading a text file word by word -- Reading a text file character by character -- Reading from /dev/random -- Reading a specific amount of data from a file -- Writing to a file -- Working with JSON -- Using Marshal() and Unmarshal() -- Structures and JSON -- Reading and writing JSON data as streams -- Pretty printing JSON records -- The viper package -- Using command line flags -- Reading JSON configuration files -- The cobra package -- A utility with three commands -- Adding command line flags -- Creating command aliases -- Creating subcommands -- Important Go features -- Embedding files -- ReadDir and DirEntry -- The io/fs package -- Updating the statistics application -- The slog package -- Sending logs to io.Discard…”
Libro electrónico -
894Publicado 2024Tabla de Contenidos: “…-- Chapter 2: Working with the Node.js Tools -- Getting ready -- Installing Git -- Selecting a code editor -- Using Node.js -- Understanding the npm tool -- Initializing a project -- Managing packages -- Installing development packages -- Listing packages -- Checking for package security vulnerabilities -- Executing packages -- Using the npx command -- Using script commands -- Defining custom commands -- Summary -- Chapter 3: JavaScript and TypeScript Primer -- Preparing for this chapter -- Understanding JavaScript confusion -- Using the JavaScript features to express type expectations -- Using JavaScript to check type expectations -- Using a type union -- Understanding the basic TypeScript/JavaScript features -- Defining variables and constants -- Dealing with unassigned and null values -- Using the JavaScript primitive types -- Working with booleans -- Working with strings -- Using template strings -- Working with numbers -- Working with null and undefined values -- Using the JavaScript operators -- Using conditional statements -- The equality operator vs. the identity operator -- Using the null and nullish coalescing operators -- Using the optional chaining operator -- Defining and using functions -- Defining optional function parameters -- Defining default parameter values -- Defining rest parameters -- Defining functions that return results…”
Libro electrónico -
895Publicado 2024Tabla de Contenidos: “…-- Components and the importance of an application network -- Building and implementing an application network -- Planning the roadmap -- Designing and developing -- Managing and evangelizing reuse -- The benefits and best practices of an application network -- Benefits -- Best practices -- Summary -- Questions -- Further reading -- Answers -- Chapter 5: Speeding with Accelerators -- Unpacking the accelerator building blocks -- Pre-built APIs -- Connectors -- Templates -- Best practices -- Data mappings -- Endpoints -- Customizing MuleSoft accelerators -- Customizing the Accelerator for Retail - J& -- J Music Store speeds up -- Essential building blocks for MuleSoft accelerators -- The MuleSoft Catalyst GitHub repository -- Summary -- Further reading -- Chapter 6: Aligning Desired Business Outcomes to Functional Requirements -- Developing business outcomes and functional requirements -- Designing for communication -- EDM -- Advantages of an EDM -- Disadvantages of EDMs -- Bounded context data model -- Advantages of the bounded context data model -- Disadvantages of the bounded context data model -- Coarse-grained APIs -- Advantages of coarse-grained APIs -- Disadvantages of coarse-grained APIs -- Fine-grained APIs -- Advantages of fine-grained APIs -- Disadvantages of fine-grained APIs -- API concurrency -- HTTP verbs -- API callback -- Summary -- Chapter 7: Microservices, Application Networks, EDA, and API-led Design -- Monolithic architecture -- Advantages of a monolithic architecture -- Disadvantages of a monolithic architecture -- Microservices architecture -- Characteristics of microservices -- Advantages of a microservices architecture -- Disadvantages of a microservices architecture -- Saga pattern…”
Libro electrónico -
896Publicado 2024Tabla de Contenidos: “…-- What LlamaIndex does -- Discovering the advantages of progressively disclosing complexity -- An important aspect to consider -- Introducing PITS - our LlamaIndex hands-on project -- Here's how it will work -- Preparing our coding environment -- Installing Python -- Installing Git -- Installing LlamaIndex -- Signing up for an OpenAI API key -- Discovering Streamlit - the perfect tool for rapid building and deployment! …”
Libro electrónico -
897Publicado 2020Tabla de Contenidos: “…6.2.2 Setting up the environment -- 6.3 Building your application to run on the cluster -- 6.3.1 Building your application's uber JAR -- 6.3.2 Building your application by using Git and Maven -- 6.4 Running your application on the cluster -- 6.4.1 Submitting the uber JAR -- 6.4.2 Running the application -- 6.4.3 the Spark user interface -- Summary -- Part 2. …”
Libro electrónico -
898Publicado 2017Tabla de Contenidos: “…-- 13.2 Hadoop: The File System and the Processor -- 13.3 Using HDFS -- 13.4 Example PySpark Script -- 13.5 Spark Overview -- 13.6 Spark Operations -- 13.7 Two Ways to Run PySpark -- 13.8 Configuring Spark -- 13.9 Under the Hood -- 13.10 Spark Tips and Gotchas -- 13.11 The MapReduce Paradigm -- 13.12 Performance Considerations -- 13.13 Further Reading -- 13.14 Glossary -- Chapter 14 Databases -- 14.1 Relational Databases and MySQL® -- 14.2 Key-Value Stores -- 14.3 Wide Column Stores -- 14.4 Document Stores -- 14.5 Further Reading -- 14.6 Glossary -- Chapter 15 Software Engineering Best Practices -- 15.1 Coding Style -- 15.2 Version Control and Git for Data Scientists -- 15.3 Testing Code -- 15.4 Test-Driven Development -- 15.5 AGILE Methodology -- 15.6 Further Reading -- 15.7 Glossary -- Chapter 16 Natural Language Processing -- 16.1 Do I Even Need NLP? …”
Libro electrónico -
899Publicado 2017Tabla de Contenidos: “…-- In-app purchase product types -- In-app billing -- See how in-app purchases can be implemented -- The case of the Empurror -- Applying a pricing strategy to your store listing -- Summary -- Chapter 18: Continuous Deployment -- Continuous Deployment = Continuous Integration and Delivery -- Continuous Integration -- Continuous Delivery -- Repository and Git workflow -- Automated tests -- An example of a continuous workflow for an Android app -- Building variants -- The Gradle way -- productFlavors -- sourceSets -- buildTypes -- signingConfigs -- Using TeamCity as build agent -- Automated deploy and delivery -- Self hosted -- HockeyApp or Fabric beta -- Fastlane, alpha/beta Play Store, and iTunes beta -- DevOps -- Summary -- Chapter 19: Building an Unfair Advantage -- Introduction - it's not just about your app -- Digging your moat with intangible assets -- Protecting your work with IP laws -- Why you should care - Business-destroying patent trolls -- How IP laws can protect your app and business -- How to defend your intellectual property -- Going on the legal offensive -- The network effect and platforms -- The network effect -- The platform effect -- Making use of vertical markets -- Why target vertical markets? …”
Libro electrónico -
900Publicado 2017Tabla de Contenidos: “…. -- See also -- Owning all .svn and .git repositories -- How to do it... -- Winning race conditions -- How to do it... -- See also -- Exploiting JBoss with JexBoss -- How to do it... -- Exploiting PHP Object Injection -- How to do it... -- See also -- Backdoors using web shells -- How to do it... -- Backdoors using meterpreters -- How to do it... -- Chapter 5: Network Exploitation on Current Exploitation -- Introduction -- Man in the middle with hamster and ferret -- Getting ready -- How to do it... -- Exploring the msfconsole -- How to do it... -- Railgun in Metasploit -- How to do it... -- There's more... -- Using the paranoid meterpreter -- How to do it... -- There's more... -- A tale of a bleeding heart -- How to do it... -- Redis exploitation -- How to do it... -- Say no to SQL - owning MongoDBs -- Getting ready -- How to do it…”
Libro electrónico