Play Framework Cookbook

Download Play Framework Cookbook PDF Online Free

Author :
Publisher : Packt Pub Limited
ISBN 13 : 9781849515528
Total Pages : 292 pages
Book Rating : 4.5/5 (155 download)

DOWNLOAD NOW!


Book Synopsis Play Framework Cookbook by : Alexander Reelsen

Download or read book Play Framework Cookbook written by Alexander Reelsen and published by Packt Pub Limited. This book was released on 2011 with total page 292 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is in Packt's Cookbook series. A Packt Cookbook contains recipes for solutions to the most important problems you face when working with a topic. Inside the Cookbook you will find: A straightforward and easy to follow format, A selection of the most important tasks and problems, Carefully organized instructions for solving the problem efficiently, Clear explanations of what you did, Details for applying the solution to other situations. This is the ideal book for people who have already written a first application with the Play Framework or have just finished reading through the documenation. In other words - anyone who is ready to get to grips with Play! Having a basic knowledge of Java is good, as well as well as some web developer skills – HTML and JavaScript

Scala Cookbook

Download Scala Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449340334
Total Pages : 722 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Scala Cookbook by : Alvin Alexander

Download or read book Scala Cookbook written by Alvin Alexander and published by "O'Reilly Media, Inc.". This book was released on 2013-08 with total page 722 pages. Available in PDF, EPUB and Kindle. Book excerpt: Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you’ll encounter when using the Scala language, libraries, and tools. It’s ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language. Author Alvin Alexander (creator of DevDaily.com) provides solutions based on his experience using Scala for highly scalable, component-based applications that support concurrency and distribution. Packed with real-world scenarios, this book provides recipes for: Strings, numeric types, and control structures Classes, methods, objects, traits, and packaging Functional programming in a variety of situations Collections covering Scala's wealth of classes and methods Concurrency, using the Akka Actors library Using the Scala REPL and the Simple Build Tool (SBT) Web services on both the client and server sides Interacting with SQL and NoSQL databases Best practices in Scala development

Play Framework Essentials

Download Play Framework Essentials PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1783982411
Total Pages : 310 pages
Book Rating : 4.7/5 (839 download)

DOWNLOAD NOW!


Book Synopsis Play Framework Essentials by : Julien Richard-Foy

Download or read book Play Framework Essentials written by Julien Richard-Foy and published by Packt Publishing Ltd. This book was released on 2014-09-25 with total page 310 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book targets Java and Scala developers who already have some experience in web development and who want to master Play framework quickly and efficiently. This book assumes you have a good level of knowledge and understanding of efficient Java and Scala code.

Scala Cookbook

Download Scala Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492051497
Total Pages : 802 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Scala Cookbook by : Alvin Alexander

Download or read book Scala Cookbook written by Alvin Alexander and published by "O'Reilly Media, Inc.". This book was released on 2021-08-10 with total page 802 pages. Available in PDF, EPUB and Kindle. Book excerpt: Save time and trouble building object-oriented, functional, and concurrent applications with Scala. The latest edition of this comprehensive cookbook is packed with more than 250 ready-to-use recipes and 1,000 code examples to help you solve the most common problems when working with Scala 3 and its popular libraries. Scala changes the way you think about programming--and that's a good thing. Whether you're working on web, big data, or distributed applications, this cookbook provides recipes based on real-world scenarios for both experienced Scala developers and programmers just learning to use this JVM language. Author Alvin Alexander includes practical solutions from his experience using Scala for component-based, highly scalable applications that support concurrency and distribution. Recipes cover: Strings, numbers, and control structures Classes, methods, objects, traits, packaging, and imports Functional programming techniques Scala's wealth of collections classes and methods Building and publishing Scala applications with sbt Actors and concurrency with Scala Future and Akka Typed Popular libraries, including Spark, Scala.js, Play Framework, and GraalVM Types, such as variance, givens, intersections, and unions Best practices, including pattern matching, modules, and functional error handling

Lift Cookbook

Download Lift Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 144936506X
Total Pages : 256 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Lift Cookbook by : Richard Dallaway

Download or read book Lift Cookbook written by Richard Dallaway and published by "O'Reilly Media, Inc.". This book was released on 2013-06-24 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You’ll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production. Built on top of the Scala JVM programming language, Lift takes a different—yet ultimately easier—approach to development than MVC frameworks such as Rails. Each recipe in this book includes a discussion of how and why each solution works, not only to help you complete the task at hand, but also to illustrate how Lift works. Set up an environment and run your first Lift application Generate HTML, using Lift’s View First approach Submit forms and work with form elements Build REST web services with the framework’s RestHelper trait Take advantage of Lift’s support for Ajax and Comet Get examples for modifying Lift’s request pipeline Convert Scala classes into tables, rows, and columns in a relational database Send email, call URLs, and schedule tasks from your application Package and deploy your application to various hosted services

