/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

schadokar.dev
| | blog.hmpl-lang.dev
1.8 parsecs away

Travel
| | It is not uncommon to encounter such a task when creating a web application, when it is necessary to transfer a component between sites. Usually, these are some kind of general buttons, blocks like footer, header, and the like. Component For example, we can take the button component, which we...
| | blog.murewaashiru.com
1.6 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...
| | blog.murewaashiru.com
1.7 parsecs away

Travel
| | TMDB is a free movie database. Although you can't actually watch movies from it, it provides a lot of data for its movies (rating, creator, actors, release date, etc). The best part is that their API is available to the public for integration. In th...
| | abdulapopoola.com
12.2 parsecs away

Travel
| There are many ways to create functions in JavaScript; some styles are quite popular e.g. the function declaration and function expression whileothers are not.