/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

www.ivaylopavlov.com
| | ivaylopavlov.com
0.7 parsecs away

Travel
| | On my quest to make shorter videos on programming fundamentals, I'm kicking this initiative with a video explaining the mechanics of compiled and interpreted programming languages and the trade-offs associated with each. The presentation inside Read more...
| | typicalprogrammer.com
2.3 parsecs away

Travel
| | [AI summary] A discussion on the use of relational databases versus alternative integration methods like XML over HTTP, focusing on encapsulation, data integrity, and the role of SQL in application integration.
| | blog.panoply.io
2.8 parsecs away

Travel
| | In this article we go over the differences between SQL and NoSQL, the critical components of a database, and when to use either of these two options.
| | www.vinta.com.br
9.1 parsecs away

Travel
| We are in the era of Software as a Service and microservices. From the techinical point of view this means we are writting more web APIs than we use to. This also means we need to build clients to free our souls from dealing with bare HTTP. This doesn't mean we should separate this much from HTTP