JRuby Cookbook

Download JRuby Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596554117
Total Pages : 226 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis JRuby Cookbook by : Justin Edelson

Download or read book JRuby Cookbook written by Justin Edelson and published by "O'Reilly Media, Inc.". This book was released on 2008-11-06 with total page 226 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you're interested in JRuby, you probably don't need a tutorial on Ruby, Rails, or Java -- you just need to know how to get things done. This Cookbook offers practical solutions for using the Java implementation of the Ruby language, with targeted recipes for deploying Rails web applications on Java servers, integrating JRuby code with Java technologies, developing JRuby desktop applications with Java toolkits, and more. Using numerous reusable code samples, JRuby Cookbook shows you how to: Install and update JRuby on Windows, Mac OS X, and Linux, and IDEs such as NetBeans and Eclipse Package and deploy Rails apps on Java Servlet containers and Java EE application servers, including JBoss, Tomcat, and GlassFish Integrate Ruby and Rails applications with popular Java EE technologies such as JMS, JMX, JPA, Spring, and Hibernate Develop desktop and client applications with cross-platform Java UI technologies and toolkits such as Swing, SWT, and Java 2D Maximize the flexibility of your testing and build environment, using both existing Java-based tools such as Ant and Maven and newer Ruby-based tools such as Rake, Raven, and Buildr The JRuby interpreter combines Ruby's simplicity and ease of use with Java's extensive libraries and technologies, a potent blend that opens new possibilities for Ruby, Rails, and Java. This Cookbook helps you take full advantage of JRuby's potential. "The JRuby Cookbook is an excellent book for any polyglot who is trying to bridge the gap between Java and Ruby. It provides solutions to specific problems developers face in both their development and testing environments, along with the applications they're building."-- Bob McWhirter, Research & Prototyping, Red Hat Middleware

Scala for Java Developers

Download Scala for Java Developers PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1783283645
Total Pages : 434 pages
Book Rating : 4.7/5 (832 download)

DOWNLOAD NOW!


Book Synopsis Scala for Java Developers by : Thomas Alexandre

Download or read book Scala for Java Developers written by Thomas Alexandre and published by Packt Publishing Ltd. This book was released on 2014-04-25 with total page 434 pages. Available in PDF, EPUB and Kindle. Book excerpt: This step-by-step guide is full of easy-to-follow code taken from real-world examples explaining the migration and integration of Scala in a Java project. If you are a Java developer or a Java architect, working in Java EE-based solutions and want to start using Scala in your daily programming, this book is ideal for you. This book will get you up and running quickly by adopting a pragmatic approach with real-world code samples. No prior knowledge of Scala is required.

The Minimalist Kitchen

Download The Minimalist Kitchen PDF Online Free

Author :
Publisher : Time Inc. Books
ISBN 13 : 0848757211
Total Pages : 593 pages
Book Rating : 4.8/5 (487 download)

DOWNLOAD NOW!


Book Synopsis The Minimalist Kitchen by : Coleman, Melissa

Download or read book The Minimalist Kitchen written by Coleman, Melissa and published by Time Inc. Books. This book was released on 2018-04-10 with total page 593 pages. Available in PDF, EPUB and Kindle. Book excerpt: The practical art of making more with less--in the kitchen! Melissa Coleman, the creator of the popular design and lifestyle blog The Faux Martha, shares her refreshingly simple approach to cooking that delivers beautiful and satisfying meals using familiar ingredients and minimal kitchen tools. The Minimalist Kitchen includes 100 wholesome recipes that use Melissa's efficient cooking techniques, and the results are anything but ordinary. You'll find Biscuits with Bourbon-Blueberry Quick Jam, Pesto Garden Pasta with an easy homemade pesto, Humble Chuck Roast that's simple to prepare and so versatile, Roasted Autumn Sweet Potato Salad, Stovetop Mac and Cheese, and Two-Bowl Carrot Cupcakes. While The Minimalist Kitchen helps tackle one of the home's biggest problem areas Ñthe kitchenÑthis book goes beyond the basics of clearing out and cleaning up, it also gives readers practical tips to maintain this simplified way of life. Melissa shows you how to shop, stock your pantry, meal plan without losing your mind, and most importantly, that delicious food doesnÕt take tons of ingredients or gadgets to prepare. This streamlined way of cooking is a breath of fresh air in modern lives where clutter and distraction can so easily take over.

