Verleger: 24
Aneeta Sharma
Isomorphic JavaScript was the buzzword of the year 2017, allowing developers to utilize a single language throughout their web development stack and build cost-effective and scalable applications. MEVN is a one such modern web development stack consisting of web applications such as MongoDB, Express.js, Vue.js, and Node.js. Hands-On Full-Stack Web Development with Vue.js 2 and Node.js leverages the harmony of these technologies to help you create full-stack web applications.Starting with the core frameworks, this example-based guide explains all the key concepts of frameworks, how to set them up properly, and how to use popular modules to connect them together and make them work cohesively. You will learn all this with the help of real-world examples. In addition to this, you will be able to scaffold web application architecture, add an authentication layer, and develop the MVC structure to support the development of your application. You'll explore how to create data models for your applications and then write REST APIs by exposing your data model to your application. Solely orientated towards building a full, end-to-end application using the MEVN stack, this book will help you understand how your application development grows.
Fun dining. Prosto i genialnie
Przemysław Klima
Fun Dining. Prosto i genialnie Fun dining tak Przemysła Klima, pierwszy i jedyny w Polsce szef kuchni restauracji z dwiema gwiazdkami Michelin, mówi o tym, co robi w kuchni. Fun dining to radość. Radość łączenia składników i tworzenia zupełnie nowych smaków. Radość eksperymentowania. To satysfakcja, która towarzyszy gotowaniu i przyjmowaniu gości. Fun dining to kuchnia prosta i genialna jednocześnie. Dania, które bez trudu przygotujesz w domu, a dzięki oryginalnym połączeniom składników są zupełnie wyjątkowe. To nieoczywiste dodatki, jak olej z koperku o intensywnie zielonym kolorze, warzywny jus czy drożdżowe masło. Drobne tricki, dzięki którym jedzenie staje się niezapomnianym doznaniem. Lets have fun! Przemysław Klima szef kuchni w Bottiglierii 1881, jedynej w Polsce restauracji z dwiema gwiazdkami Michelin (pierwsza została przyznana w roku 2020). W 2024 roku mijają 23 lata jego pracy zawodowej. 2024 rok to także 10-lecie B1881. W tej książce znajdziesz przepisy na potrawy, które sam lubię przyrządzać i jeść. To dania, które nie wymagają wielkich umiejętności, a do ich przyrządzenia wystarczą sprzęty, które pewnie masz już w kuchni. Przekonasz się, że czasem jeden mały trick czy nieoczywisty dodatek () może wydobyć z potrawy efekt wow (). To nie jest książka z przepisami z restauracji (choć zdradzam tu kilka naszych tricków!). To dania, które bez trudu przygotujesz w domu, choć znajdzie się też kilka propozycji dla bardziej zaawansowanych kucharzy. () Kiedy gotuję zarówno w restauracji, jak i w domu stawiam na prostotę. Korzystam ze składników, które rozumiem, które są mi bliskie, na których się wychowałem. To czyni jedzenie prawdziwym, szczerym i sprawia, że chce się je smakować. Nic nie daje tyle radości, co właśnie jedzenie.
Wisnu Anggoro
Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.This book bridges the language gap for C# developers by showing you how to create and consume functional constructs in C#. We also bridge the domain gap by showing how functional constructs can be applied in business scenarios. We’ll take you through lambda expressions and extension methods, and help you develop a deep understanding of the concepts and practices of LINQ and recursion in C#.By the end of the book, you will be able to write code using the best approach and will be able to perform unit testing in functional programming, changing how you write your applications and revolutionizing your projects.
Functional Kotlin. Extend your OOP skills and implement Functional techniques in Kotlin and Arrow
Mario Arias, Rivu Chakraborty
Functional programming makes your application faster, improves performance, and increases your productivity. Kotlin supports many of the popular and advanced functional features of functional languages. This book will cover the A-Z of functional programming in Kotlin. This book bridges the language gap for Kotlin developers by showing you how to create and consume functional constructs in Kotlin. We also bridge the domain gap by showing how functional constructs can be applied in business scenarios. We’ll take you through lambdas, pattern matching, immutability, and help you develop a deep understanding of the concepts and practices of functional programming. If you want learn to address problems using Recursion, Koltin has support for it as well. You’ll also learn how to use the funKtionale library to perform currying and lazy programming and more. Finally, you’ll learn functional design patterns and techniques that will make you a better programmer.By the end of the book, you will be more confident in your functional programming skills and will be able to apply them while programming in Kotlin.
Dylan Meeus
While Go is a multi-paradigm language that gives you the option to choose whichever paradigm works best for the particular problem you aim to solve, it supports features that enable you to apply functional principles in your code. In this book, you’ll learn about concepts central to the functional programming paradigm and how and when to apply functional programming techniques in Go.Starting with the basic concepts of functional programming, this Golang book will help you develop a deeper understanding of first-class functions. In the subsequent chapters, you’ll gain a more comprehensive view of the techniques and methods used in functional languages, such as function currying, partial application, and higher-order functions. You’ll then be able to apply functional design patterns for solving common programming challenges and explore how to apply concurrency mechanisms to functional programming.By the end of this book, you’ll be ready to improve your code bases by applying functional programming techniques in Go to write cleaner, safer, and bug-free code.
Functional Programming with C#. Unlock coding brilliance with the power of functional magic
Alex Yagur
In an era where software complexity is increasing by the day, functional programming offers a paradigm that simplifies code maintenance and enhances reliability. Functional Programming with C# takes you on an exhaustive journey into functional programming within C#. The book familiarizes you with the core principles and benefits of functional programming, juxtaposing it with imperative and object-oriented paradigms. You’ll get to grips with the functional features of C# and learn to write expressive, modular code through expressions, pure functions, and higher-order functions. As you advance, you’ll explore advanced concepts such as error handling and asynchronous programming, which will equip you with the practical skills that you need to tackle real-world challenges. By comparing functional programming in C# with other languages and providing additional resources, this book ensures that you’re well-equipped to continue your journey toward mastery in functional programming. By the end of this book, you’ll have gained a thorough understanding of functional programming techniques, such as recursion, memoization, and composition, empowering you to write robust, maintainable code.
Steven F. Lott
If you’re a Python developer who wants to discover how to take the power of functional programming (FP) and bring it into your own programs, then this book is essential for you, even if you know next to nothing about the paradigm. Starting with a general overview of functional concepts, you’ll explore common functional features such as first-class and higher-order functions, pure functions, and more. You’ll see how these are accomplished in Python 3.6 to give you the core foundations you’ll build upon. After that, you’ll discover common functional optimizations for Python to help your apps reach even higher speeds. You’ll learn FP concepts such as lazy evaluation using Python’s generator functions and expressions. Moving forward, you’ll learn to design and implement decorators to create composite functions. You'll also explore data preparation techniques and data exploration in depth, and see how the Python standard library fits the functional programming model. Finally, to top off your journey into the world of functional Python, you’ll at look at the PyMonad project and some larger examples to put everything into perspective.