LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 21-12-2021, 22:08
  • Комментариев: 0
Exploding RailsНазвание: Exploding Rails
Автор: Ryan Bigg
Издательство: Leanpub
Год: 2019-03-29
Страниц: 169
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.16 MB

Build a maintainable Rails application by using next-generation gems from the dry-rb and rom-rb suite. This book shows you how to easily bring those gems into the web framework you know and... well, the one you know. Learn how to build a maintainable Rails application by using the rom-rb and dry-rb set of gems to your advantage. Move away from messy, traditional Rails code and move towards crisp, clean code. The default structure of Rails applications hasn't changed all that much in over a decade. And with good reason: this directory structure makes it easy to jump into building a Rails application. While I agree that this way is still extremely simple and great for getting started within a Rails application, I do not agree that this is the best way to organise a Rails application with long-term maintenance in mind. A decade of Ruby development has produced some great alternatives to Rails' MVC directory structure that are definitely worthwhile to consider.
  • Добавил: literator
  • Дата: 21-12-2021, 21:26
  • Комментариев: 0
Multitenancy with Rails: And subscriptions too!Название: Multitenancy with Rails: And subscriptions too!
Автор: Ryan Bigg
Издательство: Leanpub
Год: 2015-06-29
Страниц: 204
Язык: английский
Формат: pdf, mobi, epub
Размер: 10.1 MB

This book will teach you super neat tricks about Ruby, Rails and PostgreSQL while you build a multi-tenanted, Software as a Service, Ruby on Rails application. This book is a book that will teach you about building a multi-tenant Ruby on Rails application. Hopefully you knew that already. This particular kind of application is usually referred to as a “Software as a Service” (or SaaS for short) application, as it’s a piece of software which is providing a service to a group of people. The application we’ll be building in this book isn’t based off an original, outlandish idea, but a rather simple one: hosted blogs. This is a similar idea to Tumblr, or other blogging platforms. For a user to be able to create their own posts, they can sign up to our application for an account (Chapter 2), which would be sandboxed from the other accounts on the system (Chapter 3). Once they’re done with that, they will then be able to create posts for their blog (Chapter 4). In the later chapters, we cover things such as monthly subscriptions and billing for them (Chapter 5). That’s a quick overview of what you’ll be learning in this book as a whole. At the end of it, you will know how you can build a multi-tenanted Software as a Service Rails application.
  • Добавил: literator
  • Дата: 21-12-2021, 05:19
  • Комментариев: 0
Toy Robot - The Elixir VersionНазвание: Toy Robot - The Elixir Version
Автор: Ryan Bigg
Издательство: Leanpub
Год: 2021-01-18
Страниц: 224
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.2 MB

The Toy Robot is a common interview exercise for new programmers. This short book will take you through how to implement it in Elixir in a BDD-style, with some great explanations and imagery along the way. The Toy Robot exercise was originally developed by Jon Eaves. He explains why he did it in this blog post. If you're a new Elixir developer who's gone through some basic Elixir tutorials and you're looking for the next thing to build your skills, this book is a great start. It covers the Toy Robot exercise from start to finish, testing with Elixir features such as ExUnit and Doctests along the way. The Toy Robot exercise is commonly used in interviews as the ways to solve it in any language are not as simple as they first may seem. This book covers one implementation of this exercise in Elixir. It is not intended to be the most perfect implementation of the Toy Robot exercise possible, but instead is my personal take on it.
  • Добавил: literator
  • Дата: 21-12-2021, 04:49
  • Комментариев: 0
Python for Absolute Beginners: Rocket through the basics in an afternoon!Название: Python for Absolute Beginners: Rocket through the basics in an afternoon!
Автор: Oliver Theobald
Издательство: Scatterplot Press
Год: 2021
Страниц: 147
Язык: английский
Формат: epub
Размер: 10.16 MB

Learning how to code can be daunting. Also, where and how should you start? For newcomers in need of a gentle introduction, Python for Absolute Beginners provides the perfect entry point. With the goal of making Python more accessible and appealing to a wider audience, this step-by-step guide is designed to teach you the basics without losing you in the first chapter with lines and lines of complex code. By the end of the book, you will have the skills, resources, and confidence to code basic applications and move on to advanced learning resources. Along the way, you will also find quizzes, practical exercises as well as examples on every page. In this book, we use the most recent version of Python, which is Python 3.
  • Добавил: literator
  • Дата: 20-12-2021, 20:14
  • Комментариев: 0
Master Modern JavaScript Fast: The Most Complete Beginner’s Guide: And The Weird Parts ExplainedНазвание: Master Modern jаvascript Fast: The Most Complete Beginner’s Guide: And The Weird Parts Explained
Автор: Rick Sekuloski
Издательство: Independently published
Год: 2021
Страниц: 306
Язык: английский
Формат: pdf, epub
Размер: 17.6 MB

The Most Complete jаvascript Guide. jаvascript is one of the most popular programming languages on the web. This book is up to date and includes the 2021 version of jаvascript with important concepts like objects, arrays, functions, classes, loops, iterations, and much more. You will learn how to make your website more interactive and user-friendly. You’ll find easy and engaging examples throughout this book. The examples that are included will teach you how to write jаvascript scripts from scratch step by step. In this book, there will be a lot of screenshots from the examples, and you can download them from the GitHub repository. The screenshots will help me explain to explain you the complex concepts in a visual way. This book is for everyone that wants to take their programming skills to the next. jаvascript is a language that anyone can learn. There are many chapters included where you will learn the language from the bottom up, starting with the most basic things that all newbies can understand.
  • Добавил: literator
  • Дата: 19-12-2021, 14:02
  • Комментариев: 0