Kotlin Cookbook

Download Kotlin Cookbook PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 149204668X
Total Pages : 253 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Kotlin Cookbook by : Ken Kousen

Download or read book Kotlin Cookbook written by Ken Kousen and published by O'Reilly Media. This book was released on 2019-11-14 with total page 253 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use Kotlin to build Android apps, web applications, and more—while you learn the nuances of this popular language. With this unique cookbook, developers will learn how to apply thisJava-based language to their own projects. Both experienced programmers and those new to Kotlin will benefit from the practical recipes in this book. Author Ken Kousen (Modern Java Recipes) shows you how to solve problems with Kotlin by concentrating on your own use cases rather than on basic syntax. You provide the contextand this book supplies the answers. Already big in Android development, Kotlin can be used anywhere Java is applied, as well as for iOS development, native applications, JavaScriptgeneration, and more. Jump in and build meaningful projects with Kotlin today. Apply functional programming concepts, including lambdas, sequences, and concurrency See how to use delegates, late initialization, and scope functions Explore Java interoperability and access Java libraries using Kotlin Add your own extension functions Use helpful libraries such as JUnit 5 Get practical advice for working with specific frameworks, like Android and Spring

Scala Cookbook

Download Scala Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492051519
Total Pages : 802 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Scala Cookbook by : Alvin Alexander

Download or read book Scala Cookbook written by Alvin Alexander and published by "O'Reilly Media, Inc.". This book was released on 2021-08-10 with total page 802 pages. Available in PDF, EPUB and Kindle. Book excerpt: Save time and trouble building object-oriented, functional, and concurrent applications with Scala 3. The latest edition of this comprehensive cookbook is packed with more than 250 ready-to-use recipes and 700 code examples to help you solve the most common problems when working with Scala and its popular libraries. Whether you're working on web, big data, or distributed applications, this cookbook provides recipes based on real-world scenarios for experienced Scala developers and for programmers just learning to use this JVM language. Author Alvin Alexander includes practical solutions from his experience using Scala for highly scalable applications that support concurrency and distribution. Recipes cover: Strings, numbers, and control structures Classes, methods, objects, traits, packaging, and imports Functional programming in a variety of situations Building Scala applications with sbt Collections covering Scala's wealth of classes and methods Actors and concurrency List, array, map, set, and more Files, processes, and command-line tasks Web services and interacting with Java Databases and persistence, data types and idioms.

Akka Cookbook

Download Akka Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1785288369
Total Pages : 404 pages
Book Rating : 4.7/5 (852 download)

DOWNLOAD NOW!


Book Synopsis Akka Cookbook by : Hector Veiga Ortiz

Download or read book Akka Cookbook written by Hector Veiga Ortiz and published by Packt Publishing Ltd. This book was released on 2017-05-26 with total page 404 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to use the Akka framework to build effective applications in Scala About This Book Covers a discussion on Lagom—the newest launched Akka framework that is built to create complex microservices easily The recipe approach of the book allows the reader to know important and independent concepts of Scala and Akka in a seamless manner Provides a comprehensive understanding of the Akka actor model and implementing it to create reactive web applications Who This Book Is For If you are a Scala developer who wants to build scalable and concurrent applications, then this book is for you. Basic knowledge of Akka will help you take advantage of this book. What You Will Learn Control an actor using the ContolAware mailbox Test a fault-tolerant application using the Akka test kit Create a parallel application using futures and agents Package and deploy Akka application inside Docker Deploy remote actors programmatically on different nodes Integrate Streams with Akka actors Install Lagom and create a Lagom project In Detail Akka is an open source toolkit that simplifies the construction of distributed and concurrent applications on the JVM. This book will teach you how to develop reactive applications in Scala using the Akka framework. This book will show you how to build concurrent, scalable, and reactive applications in Akka. You will see how to create high performance applications, extend applications, build microservices with Lagom, and more. We will explore Akka's actor model and show you how to incorporate concurrency into your applications. The book puts a special emphasis on performance improvement and how to make an application available for users. We also make a special mention of message routing and construction. By the end of this book, you will be able to create a high-performing Scala application using the Akka framework. Style and approach This highly practical recipe-based approach will allow you to build scalable, robust, and reactive applications using the Akka framework.

