Spring è uno dei framework più diffusi ed apprezzati nel mondo Java. Spring Boot permette di sfruttare la potenza di Spring senza inutili complicazioni, aiutandoci a realizzare applicazioni web complesse in poco tempo. Questo libro tratta gli aspetti principali dei due framework in modo semplice e pratico.
This book is the chess grandmaster way of learning Python. 127 unique and brand-new Python puzzles - each pointing to gaps in your knowledge, challenges you to guess a solution, and then explains potential solutions in an easy-to-understand manner. # Example puzzle: my_list = [1, 1, 1, 1]my_list[1::2] = [2, 3]print(my_list) # What’s the output?
Guia prático para você começar a inda hoje a trabalhar com o Docker e Docker Compose.
Once up on a time, there was a terrible war. We call this war WWI and it happened a hundred years ago. The war was more terrible than any other before because people invented new machines and new ways how to kill each other...
When we started with Airbnb, we had a dream: earning money and reinvesting that money into the house. That was our plan and it has mostly worked. We have used some of the income from Airbnb to renovate the house, but not all of it as intended...
How to build LoRa radios with inexpensive components from Adafruit, and program them with Lora ping, repeat, modem, and Bluetooth bridge programs..

”A fascinating retelling of one man’s journey to become part of an ongoing and never-ending revolution in software engineering... This serves not only as a warning for those trying to start a revolution in their chosen field, but also as lighter fluid to get the fires burning.” Brent Beckley, Marketing Director, Morgan & Claypool Publishers

Web アプリケーションフレームワーク Laravel で ToDo アプリを作りながら、モダンな PHP アプリケーション開発を習得しましょう!この本はフレームワークの機能の羅列ではありません。それらを組み合わせてゼロからどうやってアプリを開発するのか、にフォーカスしたハンズオンチュートリアルです。また、コードの書き方だけでなく、簡単な URL 設計とテーブル設計にも一章を割くことで Web 開発のエッセンスを学べるように書きました。執筆時点で最新版の Laravel 6.0(LTS)に対応しています。
Create applications with Rust and WebAssembly
An illustrated story of an agile transformation that shows what can go wrong and how to do it right.
This practical ebook is a guide to programming with the Plutus language for highly secure smart contracts on the Cardano blockchain, home of the ada cryptocurrency. Plutus is based on the Haskell functional programming language and comes complete with a full testing environment accessed via any browser.
A PWA is a web application that can be used on any device, under any network condition. There are certain traits that applications have, but web applications do not. Throughout the book we'll take a look at how to add app like features to web apps in order to make them work offline, perform under any network connection and become re-engeagable.