/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

andreas.heigl.org
| | tomasvotruba.com
6.5 parsecs away

Travel
| | One technology evolution sparks naturally another one. When electricity became accessible to masses, a huge industry of home-electric tools became possible. Like this tool, I currently write on. The same thing happens in software, just exponentially faster. Like tokens and AST sparked [tools that change your code](/blog/2018/10/22/brief-history-of-tools-watching-and-changing-your-php-code/). Recently, I introduced [Symfony Static Dumper](/blog/2020/03/16/statie-is-dead-long-live-symfony-static-dumper/) that uses YAML to store data in your Symfony application. You where this goes... how can **we turn this YAML into objects**?
| | stephennimmo.com
7.2 parsecs away

Travel
| |
| | apisyouwonthate.com
6.7 parsecs away

Travel
| | We've been talking a lot about documentation and API descriptions recently. About how it's important to write down your contract using API descriptions, and how to turn these descriptions into beautiful human-readable documentation. Now let's look at how we can ensure that documentation is actually telling the truth!
| | blog.murewaashiru.com
17.8 parsecs away

Travel
| Object-Relational Mapping (ORM) is a technique that lets you query and manipulate data from a database using an object-oriented paradigm. An object-relational mapper (ORM) is a code library that automates the transfer of data stored in the database...