Jakarta Struts Cookbook

Download Jakarta Struts Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596552661
Total Pages : 529 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis Jakarta Struts Cookbook by : Bill Siggelkow

Download or read book Jakarta Struts Cookbook written by Bill Siggelkow and published by "O'Reilly Media, Inc.". This book was released on 2005-02-23 with total page 529 pages. Available in PDF, EPUB and Kindle. Book excerpt: The Jakarta Struts Framework is a popular open source platform for building web applications from top to bottom with Java. While this popularity has led to a wealth of online and in-print documentation, developers still find themselves faced with a number of common tasks that are not clearly and succinctly explained.In these situations, programmers can now turn to the Jakarta Struts Cookbook an amazing collection of code solutions to common--and uncommon--problems encountered when working with the Struts Framework. Among many other recipes, this book explains how to: display data in complex HTML tables use JSP, the JSTL, and JavaScript in your user interface define static and dynamic action forms validate data and respond to errors use Logging, Validation, and Exception Handling integrate Struts with persistence frameworks like Hibernate and iBATIS This look-up reference is just what today's time-pressed developers need. With solutions to real-world problems just a few page flips away, information is instantly available. And while the book's solutions focus on getting to the point, each recipe's discussion section imparts valuable concept and insight from a Struts veteran.The Jakarta Struts Cookbook is perfect for independent developers, large development teams, and everyone in between who wishes to use the Struts Framework to its fullest potential. Plus, it s completely up-to-date with the latest versions of Framework, so readers can be sure the information is viable.

Clojure Programming Cookbook

Download Clojure Programming Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 178588851X
Total Pages : 613 pages
Book Rating : 4.7/5 (858 download)

DOWNLOAD NOW!


Book Synopsis Clojure Programming Cookbook by : Makoto Hashimoto

Download or read book Clojure Programming Cookbook written by Makoto Hashimoto and published by Packt Publishing Ltd. This book was released on 2016-10-28 with total page 613 pages. Available in PDF, EPUB and Kindle. Book excerpt: Handle every problem you come across in the world of Clojure programming with this expert collection of recipes About This Book Discover a wide variety of practical cases and real world techniques to enhance your productivity with Clojure. Learn to resolve the everyday issues you face with a functional mindset using Clojure You will learn to write highly efficient, more productive, and error-free programs without the risk of deadlocks and race-conditions Who This Book Is For This book is for Clojure developers who have some Clojure programming experience and are well aware of their shortcomings. If you want to learn to tackle common problems, become an expert, and develop a solid skill set, then this book is for you. What You Will Learn Manipulate, access, filter, and transform your data with Clojure Write efficient parallelized code through Clojure abstractions Tackle Complex Concurrency easily with Reactive Programming Build on Haskell abstractions to write dynamic functional tests Write AWS Lambda functions effortlessly Put Clojure in use into your IoT devices Use Clojure with Slack for instant monitoring Scaling your Clojure application using Docker Develop real-time system interactions using MQTT and websockets In Detail When it comes to learning and using a new language you need an effective guide to be by your side when things get rough. For Clojure developers, these recipes have everything you need to take on everything this language offers. This book is divided into three high impact sections. The first section gives you an introduction to live programming and best practices. We show you how to interact with your connections by manipulating, transforming, and merging collections. You'll learn how to work with macros, protocols, multi-methods, and transducers. We'll also teach you how to work with languages such as Java, and Scala. The next section deals with intermediate-level content and enhances your Clojure skills, here we'll teach you concurrency programming with Clojure for high performance. We will provide you with advanced best practices, tips on Clojure programming, and show you how to work with Clojure while developing applications. In the final section you will learn how to test, deploy and analyze websocket behavior when your app is deployed in the cloud. Finally, we will take you through DevOps. Developing with Clojure has never been easier with these recipes by your side! Style and approach This book takes a recipe-based approach by diving directly into helpful programming concepts. It will give you a foolproof approach to programming and teach you how to deal with problems that may arise while working with Clojure. The book is divided into three sections giving you the freedom skip to the section of your choice depending on the problem faced.

The Filipino Instant Pot Cookbook

Download The Filipino Instant Pot Cookbook PDF Online Free

Author :
Publisher : Rocketships & Wonderment
ISBN 13 : 1734124113
Total Pages : 174 pages
Book Rating : 4.7/5 (341 download)

DOWNLOAD NOW!


Book Synopsis The Filipino Instant Pot Cookbook by : Tisha Gonda Domingo

