257 private links
I don't understand some things here
A transition to open or close a modal
- gen blocks: similar to python generators as far as I understand. They are lightweight compared to the classic Iterator pattern
- default field values (and avoid new() for it)
- inner structs
- never type
- try expressions
The ability to run scripts is also a great feature imho.
Create a type similar to another existing type :O
The integer used by the Django data model is an Int, but the database used BigInt. The discrepancy occured for the row IDs greater than the maximum value of the int.
Specifically, several tables—including this one—were specified as using an int for their primary key in Django, but used bigint in the real database.
There’s a taste of “commercial frontend development” being less interested in shipping HTML that is valid and error-free than is our community of frontend developers.
There is few talks about HTML conformance, valid HTML, HTML validation or standards compliance.
A programming task implemented in multiple languages
A framework similar to Express (JS) in API design
Nothing new for me, but the explanations are great. I came down to follow the same path to learn!
Utility types are useful to provide intent: Partial
Vibe coding does not mean “using AI tools to help write code”. It means “generating code with AI without caring about the code that is produced”.