Revall-info Книги по программированию бесплатно!
589 subscribers
569 photos
3 files
571 links
Download Telegram
Laws of UX (2020)

This book had its origins in what felt at the time like the most arduous point of my design career, while I was working on a very challenging client project. From the beginning, there were several indications that it would be an exciting albeit difficult project: a relatively short timeline and a somewhat unfamiliar space, but a well-known brand and the chance to help design something that’d be seen by many across the world.

Read more | Download

#revall #design #uiux #uxdesign #freebooks #web
CPython Internals: Your Guide to the Python 3 Interpreter (2020)

Are there certain parts of Python that just seem magic? Like how dictionaries are so much faster than looping over a list to find an item. How does a generator remember the state of the variables each time it yields a value, and why do you never have to allocate memory like other languages? It turns out, CPython, the most popular Python run-time is written in human-readable C and Python code. CPython abstracts the complexities of the underlying C platform and your Operating System.

Read more | Download

#CPython #Python #revall #Guide #programming
Practical Laravel (2022)

Laravel is a PHP web application framework with expressive and elegant syntax. We will use Laravel to develop an Online Store application which uses several Laravel features. The Online Store application will be the means to understand straightforward and complex Laravel concepts and how Laravel features can be used to implement real-world applications. The main difference between this book and other similar books is that this book is not just about Laravel. Instead, this book is about a “clean” design and implementation of web applications using Laravel.

Read more | Download

#PHP #revall #books #Laravel #freebooks
Get Started with MicroPython on Raspberry Pi Pico (2021)

You might think of computers as things you stick on your desk and type on, and this is certainly one type of computer, but it’s not the only type. In this book, we’re looking at microcontrollers – small processing units with a bit of memory that are good at controlling other hardware. You probably have lots of microcontrollers in your house already.

Read more | Download

#Revall #freebooks #MicroPython #Python #Raspberry