LatestTop

adiamas
The client connection diagram on page 174 lists IP responses from DNS for two domains, but the follow up request for the respective domai...
New
ghenry
Need-Driven Development A basic rule for keeping software simple is Don’t write code unless someone needs the functionality it provides.i...
New
timpritlove
Chapter 9, section “Following a New Artist” is first instructing to add a new domain function follow_artist to Tunez.Music. But this func...
New
mavegaf
In Chapter 6. Task A: Creating the Application, page 70, there is a typo in the word `addtion` Original: “If you examine that output, in...
New
joevgreathead
There are two simple typos present on p223 and p227. On p223, there is a missing space between “fact” and “that”. With this option, ru...
New

This Week's TrendingTop

ghenry
Need-Driven Development A basic rule for keeping software simple is Don’t write code unless someone needs the functionality it provides.i...
New

This Month's Trending Top

timpritlove
After running mix igniter.install ash_authentication_phonix the book states: „Before we can test it out, there’s one manual change we n...
New
timpritlove
Chapter 9, section “Following a New Artist” is first instructing to add a new domain function follow_artist to Tunez.Music. But this func...
New
timpritlove
The last section in chapter 3 about aggregates mentions “„Aggregates perform some kind of calculation on records in a relationship“. Howe...
New
Paradox927
Hey, folks. I was just informed that on some newer versions of Xcode and iOS, the GameScene is not loading, and instead shows a gray scr...
New
pocketlim
In the current version B12, page 53 (and on), a lot of references to @current_user are no longer valid as even Phoenix LiveView 1.8 guide...
New
pocketlim
The line on page 65 (using the PDF) is on_mount: [{PentoWeb.UserAuth, :ensure_authenticated}] do This is incorrect and will throw an e...
New
Chrichton
I read chapters 1-3 so far. I noted that the FunPark-Project has exactly one struct (domain-object) per bounded context. I would be int...
New
joevgreathead
@cplanas & @michaelswaine On p150, under the header of “Configuring Solid Queue“, the file and content provided does not match the p...
New
joevgreathead
There are two simple typos present on p223 and p227. On p223, there is a missing space between “fact” and “that”. With this option, ru...
New
timpritlove
This commit: https://github.com/timpritlove/tunez/commit/811b01c605ea7e64e162e93a4b76088d84d131b4 adds the :stream strategy which someh...
New
JohnSmall
Title: Programming Phoenix LiveView (page 139) Example: “Redipient” should be “Recipient”
New
pocketlim
Sorry, I couldn’t figure out how to add a tag to a previous post (so that it shows up in the right section here), hence I just made a new...
New
victorhazbun
Real-World Event Sourcing: broadcast_message usage and explanation Page: 61 Version: B2.0 Book type: EPUB The function broadcast_messag...
New
lessless
Title: Network Programming in Elixir and Erlang (p. 56) Hi, Thanks for the amazing book, first and foremost. I found that Chat app int...
New
Chrichton
In your great book you use structs as abstraction for your domain objects. I understand, that you don’t want any dependencies. But ther...
New

This Year's Trending Top

ahamez
Hello @seanmor5 , When upgrading Axon to 0.7, evaluation fails with: ** (ArgumentError) argument at position 3 is not compatible with c...
New
msducheminjr
When you generate a new Rails, app, there is no version constraint on tailwindcss-rails in the Gemfile. The gem released version 4.0.x on...
New
bjpcjp
Just finished installing ruby 3.3.6 and rails 8.0.0 on ubuntu 24.04 LTS. ‘rails new demo’ seems to be building correctly but is throwin...
New
amagnasco
Hi again! Here’s another change that would update the book for eslint ^8.25.0 (‘flat config’): On page 53, .eslintignore files were depre...
New
7hoenix
@autodidaddict Real World Event Sourcing: Page 105 of version 3 (PDF) Inconsistent descriptions around whether Aggregates can process ...
New
thillerson
@elliefairholm and @Gilacost Title: Engineering Elixir Applications: Docker swarm services don’t come up (page 261) Hi, I’m really enjo...
New
code-of-kai
@seanmor5 Location: In Chapter 1, on page 14 Description: While attempting to cast the species column to a category in normalized_iris,...
New
fishburn
I’m just curious: in the preface, it says, “The biggest non-deployment related change is the introduction of a basic authentication gener...
New
justincalleja
Installing the mentioned version of erlang gave me issues (I also tried with some other versions in 26.2…) ❯ asdf install erlang 26.2.1 ...
New
adkelley
In reviewing the code for this chapter (autoscaling_and_optimizing_your_deployment_strategy - modules/cloud/aws/compute/swarm/main.tf), ...
New
dhmitchell
The text "“ What we do have is that suspension-point icon next to awaitResponse,” presumes we didn’t have those icons in the execute ver...
New
Cellane
Hello, I was struggling a bit with completing chapter 11, iteration F4. While the changes done in the “admin” (maintenance?) panel to st...
New
Chrichton
I created my own tunez app from scratch using mix new tunes_hg I successfully followed the book creating the ash_resource ‘artist’. I c...
New
rodgco
I’m following the activities, and just amended my GitHub workflow triggers and noticed that my docker images were published before the PR...
New
nfstern
Title: Agile Web Development with Rails 8 (page 9) Suggestion: Add watchman to the list of packages to install In Chapter 6 page 71 whe...
New

