Produkt zum Begriff Perl5:
-
Code Quality: The Open Source Perspective
Page 26: How can I avoid off-by-one errors? Page 143: Are Trojan Horse attacks for real? Page 158: Where should I look when my application can't handle its workload? Page 256: How can I detect memory leaks? Page 309: How do I target my application to international markets? Page 394: How should I name my code's identifiers? Page 441: How can I find and improve the code coverage of my tests? Diomidis Spinellis' first book, Code Reading, showed programmers how to understand and modify key functional properties of software. Code Quality focuses on non-functional properties, demonstrating how to meet such critical requirements as reliability, security, portability, and maintainability, as well as efficiency in time and space. Spinellis draws on hundreds of examples from open source projects--such as the Apache web and application servers, the BSD Unix systems, and the HSQLDB Java database--to illustrate concepts and techniques that every professional software developer will be able to appreciate and apply immediately. Complete files for the open source code illustrated in this book are available online at: http://www.spinellis.gr/codequality/
Preis: 29.95 € | Versand*: 0 € -
Code Reading: The Open Source Perspective
If you are a programmer, you need this book.You've got a day to add a new feature in a 34,000-line program: Where do you start? Page 333How can you understand and simplify an inscrutable piece of code? Page 39Where do you start when disentangling a complicated build process? Page 167 How do you comprehend code that appears to be doing five things in parallel? Page 132You may read code because you have to--to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code. Fact: If you make a habit of reading good code, you will write better code yourself.
Preis: 32.09 € | Versand*: 0 € -
Creality E3 Freeruns TMC2209 32bit Open Source Motherboard
Creality E3 Freeruns TMC2209 32bit Open Source Motherboard
Preis: 42.88 € | Versand*: 0.00 € -
Developing Microservices Architecture on Microsoft Azure with Open Source Technologies
Deliver microservices architecture, step-by-step: from defining business problems through development, deployment, and monitoringIncreasingly, organizations are modernizing application development by integrating open source technologies into a holistic architecture for delivering high-quality workloads to the cloud. This is a complete, step-by-step guide to building flexible microservices architecture by leveraging Microsoft Azure cloud services, together with key open source technologies such as Java, Node.JS, .NET Core and Angular. Through a realistic case study project, expert Microsoft engineers Ovais Mehboob Ahmed Khan and Arvind Chandaka guide you through every step of technical implementation required to achieve value: establishing end-to-end infrastructure, developing cloud-native applications, automating deployments, monitoring operations, and more.Microsoft engineers Ovais Mehboob Ahmed Khan and Arvind Chandaka show how to: Define application features and business requirements, and map them onto microservices using modeling techniquesDesign microservices solution architecture that enables high-quality workloadsDevelop an application front-end, and build microservices with open source technologiesLeverage Azure Kubernetes Services for Docker container orchestrationUse various patterns to build reliable and resilient microservicesEnforce microservices app security, and use Azure AD B2C for user authentication/authorizationEstablish an API gateway that provides a unified front door to back-end microservicesSet up continuous integration and deployment with Azure DevOpsMonitor microservices with Azure Monitor and Azure Application InsightsAbout This BookFor everyone interested in developing microservices, including architects, engineers, and consultantsWill help IT professionals build new applications, modernize existing systems, migrate workloads, improve app management, and more.
Preis: 33.16 € | Versand*: 0 €
-
Was sind die verschiedenen Arten von Mitwirkenden in der Open-Source-Community und wie tragen sie zum Erfolg von Open-Source-Projekten bei?
In der Open-Source-Community gibt es verschiedene Arten von Mitwirkenden, darunter Entwickler, Designer, Tester und Dokumentatoren. Jede dieser Gruppen trägt auf unterschiedliche Weise zum Erfolg von Open-Source-Projekten bei. Entwickler schreiben und verbessern den Code, Designer gestalten die Benutzeroberfläche, Tester überprüfen die Funktionalität und Dokumentatoren erstellen Anleitungen und Dokumentation. Durch die Zusammenarbeit dieser verschiedenen Mitwirkenden entstehen qualitativ hochwertige und benutzerfreundliche Open-Source-Projekte, die von einer breiten Community unterstützt werden.
-
Wie sicher ist Open Source?
Open Source Software ist im Allgemeinen sicher, da der Quellcode für jeden zugänglich ist und von einer großen Community überprüft wird. Durch die Transparenz des Codes können Sicherheitslücken schneller erkannt und behoben werden. Dennoch ist es wichtig, dass Open Source Software regelmäßig aktualisiert und gepflegt wird, um mögliche Sicherheitsrisiken zu minimieren.
-
Was ist Open-Source-Software?
Open-Source-Software ist Software, deren Quellcode frei verfügbar ist und von der Gemeinschaft frei genutzt, geändert und weiterentwickelt werden kann. Dies bedeutet, dass die Entwickler den Code einsehen, modifizieren und an ihre eigenen Bedürfnisse anpassen können. Open-Source-Software fördert die Zusammenarbeit und den Wissensaustausch in der Entwicklergemeinschaft und trägt zur Schaffung von innovativen Lösungen bei. Ein bekanntes Beispiel für Open-Source-Software ist das Betriebssystem Linux.
-
Sind Open-Source-Codes gefälscht?
Nein, Open-Source-Codes sind nicht gefälscht. Open-Source bezieht sich auf die Art und Weise, wie der Code entwickelt und lizenziert wird. Open-Source-Software ermöglicht es Entwicklern, den Quellcode einzusehen, zu überprüfen, zu modifizieren und zu teilen. Dies fördert Transparenz und Zusammenarbeit, um die Qualität und Sicherheit des Codes zu gewährleisten.
Ähnliche Suchbegriffe für Perl5:
-
Fahrradhelm Giro Syntax
TECHNOLOGIE- In-Mold-Konstruktion mit EPS-Beschichtung- Okzipitaler Halt: Roc Loc® 5 Air.- Hardbody-Konstruktion, 4-teilig - macht den Helm leichter, aerodynamischer und widerstandsfähiger.- Umschließende Integralschale- Antimikrobielle CoolFit™-Polsterung- Leichtgewichtiger Gurt mit Slimline™-Schnalle- Integrierte MIPS®-Technologie- Belüftungsöffnungen: 25 CHARAKTERISTIKEN- GRÖSSEN:S (51-55 cm), M (55-59 cm) UND L (59-63 cm)
Preis: 88.24 € | Versand*: 0.00 € -
Code Quality: The Open Source Perspective
Page 26: How can I avoid off-by-one errors? Page 143: Are Trojan Horse attacks for real? Page 158: Where should I look when my application can't handle its workload? Page 256: How can I detect memory leaks? Page 309: How do I target my application to international markets? Page 394: How should I name my code's identifiers? Page 441: How can I find and improve the code coverage of my tests? Diomidis Spinellis' first book, Code Reading, showed programmers how to understand and modify key functional properties of software. Code Quality focuses on non-functional properties, demonstrating how to meet such critical requirements as reliability, security, portability, and maintainability, as well as efficiency in time and space. Spinellis draws on hundreds of examples from open source projects--such as the Apache web and application servers, the BSD Unix systems, and the HSQLDB Java database--to illustrate concepts and techniques that every professional software developer will be able to appreciate and apply immediately. Complete files for the open source code illustrated in this book are available online at: http://www.spinellis.gr/codequality/
Preis: 48.14 € | Versand*: 0 € -
Code Reading: The Open Source Perspective
If you are a programmer, you need this book.You've got a day to add a new feature in a 34,000-line program: Where do you start? Page 333How can you understand and simplify an inscrutable piece of code? Page 39Where do you start when disentangling a complicated build process? Page 167 How do you comprehend code that appears to be doing five things in parallel? Page 132You may read code because you have to--to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code. Fact: If you make a habit of reading good code, you will write better code yourself.
Preis: 51.35 € | Versand*: 0 € -
Developing Microservices Architecture on Microsoft Azure with Open Source Technologies
Increasingly, organizations are modernizing application development by integrating open source technologies into a holistic architecture for delivering high-quality workloads to the cloud. Developing Microservices Architecture on Azure with Open Source Technologies is a complete, step-by-step guide to building flexible microservices architectures by leveraging services provided by the Microsoft Azure cloud platform, and key open source technologies such as Java, Node.JS, .NET Core and Angular.Expert Microsoft consultants Ovais Mehboob and Arvind Chandaka guide you step-by-step through a realistic case study project that illuminates key technical implementation tasks for establishing end to end infrastructure, developing cloud-native applications, automating deployment, and realizing value. They show how to:Identify application features and requirements, and map them onto microservicesDesign microservices solution architectures that enable high-quality workloadsDevelop app front ends, and build microservices with open source technologies and .NET CoreLeverage containerization with Docker, Azure Kubernetes Services, Azure Container Registry, and AKS clustersMake the most of Request/Response and Pub/Sub communication patternsEnforce microservices app security, and use Azure AD B2C user authentication/authorizationEstablish API gateways that provide a unified "front door" to back-end microservicesSet up continuous integration and continuous monitoring with Azure DevOpsMonitor microservices with Azure Monitor, Prometheus, and Datadog
Preis: 33.16 € | Versand*: 0 €
-
Hat jede Programmiersprache ihren eigenen Interpreter/Compiler?
Nein, nicht jede Programmiersprache hat ihren eigenen Interpreter oder Compiler. Einige Programmiersprachen können von mehreren verschiedenen Interpretern oder Compilern unterstützt werden. Zum Beispiel kann Python sowohl mit dem CPython-Interpreter als auch mit dem Jython-Interpreter ausgeführt werden. Andere Programmiersprachen wie C oder C++ haben in der Regel einen spezifischen Compiler, der für sie entwickelt wurde.
-
Welche Programmiersprache hat die schönste Syntax?
Die Schönheit der Syntax einer Programmiersprache ist subjektiv und hängt von den persönlichen Vorlieben ab. Einige Programmierer mögen die klare und einfache Syntax von Python, während andere die ausdrucksstarke und flexible Syntax von JavaScript bevorzugen. Letztendlich ist es wichtig, eine Programmiersprache zu wählen, die den Anforderungen des Projekts und den eigenen Präferenzen entspricht.
-
Ist Open-Source-Software immer kostenlos?
Open-Source-Software ist nicht immer kostenlos. Der Begriff "Open Source" bezieht sich auf die Lizenzierung und den Quellcode, der für jeden zugänglich ist. Es bedeutet jedoch nicht zwangsläufig, dass die Software kostenlos ist. Einige Open-Source-Projekte verlangen möglicherweise Gebühren für die Nutzung oder den Support. Es gibt jedoch auch viele kostenlose Open-Source-Softwareprojekte, die von der Community entwickelt und gepflegt werden.
-
Ist Android Open Source und sicher?
Ja, Android ist ein Open-Source-Betriebssystem, was bedeutet, dass der Quellcode für jeden zugänglich ist und von Entwicklern angepasst werden kann. In Bezug auf Sicherheit gibt es jedoch keine eindeutige Antwort. Android hat Sicherheitsfunktionen wie App-Berechtigungen und regelmäßige Sicherheitsupdates, aber es gibt auch potenzielle Sicherheitsrisiken wie Malware und unsichere Apps. Es ist wichtig, Vorsichtsmaßnahmen zu treffen, wie das Herunterladen von Apps aus vertrauenswürdigen Quellen und das Aktualisieren des Betriebssystems regelmäßig, um die Sicherheit zu gewährleisten.
* Alle Preise verstehen sich inklusive der gesetzlichen Mehrwertsteuer und ggf. zuzüglich Versandkosten. Die Angebotsinformationen basieren auf den Angaben des jeweiligen Shops und werden über automatisierte Prozesse aktualisiert. Eine Aktualisierung in Echtzeit findet nicht statt, so dass es im Einzelfall zu Abweichungen kommen kann.