Download or read book The Filipino Instant Pot Cookbook written by Tisha Gonda Domingo and published by Rocketships & Wonderment. This book was released on 2020-06-16 with total page 174 pages. Available in PDF, EPUB and Kindle. Book excerpt: "To truly appreciate and understand Filipino dishes, you have to understand the evolution of the spices, the nuances of the flavor profiles, the land from which these dishes were birthed. That's what this book provides. This is not just a book of recipes; this is a book about our story." --Pati Navalta Poblete, Editor-in-Chief, San Francisco Magazine No cuisine and appliance are better suited for one another than Filipino food and the Instant Pot. From classic dinner staples like the traditionally sour Sinigang na Baboy (pork tamarind soup) to sweet treats like Putong Puti (steamed rice cake), the rich flavors of Filipino food are typically unlocked through a long braise or boil, a delicate steam, or some other treatment by moist heat. Fortunately, this is exactly what the Instant Pot does best. The Filipino Instant Pot Cookbook is written by six home cooks who set out to explore their Filipino heritage and intimate family histories, one dish at a time. The result is a collection of over 75 heartfelt Filipino recipes, all carefully translated for preparation in today’s most essential piece of kitchenware, the Instant Pot. Just as Filipino food is now a mainstay in the consciousness of foodies from around the world, The Filipino Instant Pot Cookbook is an absolute must-have for every modern home cook. It is written with humor and heart, and lined with beautifully styled photography that will trigger a warm sense of nostalgia. Praised by the Culinary Director of the Filipino Food Movement, the President Emeritus of the Filipino American National Historical Society, and chefs from around the world, The Filipino Instant Pot Cookbook will help any home cook step into a kitchen and create great Filipino food for any setting, without breaking the bank… or the clock. Whether you’re cooking for a raucous affair featuring the tableside chatter of an entire extended family or a simple, quiet comfort-meal under your favorite blanket on the couch, The Filipino Instant Pot Cookbook will have you covered.

Cinder Creative Coding Cookbook

Download Cinder Creative Coding Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849518718
Total Pages : 585 pages
Book Rating : 4.8/5 (495 download)

DOWNLOAD NOW!


Book Synopsis Cinder Creative Coding Cookbook by : Rui Madeira Dawid Gorny

Download or read book Cinder Creative Coding Cookbook written by Rui Madeira Dawid Gorny and published by Packt Publishing Ltd. This book was released on 2013-05-23 with total page 585 pages. Available in PDF, EPUB and Kindle. Book excerpt: Full of easy-to-follow recipes and images that will teach powerful techniques and algorithms, building from basic projects to challenging applications. This book is for artists, designers, and programmers who have previous knowledge of C++, but not necessarily of Cinder.

Libgdx Cross-platform Game Development Cookbook

Download Libgdx Cross-platform Game Development Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1783287306
Total Pages : 816 pages
Book Rating : 4.7/5 (832 download)

DOWNLOAD NOW!


Book Synopsis Libgdx Cross-platform Game Development Cookbook by : David Saltares Márquez

Download or read book Libgdx Cross-platform Game Development Cookbook written by David Saltares Márquez and published by Packt Publishing Ltd. This book was released on 2014-10-29 with total page 816 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you want to make cross-platform games without the hassle and dangers of writing platform-specific code, or If you are a game programmer who may have some experience with Java and you want to learn everything you need to know about Libgdx to produce awesome work, this is the book for you. To take full advantage of the recipes in this book, you are expected to be familiar with java with good game programming knowledge.

Scala Cookbook

Download Scala Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449340326
Total Pages : 1146 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Scala Cookbook by : Alvin Alexander

Download or read book Scala Cookbook written by Alvin Alexander and published by "O'Reilly Media, Inc.". This book was released on 2013-08-01 with total page 1146 pages. Available in PDF, EPUB and Kindle. Book excerpt: Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you’ll encounter when using the Scala language, libraries, and tools. It’s ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language. Author Alvin Alexander (creator of DevDaily.com) provides solutions based on his experience using Scala for highly scalable, component-based applications that support concurrency and distribution. Packed with real-world scenarios, this book provides recipes for: Strings, numeric types, and control structures Classes, methods, objects, traits, and packaging Functional programming in a variety of situations Collections covering Scala's wealth of classes and methods Concurrency, using the Akka Actors library Using the Scala REPL and the Simple Build Tool (SBT) Web services on both the client and server sides Interacting with SQL and NoSQL databases Best practices in Scala development