Trending Last Three YearsTop

ggerico
I got this error when executing the plot files on macOS Ventura 13.0.1 with Python 3.10.8 and matplotlib 3.6.1: programming_ML/code/03_...
New
dachristenson
@mfazio23 Android Studio will not accept anything I do when trying to use the Transformations class, as described on pp. 140-141. Googl...
New
dachristenson
I just bought this book to learn about Android development, and I’m already running into a major issue in Ch. 1, p. 20: “Update activity...
New
mcpierce
@mfazio23 I’ve applied the changes from Chapter 5 of the book and everything builds correctly and runs. But, when I try to start a game,...
New
SlowburnAZ
Getting an error when installing the dependencies at the start of this chapter: could not compile dependency :exla, "mix compile" failed...
New
bjnord
Hello @herbert ! Trying to get the very first “Hello, Bracket Terminal!" example to run (p. 53). I develop on an Amazon EC2 instance runn...
New
gorkaio
root_layout: {PentoWeb.LayoutView, :root}, This results in the following following error: no “root” html template defined for PentoWeb...
New
davetron5000
Hello faithful readers! If you have tried to follow along in the book, you are asked to start up the dev environment via dx/build and ar...
New
roadbike
From page 13: On Python 3.7, you can install the libraries with pip by running these commands inside a Python venv using Visual Studio ...
New
dachristenson
I’ve got to the end of Ch. 11, and the app runs, with all tabs displaying what they should – at first. After switching around between St...
New
redconfetti
Docker-Machine became part of the Docker Toolbox, which was deprecated in 2020, long after Docker Desktop supported Docker Engine nativel...
New
dachristenson
@mfazio23 I had the project running as of p. 249, but by the end of Ch. 10 (p. 258), something new has made the program crash when it tr...
New
Sirius
@rubys Title: Name of book: text: Agile Web Development Rails6, p. 183, Iteration G1: Capturing an Order. I started working on a web de...
New
New
jefff
@rubys I’ve been struggling to get the active_job to work and after hitting a wall I resorted to using the book’s latest source code and...
New

Trending Over 3 YearsTop

nicoatridge
Hi, I have just acquired Michael Fazio’s “Kotlin and Android Development” to learn about game programming for Android. I have a game in p...
New
adamwoolhether
When trying to generate the protobuf .go file, I receive this error: Unknown flag: --go_opt libprotoc 3.12.3 MacOS 11.3.1 Googling ...
New
leonW
I ran this command after installing the sample application: $ cards add do something --owner Brian And got a file not found error: Fil...
New
brunogirin
When I run the coverage example to report on missing lines, I get: pytest --cov=cards --report=term-missing ch7 ERROR: usage: pytest [op...
New
jskubick
I found an issue in Chapter 7 regarding android:backgroundTint vs app:backgroundTint. How to replicate: load chapter-7 from zipfile i...
New
yulkin
your book suggests to use Image.toByteData() to convert image to bytes, however I get the following error: "the getter ‘toByteData’ isn’t...
New
a.zampa
@mfazio23 I’m following the indications of the book and arriver ad chapter 10, but the app cannot be compiled due to an error in the Bas...
New
johnp
Running the examples in chapter 5 c under pytest 5.4.1 causes an AttributeError: ‘module’ object has no attribute ‘config’. In particula...
New
jskubick
I think I might have found a problem involving SwitchCompat, thumbTint, and trackTint. As entered, the SwitchCompat changes color to hol...
New
cro
I am working on the “Your Turn” for chapter one and building out the restart button talked about on page 27. It recommends looking into ...
New
jon
Some minor things in the paper edition that says “3 2020” on the title page verso, not mentioned in the book’s errata online: p. 186 But...
New
abtin
page 20: … protoc command… I had to additionally run the following go get commands in order to be able to compile protobuf code using go...
New
jamis
The following is cross-posted from the original Ray Tracer Challenge forum, from a post by garfieldnate. I’m cross-posting it so that the...
New
jonmac
The allprojects block listed on page 245 produces the following error when syncing gradle: “org.gradle.api.GradleScriptException: A prob...
New
AufHe
I’m a newbie to Rails 7 and have hit an issue with the bin/Dev script mentioned on pages 112-113. Iteration A1 - Seeing the list of prod...
New
  • Follow
  • Join
  • Shape
the conversation

My Saved Portals

    None saved yet

Devtalk Supports Global Peace

Sub Categories:

My Saved Portals

    None saved yet