Unreal Engine 5 Game Programming Design Patterns in C++, Java, C#, and BlueprintsНазвание: Unreal Engine 5 Game Programming Design Patterns in C++, Java, C#, and Blueprints
Автор: Sonicworkflow
Издательство: Sonicworkflow LLC
Год: 2021
Страниц: 516
Язык: английский
Формат: pdf , epub
Размер: 32.0 MB

This book is a crosswalk from traditional code to visual scripting. This book is about reconstructing traditional and widely used design patterns in a visual scripting environment. The visual scripting environment is Unreal Engine’s “Blueprints.” We will discuss and implement design patterns to solve some of the most common problems in programming. You will not need to read much of the background material on the design patterns if you are an experienced coder. Chances are, you probably have used many of these patterns previously. Do not fret If you are not a coder. If you are familiar with Blueprints, then you can, and should implement design patterns into your workflow when necessary. C++, Java, and C# “equivalent” code is provided for each design pattern discussed. Additionally, there is an accompanying UML diagram for each design pattern of the Java code implementation. We follow the code in blueprints as close as possible. Some of you may be thinking, “Hey, why would you use Java and C# when Unreal’s main coding language is C++.” I have nothing against C++. I chose to add Java and C# for a few reasons.
  • Добавил: literator
  • Дата: 18-12-2021, 19:39
  • Комментариев: 0
VBA for Excel: Programming VBA Macros - The Easy Introduction for Beginners and Non-ProgrammersНазвание: VBA for Excel: Programming VBA Macros - The Easy Introduction for Beginners and Non-Programmers
Автор: Andrew J. Patterson
Издательство: Amazon.com Services LLC
Год: October 30, 2017
Страниц: 142
Язык: английский
Формат: pdf , epub
Размер: 10.2 MB

This e-book is an introductory course to Visual Basic for Applications (VBA), an incredibly useful tool that can make your day-to-day work with Microsoft Excel a lot easier and increase your productivity enormously. With VBA you can automate Excel work that would take a lot of time if done manually. Whether it's copying data from one workbook or worksheet to another, reacting to user input or performing complex calculations on your data - VBA is the right tool to save time and effort on many tasks you face every day. However, many people are afraid of VBA programming because it is an activity unlike any they have done before. They think it’s something for nerds. They think it’s abstract, complex and difficult to learn. It’s not. This book, specifically written for e-book readers, will guide you safely through your first steps with VBA. It is made for learners with no prior programming experience.
  • Добавил: literator
  • Дата: 18-12-2021, 18:50
  • Комментариев: 0
Python Tutorial for BeginnersНазвание: Python Tutorial for Beginners
Автор: Be Sure
Издательство: Be Sure
Год: 2021
Страниц: 112
Язык: английский
Формат: pdf, azw3, mobi, epub
Размер: 10.1 MB

Python is a high-level, structured and general-purpose functional programming language that emphasizes on readability of text. Python syntax helps programmers code in less phases relative to Java or C++. Python has diversified uses in software technology companies such as games, online platforms and apps, language creation, prototyping, visual design uses, etc. It makes the language a greater abundance than many programming languages employed in the business. Python is a versatile programming language that makes efficient usage of code lines, installation can be performed in a fantastic way, and debugging can be achieved easily. This has been particularly relevant around the globe because Google company has declared it one of the main programming languages. We've seen a user-friendly and concise solution to Python. Python is the youngest of all the languages but it also gives a lot of frameworks. Python is a strong language all over, but it only excels with the ability to bring a lot of features with only a little bit of coding.
  • Добавил: literator
  • Дата: 18-12-2021, 18:12
  • Комментариев: 0
Developing A React.Js Edge : The Javascript Library For User Interfaces, 2nd EditionНазвание: Developing A React.js Edge : The jаvascript Library For User Interfaces, 2nd Edition
Автор: Richard Feldman, Frankie Bagnardi, Simon Højberg
Издательство: Bleeding Edge Press
Год: 2018
Страниц: 238
Язык: английский
Формат: epub
Размер: 10.17 MB

React is a jаvascript library developed internally at Facebook and open sourced in 2013 for building interactive user interfaces for the web. It introduces a new way to deal with the Browser’s DOM. Gone are the days of manually updating the DOM and laboriously keeping track of each piece of state that makes scalability and new feature development at best, a risky endeavor. Instead, React deals with the DOM in a very novel way. You declaratively define your user interface at any point in time. React removes the need to worry about which part of the DOM needs to update when data changes, and enables you to essentially re-render your entire application at any point in time with minimal DOM changes. To get the most out of this book you’ll need to be experienced with jаvascript and HTML. It’s beneficial if you have experience with writing SPAs (regardless of which framework like Backbone.js, AngularJS, or Ember.js), but it is not required.
  • Добавил: literator
  • Дата: 18-12-2021, 17:46
  • Комментариев: 0
C++ Core Guidelines Explained: Best Practices for Modern C++ (Rough Cuts)Название: C++ Core Guidelines Explained: Best Practices for Modern C++ (Rough Cuts)
Автор: Rainer Grimm
Издательство:Addison-Wesley Professional/Pearson Education
Год: 2022
Страниц: 640
Язык: английский
Формат: epub
Размер: 17.8 MB

The official C++ Core Guidelines provide consistent best practices for writing outstanding modern C++ code, but they aren't organized for easy usage by working developers. In C++ Core Guidelines Explained, expert C++ instructor Rainer Grimm has distilled them to their essence, removing esoterica, sharing new insights and context, and presenting well-tested examples from his own training courses. C++ is, in particular for beginners, an inherently complex language. Mainly, because the problems we want to solve are inherently complicated and often complex as well. When you teach C++, you should provide a set of rules that work for your participants in at least 95% of all use-cases.