Listing 1 - 5 of 5 |
Sort by
|
Choose an application
TYPO3 hat Online-Redakteuren viel zu bieten – intuitive Bedienbarkeit, eine übersichtliche Oberfläche und jede Menge hilfreiche Editing-Features. Dieses Buch zeigt Redakteuren, wie sie ihren Content webtauglich aufbereiten und in die TYPO3-Struktur einbauen.Sie erfahren zunächst, wie TYPO3 tickt, sodass Sie sofort mit der Arbeit starten können. Behandelt werden dann alle für den Redakteur relevanten TYPO3-Themen wie der Rich Text Editor, TYPO3-Module und Seitentypen, Formulare, Mehrsprachigkeit, SEO oder das Arbeiten mit Workspaces.Im bewährten Querformater-Stil – mit farbigen Abbildungen auf der linken und präzisen Erklärungen auf der rechten Seite – führt Sie dieses Buch an die Arbeit dem beliebten CMS heran. Technisches Know-how müssen Sie nicht mitbringen, aber Spaß daran, direkt in die Praxis einzusteigen.
Web site development. --- Web sites --- Web publishing. --- Open source software. --- Design.
Choose an application
Learn how to exploit the impressive power of PHP 7 with this collection of practical project blueprints ? begin building better applications for the web today! About This Book Don't just learn PHP 7 ? follow a diverse range of practical knowledge to get started quickly Take advantage of PHP 7's newest features ? and find out how to use them to solve real development challenges Put PHP to work for performance and scalability ? we'll show you how, you do it! Who This Book Is For The book is for web developers, PHP consultants, and anyone who is working on multiple projects with PHP. Basic knowledge of PHP programming is assumed. What You Will Learn Build versatile projects using the newest features PHP 7 has to offer Learn how to use PHP 7's event-driven asynchronous features Find out how to improve the performance of your code with effective techniques and design patterns Get to grips with backend development and find out how to optimize session handling Learn how to use the PHP 7 Abstract Syntax Tree to improve the quality of your code and make it more maintainable Find out how to build a RESTful web service Build your own asynchronous microservice In Detail When it comes to modern web development, performance is everything. The latest version of PHP has been improvised and updated to make it easier to build for performance, improved engine execution, better memory usage, and a new and extended set of tools. If you're a web developer, what's not to love? This guide will show you how to make full use of PHP 7 with a range of practical projects that will not only teach you the principles, but also show you how to put them into practice. It will push and extend your skills, helping you to become a more confident and fluent PHP developer. You'll find out how to build a social newsletter service, a simple blog with a search capability using Elasticsearch, as well as a chat application. We'll also show you how to create a RESTful web service, a database class to manage a shopping cart on an e-commerce site and how to build an asynchronous microservice architecture. With further guidance on using reactive extensions in PHP, we're sure that you'll find everything you need to take full advantage of PHP 7. So dive in now! Style and approach This product focuses on helping developers build projects from scratch. But more than that, each project will help the reader to learn a new facet or feature of PHP 7 ? it means the reader really will ?learn by doing.'
PHP (Computer program language) --- Web applications --- Web site development. --- Development of Web sites --- Web sites --- Internet programming --- Applications, Web --- Applications, Web-based --- Web-based applications --- Weblications --- Application software --- Personal Home Page (Computer program language) --- Programming languages (Electronic computers) --- Development. --- Development
Choose an application
Der große Erfolg der vorangegangenen neun Auflagen beweist: Ein wirklich komplexes Content-Management-System wie TYPO3 lässt sich auch für Programmier-Neulinge verständlich erklären. Zahlreiche Leserkommentare bestätigen, wie leicht mit diesem Buch der Einstieg in TYPO3 gelingt. Insbesondere wird gelobt, dass es sehr praxisnah ist und für ein Einsteigerbuch eine große Bandbreite an Themen behandelt. Praxiswissen TYPO3 vermittelt das komplette Handwerkszeug, um Websites mit TYPO3 erfolgreich einzurichten und zu optimieren.Für die 10. Auflage wird der Bestseller auf die TYPO3-Version 9.5 aktualisiert. Version 9.5 ist seit der 8.7 die nächste Version mit Long Term Support. Das bedeutet, dass sie von den Entwicklern mindestens zwei Jahre garantiert Support erhält.
Computer software --- Development --- Management.
Choose an application
Long description: Das Standardwerk für den Einstieg in TYPO3Umfassende Einführung in die Einrichtung und Nutzung des CMS für erfolgreiche WebsitesMit Beispielanwendung zum DownloadBehandelt TYPO3-Version 10.4 mit Long Term Support (LTS)Mit der richtigen Anleitung gelingt der Einsatz von TYPO3 ohne Probleme. Das beweist dieses Buch, das seit vielen Jahren als Standardwerk für den TYPO3-Einstieg gilt. Die gut verständliche Einführung in das beliebte Content-Management-System richtet sich auch an TYPO3-Einsteiger, die nicht über ausgeprägte Programmierkenntnisse verfügen.Robert Meyer und Martin Helmich erklären Zusammenhänge detailliert, gut nachvollziehbar und immer praxisbezogen. Sie vermitteln das nötige Handwerkszeug, um responsive Websites mit TYPO3 erfolgreich einzurichten und zu optimieren. Für die 11. Auflage wurde das Buch komplett überarbeitet und aktualisiert, es deckt jetzt TYPO3 in der LTS-Version 10.4 ab. Neuerungen dieser TYPO3-Version sind die Unterstützung von PHP 7.4 und Symfony 5.0, verbesserte Caching-Mechanismen, sprechende URLs und eine noch umfassendere Unterstützung von Redakteuren. Biographical note: Robert Meyer befasst sich seit 2001 intensiv mit TYPO3. Er kennt die Eigenarten, Möglichkeiten und Stärken, aber auch die Grenzen dieses unternehmenstauglichen Systems. Er leitet das auf Hosting und Support spezialisierte Unternehmen Mittwald CM Service. Martin Helmich arbeitet als Softwarearchitekt bei Mittwald CM Service im ostwestfälischen Espelkamp, TYPO3 CMS nutzt er seit 2004. Er ist Koautor des Buchs Zukunftssichere TYPO3-Extensions mit Extbase und Fluid (O'Reilly-Verlag).
Web --- Webdesign --- Webprogrammierung --- PHP --- Webentwicklung --- CMS --- Content Management System --- Responsive Webdesign --- MySQL --- TYPO3 --- TypoScript --- Website --- Templates --- TYPO3 CMS --- TemplaVoila --- Extbase --- TYPO3 Templates --- TYPO3 Extensions --- TYPO3 CMS 10.4
Choose an application
Discover practical techniques to build cloud-native apps that are scalable, reliable, and always available. About This Book Build well-designed and secure microservices. Enrich your microservices with continous integration and monitoring. Containerize your application with Docker Deploy your application to AWS. Learn how to utilize the powerful AWS services from within your application Who This Book Is For This book is for developers who want to begin building secure, resilient, robust, and scalable Go applications that are cloud native. Some knowledge of the Go programming language should be sufficient.To build the front-end application, you will also need some knowledge of JavaScript programming. What You Will Learn Understand modern software applications architectures Build secure microservices that can effectively communicate with other services Get to know about event-driven architectures by diving into message queues such as Kafka, Rabbitmq, and AWS SQS. Understand key modern database technologies such as MongoDB, and Amazon’s DynamoDB Leverage the power of containers Explore Amazon cloud services fundamentals Know how to utilize the power of the Go language to access key services in the Amazon cloud such as S3, SQS, DynamoDB and more. Build front-end applications using ReactJS with Go Implement CD for modern applications In Detail Awarded as one of the best books of all time by BookAuthority, Cloud Native Programming with Golang will take you on a journey into the world of microservices and cloud computing with the help of Go. Cloud computing and microservices are two very important concepts in modern software architecture. They represent key skills that ambitious software engineers need to acquire in order to design and build software applications capable of performing and scaling. Go is a modern cross-platform programming language that is very powerful yet simple; it is an excellent choice for microservices and cloud applications. Go is gaining more and more popularity, and becoming a very attractive skill. This book starts by covering the software architectural patterns of cloud applications, as well as practical concepts regarding how to scale, distribute, and deploy those applications. You will also learn how to build a JavaScript-based front-end for your application, using TypeScript and React. From there, we dive into commercial cloud offerings by covering AWS. Finally, we conclude our book by providing some overviews of other co...
Listing 1 - 5 of 5 |
Sort by
|